docs:ubuntu:services

This is an old revision of the document!


services

  • see if apache2 is running
    $ service apache2 status
    Apache2 is running (pid 1926).
  • restart apache2
    $ sudo service apache2 restart
     * Restarting web server apache2
    ... waiting                                                             [ OK ]
  • you can also start, stop, etc…
  • docs/ubuntu/services.1367652321.txt.gz
  • Last modified: 2013/05/04 01:25
  • by billh