linux allows more than one root directory
True
False
vi is the only text editor available in linux?
It is possible to redirect the output of a process to more than one source
tar can be used to write on to floppy disks
if statement needs to end with end if
du command displays the file system usage for the entire file system
Normal users can kill init process
top command can be used to control processes
Shell functions are self-contained and cannot be accessed from outside the function
How to display first 10 lines of all files ending with ".txt"?
cat *.txt -length=10
disp 10 .txt
head -10 *.txt
print 10 *.txt