29. How to display top 10 users
Who | head -10 | wc –w
Answer Posted / raman
ls -lrt |tail -10
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
What is grep r?
Write a command that will display files in the current directory, in a colored, long format.
What does awk stand for?
Why is grep called grep?
How to display no of records in oracle using unix command?
How do I run a bash script?
Explain command to display different lines that are found when compare two files?
What is the command to find hidden files in the current directory?
What do chmod, chown, chgrp commands do?
What does touch command do in unix?
Explain ‘system calls’ with respect to unix commands?
Name the unix command to find how many days the server has been up.
What is ctrl d?
What is command statement?
What difference between cmp and diff commands?