restart service

Permissions, domain/LDAP, power, security, notification and more.
Locked
User avatar
cjburkha
Posts: 12
Joined: 30 Apr 2022, 23:14

restart service

Post 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
User avatar
TMSupport
TerraMaster Team
Posts: 2314
Joined: 13 Dec 2019, 15:15

Re: restart service

Post 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
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Locked