You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
alias show-enabled-services="sudo systemctl list-unit-files --state enabled"
|
|
alias show-running-services="sudo systemctl list-units --type service --state running"
|
|
alias show-active-services="sudo systemctl -t service --state active"
|
|
alias whatsup='service --status-all'
|
|
|