Unix CMD
Unix CMD
rm
cd ..
cd
/var/logs, /var/logs/
ifconfig -a
7. What command and parameter (or switch) will force a program to quit (even one running
in the background)?
kill, kill -9
chown
cp
10. What command(s) shows you disk partitions and percentage of disk space used?
df, du
11. What command shows you how long it has been since the server was rebooted?
uptime
12. What command shows you what directory you are in?
pwd
mkdir
whoami
15. What command shows you CPU and memory utilization for running processes?
top
16. What command allows you to open and view a file one page at a time?
less, more
who
mv
19. What is the command to switch to the root user account?
su
chmod
passwd
sudo