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
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?
What is vnc?
What are bash scripts used for?
How do I check dns entry?
What is dos and its commands?
How do you copy in terminal?
What is apple llvm?
What does sh do in linux?
How do I check my system performance?
What is an os command?
What does in makefile do?
What are system commands?
What is git command?
Which command puts a script to sleep untill a signal is recieved?
What are different command to check ram, process and hdd of linux machine?