Which is the command used to find out currently executing
Process in UNIX?

Answers were Sorted based on User's Feedback



Which is the command used to find out currently executing Process in UNIX?..

Answer / hemapriyadharshini.s

ps -ef

Is This Answer Correct ?    46 Yes 4 No

Which is the command used to find out currently executing Process in UNIX?..

Answer / ras

ps -elf

Is This Answer Correct ?    4 Yes 3 No

Which is the command used to find out currently executing Process in UNIX?..

Answer / abani_mahana

ps -ef

Is This Answer Correct ?    1 Yes 0 No

Which is the command used to find out currently executing Process in UNIX?..

Answer / sricharan

1. ps -ef
2. Top

Is This Answer Correct ?    1 Yes 1 No

Which is the command used to find out currently executing Process in UNIX?..

Answer / guest

ps-e

Is This Answer Correct ?    0 Yes 0 No

Which is the command used to find out currently executing Process in UNIX?..

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

Post New Answer

More Unix Commands Interview Questions

What is the comma to display different lines that are found when compare two files?

1 Answers  


What is the command to compare two files in unix?

1 Answers  


why unix operating system provides more security than other operating systems?

4 Answers  


How do you remove a crontab file?

6 Answers  


What is the use of finger command?

1 Answers  


How do I run a bash script?

1 Answers  


what are processor execution levels and priorities?

2 Answers   Infosys,


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.

28 Answers   TCS,


In Unix file permissions what does the second field denotes?

3 Answers  


What is the difference between cat and more command?

1 Answers  


Explain the read, write, and execute permissions on a UNIX directory.

5 Answers  


what will this do $cat > file.c ?(file.c is a file in current directory)

20 Answers   IBM,


Categories