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 will the following command do?

0 Answers  


what is tar command and what are the different types of tar commands?

5 Answers  


How to see unused port number in Solaris?

2 Answers   HCL,


How do you change your account's password?

6 Answers  


What does find command return in unix?

0 Answers  






their is a file1,file2 and i want to append file1 data to file2?

9 Answers   IBM,


distinguish between physical addresses and logical address?

3 Answers   Infosys,


What are the general commands in using unix os for a beginner?

0 Answers  


How many unix commands are there?

0 Answers  


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

4 Answers   TCS,


what is the use of uniq commmand?

8 Answers  


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

0 Answers  


Categories