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 unix command?
What is awk good for?
Which command should you use to find the remaining disk space in unix server?
Is ‘du’ a command? If so, what is its use?
What is the general format of unix command syntax?
Which command will print your home directory on screen?
Differentiate cmp command from diff command.
Explain the steps that a shell follows while processing a command.
Why is shebang used?
Give the command for finding the current date.
What does awk stand for?
How do I delete files from command prompt?
What is the pipe command?
What does the metacharacter mean?
What is the first character of the output in ls l command?