Since Linux distributions vary in appearance from release to release, you may have to look for the “Terminal” or command line app inside of a folder in the Menu. You may find the “Terminal” app on the desktop or in the toolbar at the bottom of the screen instead of in the Menu. Some Linux distributions have a command line bar at the top or bottom of the screen.
Since Linux distributions vary in appearance from release to release, you may have to look for the “Terminal” or command line app inside of a folder in the Menu. You may find the “Terminal” app on the desktop or in the toolbar at the bottom of the screen instead of in the Menu. Some Linux distributions have a command line bar at the top or bottom of the screen.
If this command doesn’t work, try ls /etc/rc. d/ instead.
For example, to restart Apache on Ubuntu Linux, you would type sudo systemctl restart apache2 into Terminal.
If the service doesn’t restart after doing this, try typing in sudo systemctl stop service, pressing ↵ Enter, and then entering sudo systemctl start service.