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 do know about tee command?

0 Answers  


what is exact definition of operating system?

13 Answers  


How does the user view the contents of a text file in UNIX?

9 Answers   IBM,


What is grep and sed command?

1 Answers  


What does sed command do in unix?

0 Answers  






fork in unix ?

4 Answers   BFL,


hw will u use awk in replacing cahrs and files

0 Answers  


How will you know who are the users logged in to the system before 15 minutes?

4 Answers   Amazon,


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

4 Answers   IBM,


Are you in or at the office?

0 Answers  


Does cp command overwrite files?

0 Answers  


how will you login one server's shell prompt to an another server?

5 Answers   Cosmic Infotech, Perot Systems,


Categories