Page 1 of 1

restart service

Posted: 09 May 2022, 22:18
by cjburkha
Really getting into this mini-computer it is super powerfull.

How can I get a list of the running services? I would like to restart one of the services to see if configuration took (transimission)

I was able to guess the name but still want to get a list of running services

I feel like it is telling me but I can't quite grasp it.
service.jpg

Re: restart service

Posted: 10 May 2022, 17:55
by TMSupport
1. Enter the following command to view all processes.

Code: Select all

ps -ef
2. View the process related to transmission.

Code: Select all

ps -ef |grep transmission