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 does 'mkdir' command do in UNIX?
How do you repeat a command in terminal?
What does the command ' $who | sort –logfile > newfile' do?
How does shebang work?
Explain command to display different lines that are found when compare two files?
What do chown command do?
Explain ‘library functions’ with respect to unix commands?
What are the differences among a system call, a library function, and a unix command?
Explain command to view process running?
What is the difference between grep and grep?
Can you explain a little bit about command substitution?
What is the use of finger command?
What is updatedb?
What does the command '$ls | wc –l > file1' do?
What is the comma to display different lines that are found when compare two files?