To create an empty file, what command is used?
feel
touch
make
finger
UNIX is a multi-user operating system. (True or False)
True
False
To remove a NON-empty directory, this command is used.
remove -all
rm- a
rm -r
rm
The command "mkdir" is used to make a directory?
"PWD" stands for?
Preserve Working Directory
Present Workspace Directive
Preserve Workable Diskspace
Present Working Directory
There is only one distribution/version of Linux?
What command is used to change your password?
pass -change
changepword
chpassword
passwd
root is to UNIX as Administrator is to Windows?
What is VI?
An E-mail client
A text editor
The UNIX telnet service
An FTP client
What will be the output of "echo this || echo that && echo other"?
this
that
this that
this other