What is UNIX?
Operating system
Comapny
Computer Language
software
Which company originally developed UNIX?
NASA
AT&T
IBM
Apple
Which of the following operating systems are based on the UNIX kernel?
Sun Solaris
MAC OS X
Windows 7
chrome OS
Unix is written in a..........
In high level language (C)
Assembly language (low level)
Machine Language
All of the above
What is a Unix shell?
A game
A command-line interperter
A sound card driver
A text editor
Command to create user account in unix?
createuser
newuser add
adduser
useradd
Command use to connect to the outside world in unix
remote
internet
vpn
telnet
How do you create a new directory called "flower"?
newdir flower
mkdir flower
crdir
mkdir
How do you get help about the command "cp"?
help
help cp
man cp
cp?
What do you use to forward errors to a file ?
1> filename
2> filename
2> /dev/null
&> filename