Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to check running services in linux

# For CentOS 7
systemctl
systemctl | more
systemctl | grep httpd
systemctl list-units --type service
systemctl list-units --type mount
Comment

show services linux

$ pstree | head -n 5
Comment

PREVIOUS NEXT
Code Example
Shell :: resize image on github comment 
Shell :: git cambiar pull https por ssh 
Shell :: See all the PPAs added in the ubuntu system 
Shell :: upgrade pytest version 
Shell :: login github command line 
Shell :: how to remove all commit in git 
Shell :: install vlc on pop os 
Shell :: Failed to load module "appmenu-gtk-module" 
Shell :: install ldapsearch 
Shell :: swapping of two numbers without using third variable in shell script 
Shell :: a script that runs a C file through the preprocessor and save the result into another file 
Shell :: completely remove ros melodic 
Shell :: c++ build system in sublime linux for competetive programming 
Shell :: nvm command not found 
Shell :: testresources install 
Shell :: kill all processes by name linux 
Shell :: view git username 
Shell :: close port 
Shell :: error installing pod on m1 
Shell :: how to update a local project from git 
Shell :: uninstall r from mac 
Shell :: npm install @ngx-translate/http-loader 
Shell :: rerun supervisor 
Shell :: mac command not found: sshpass 
Shell :: git new repo instructions 
Shell :: create new branch from origin 
Shell :: install openjdk11 in ubuntu 
Shell :: powershell parameter mandatory 
Shell :: renomear branch 
Shell :: bower 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =