To Check Which Service is Running at Present in System what
is the Command?
Answer Posted / waleed badr
service --status-all
ps -ef ---> is used to check what processes are running at
present in the system
| Is This Answer Correct ? | 29 Yes | 3 No |
Post New Answer View All Answers
How do I know my linux shell version?
What is an os command?
What is a makefile in c?
What is the use of ls command?
What is file and example?
What is umask in linux?
What is cmake in linux?
Brief about the command kill PID?
What is the role of case sensitivity in affecting the way commands are used?
How do I check my cpu cores?
What is linux pwd (print working directory) command?
How do I use nslookup in linux?
What is umask 000?
What does uname do in linux?
Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.