Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

list active services ubuntu

service --status-all | grep '[ + ]'
Comment

list inactive services ubuntu

service --status-all | grep '[ - ]'
Comment

PREVIOUS NEXT
Code Example
Shell :: ping not found 
Shell :: install uvicorn 
Shell :: linux diff two folder recursively 
Shell :: linux test if string exists in file 
Shell :: turn off bluetooth by default ubuntu 20.04 
Shell :: node-gyp 
Shell :: pi raspi-config 
Shell :: how to list ssh keys 
Shell :: read file using shell script 
Shell :: heroku run seeds 
Shell :: linux get partition list 
Shell :: bash split file into multiple files 
Shell :: how to move master branch to main branch 
Shell :: Command to create the private key using the openssl command : 
Shell :: how to close sockets ubuntu 
Shell :: journalctl clear logs 
Shell :: git log by date 
Shell :: -bash: : Permission denied 
Shell :: spacevim installation 
Shell :: windows security not opening windows 11 
Shell :: kali linux upgrade to new version 
Shell :: windows services list 
Shell :: wsl windows 
Shell :: linux search for files larger than 
Shell :: get saved wifi password windows 10 
Shell :: how to install ansible in debian 
Shell :: httrack ubuntu 
Shell :: raspberrypi open ports 
Shell :: git diff with vimdiff 
Shell :: decompress file gz in linux 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =