Which is the command used to find out currently executing
Process in UNIX?
Answers were Sorted based on User's Feedback
Answer / divya
ps -ef
here -f means Full listing showing the PPID(Parent PID) of each process
-e means All processes including user and system
| Is This Answer Correct ? | 0 Yes | 0 No |
What is "type" command in unix?what is the functionality??
if we create a file, in that 10 rows(means 1,2,....9,10 like). i want 7 row exactly, which command use in unix? plz send this question.
How are UNIX file permissions represented?
How do you find out all processes that are currently running in UNIX OS?
What is the use of touch command in there?
Differentiate cat command from more command.
How will you know who are the users logged in to the system before 15 minutes?
How do you remove a crontab file?
The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
What command is used to replace the existing string with some other?
What command is used to switching between users in unix?
What is the difference between grep and grep?