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

Is grep faster than awk?

0 Answers  


what is the command to find out the difference between files and folders?

6 Answers  


Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?

5 Answers  


write grep commands to select the lines that have exactly two characters

8 Answers   PSI Data Systems,


what are the differences between CUI and GUI interfaces?

52 Answers   College School Exams Tests, HCL, HP, IBM, IBMR, NIIT, Talco, Wipro,






Explain command to display different lines that are found when compare two files?

0 Answers  


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

7 Answers  


what is the function of grep command?

4 Answers  


What does the “echo” command do?

0 Answers  


What does 'mkdir' command do in UNIX?

0 Answers   Syntel, Visa,


distinguish between physical addresses and logical address?

23 Answers   College School Exams Tests, CTS, Infosys, SAX, TATA, TCS,


how to make IGNITE-BACKUP in HP-UX?

4 Answers   HP,


Categories