show all running service linux
## List all services
systemctl list-units --type=service
## List running services
systemctl list-units --type=service --state=running
## List all svc in simplified way
service --status-all//to see all runninig services
sudo service --status-all | grep +
//to start service
sudo service [service name] start
//to stop service
sudo service [service name] stop
// to see specific service status
sudo service [service name] status
$ sudo service httpd start
Starting httpd: [ OK ]
Also in C++:
- how to steal stolen deleted code... from github...
- admin passwort powershell script
- Failed to install the app. Make sure you have the Android development environment set up
- Explain how repos work, referencing the .git file
- creating new branch in git
- how to delete particular type file recursively in linux
- how to uninstall netbeans on ubuntu
- python3.8 install pip
- remove dbeaver ubuntu 7.1.5
- conda install scipy
- check ubuntu disk space
- check gcc version
- powershell script path
- conda install gensim
- npm install capacitor to existing angular project
- Running Graphical Programs on Windows Subsystem on Linux
- settings not showing in ubuntu
- installed delphi package says unit not found
- ftp command in linux
- how to install heroku cli
- git pull with submodules
- add a new line at the end of this file in powershell
- linux crée utilisateur sudo
- certbot apache install