How do you find out all processes that are currently
running in UNIX OS?
Answer Posted / kavimani
ps -ef
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How many unix commands are there?
How does shebang work?
What do know about tee command?
What do chgrp command do?
What does sed command do in unix?
What is rmdir command?
What is difference between grep and find command in unix?
Does cp command overwrite files?
What is “chmod” command?
How do you grep a case insensitive?
Write a command to display a file’s contents in various formats?
What is grep short for?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is command substitution?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?