What does the following command line produce? Explain each
aspect of this line.
$ (date ; ps -ef | awk {print $1}' | sort | uniq | wc -l )
>> Activity.log
Answer Posted / liam
It's retarded. The idea is clearly to post the number of
users (the first field of ps -ef), but they are going to
capture the title line. Also, just use 'who'!
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How many types of commands are there in linux?
How do I open a text file in cmd?
What is mkdir p?
What is clang linux?
What are the mv command options?
Who command in linux?
I am using RedHat 6.3 in I wanna to install and configure zimbra mail. Can anybody tell me what are the RPM packages required for zimbra mail ? Where can I get those RPM packages ?
What is #!/ Bin sh?
What command do you type to find help about the command who?
What is command grouping and how does it work?
What is file and example?
Who whoami linux?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?
What is free linux?
How do you kill a process in linux?