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

How do you grep a case insensitive?

0 Answers  


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,


distinguish between user mode and kernel mode?

6 Answers   Infosys,


Explain command to show the space allocation of files?

0 Answers  


Explain ‘system calls’ with respect to unix commands?

0 Answers  






what do you understand by 'unix is a portable os'?

3 Answers   Infosys,


how to find the 51th record of a file containing 100 records in unix.

12 Answers   IBM,


What does the md command do?

0 Answers  


hi i have directories within the directory. Now i want to copy the directory along with all directories included in it to one location by using copy command? what is the command

2 Answers   ACS, Span Systems,


what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......

5 Answers  


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

20 Answers   IBM,


Through which command will redirect output to bOth screen and files at the same time?

3 Answers  


Categories