29. How to display top 10 users
Who | head -10 | wc –w

Answers were Sorted based on User's Feedback



29. How to display top 10 users Who | head -10 | wc –w ..

Answer / brijandra

use below command

Who | head -10

Is This Answer Correct ?    23 Yes 5 No

29. How to display top 10 users Who | head -10 | wc –w ..

Answer / supriya

who | head -10

Is This Answer Correct ?    14 Yes 2 No

29. How to display top 10 users Who | head -10 | wc –w ..

Answer / puru

Who | head -10

Is This Answer Correct ?    5 Yes 2 No

29. How to display top 10 users Who | head -10 | wc –w ..

Answer / raman

ls -lrt |tail -10

Is This Answer Correct ?    0 Yes 11 No

Post New Answer

More Unix Commands Interview Questions

What command would users use to see what file one page at a time in UNIX?

7 Answers   IBM,


what is the default signal kill in unix?

8 Answers   IBM,


What is use of sed command?

12 Answers   BitWise, Infosys, Reliance,


can we use cat command as an editor ..???

12 Answers   TCS,


hw will u use awk in replacing cahrs and files

0 Answers  






Assume the following files are in the working directory prompt> ls -l tasks -rw-r--r-- 1 alex student 1423 Feb 21 14:01 tasks What command can Alex use to give everyone permission to write to the file? What will the ls -l command display if he does so?

10 Answers   Infosys,


Explain ‘system calls’ with respect to unix commands?

0 Answers  


In UNIX, what is the command to edit contents of the file?

9 Answers  


Give Command that will move a single file called "unix.txt"

7 Answers   IBM,


in a growing log file how will you see the 1st 99 lines?

7 Answers  


By using which command we can find the CPU utilization time?

7 Answers   Amazon,


How to check the flavor of UNIX?

8 Answers   HCL, Syntel,


Categories