Shell/Bash: linux view services Example
Shell/Bash Example: This is the "linux view services" Example. compiled from many sources on the internet by SimpleTutorials.org
linux view services
service --status-all service --status-all | more service --status-all | grep ntpd service --status-all | less
check service status in linux
$ sudo service httpd status httpd is stopped
* Summary: This "linux view services" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!