29. How to display top 10 users
Who | head -10 | wc –w
Answer Posted / puru
Who | head -10
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are the differences among a system call, a library function, and a unix command?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the command to view process running?
What is the functionality of a top command?
What is the command to find hidden files in the current directory?
What is the use of egrep command in unix?
How do I delete files from command prompt?
Does cp command overwrite files?
What is command statement?
Enumerate some of the most commonly used network commands in unix?
how to sort the content of the file based on numeric values
Name the unix command to find how many days the server has been up.
What is the nmap command?
What is time_t?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?