Demonstrate the following Unix/Linux commands in the lab or your personal computer and paste the screen shots of the execution in the same word file that has section 1 of the assignment. How do you know if a remote host is alive or not?
I. Demonstrate the following Unix/Linux commands in the lab or your personal computer and paste the screen shots
of the execution in the same word file that has section 1 of the assignment.
How do you know if a remote host is alive or not?
How do you find which process is taking how much CPU?
How do you check how much space is left in current drive?
How do you find whether your system is 32 bit or 64 bit?
In a file word UNIX is appearing many times. How will you count the number of these occurrences?
II. Type in the following commands and discuss the outputs you get after execution of the commands. Also, paste the
screen shots of the output obtained in the same word file used for above question and Section 1 of the assignment.
% cat /etc/hosts cat?
% echo "Home Directory Is home" uppercase $HOME?
% who | wc
% who > logged.users
%date "+%m/%d/%y"
%date "+%Y%m%d"
%date +'%-4.4h %2.1d %H:%M'
(Question: Operating system)
Trending now
This is a popular solution!
Step by step
Solved in 2 steps