Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
docs:ubuntu:services [2013/05/04 15:17] – billh | docs:ubuntu:services [2016/03/27 15:04] (current) – removed billh | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== services ====== | + | |
- | * see status of all services, running or not< | + | |
- | service --status-all | + | |
- | </ | + | |
- | * see if apache2 is running< | + | |
- | $ service apache2 status | + | |
- | Apache2 is running (pid 1926). | + | |
- | </ | + | |
- | * restart apache2< | + | |
- | $ sudo service apache2 restart | + | |
- | * Restarting web server apache2 | + | |
- | ... waiting | + | |
- | </ | + | |
- | * you can also start, stop, etc... | + | |
- | * To install/ | + | |
- | * Ubuntu also uses there own mechanism called " | + | |
- | * http:// | + |