A
B
C
D
E
100

Sumitabha Das

Who is the author of the book title named "Unix concepts and Applications"? 

100

Unix is a programming language

 What is Unix?

100

scripting

The Unix shell is _______ language.

100

 1970s

The original Unix shell was written in the mid ________.

100

$

What is the default symbol for command prompt in Bourne shell?

200

 man

Which command is used to display the documentation of commands in Unix?

200

 cd

Which Unix command is used for changing the current directory?

200

 pwd

Which command is used for printing the current working directory?

200

 ls

 Which command is used for listing files in a directory?

200

passwd

Which command is used by the user to change their login password in Unix?

300

cat

Which command is used for displaying the contents of a file in Unix?

300

head

Which command is used for displaying the beginning of a file in Unix?

300

w+ 

 Which command is used for displaying the beginning of a file in Unix?

300

ed

Which of the following is the first UNIX editor?

300

vi

Which editor is used by the Unix system to edit files?

400

 ls - t

Which of the following commands is used to obtain a list of all files by modification time?

400

mv

 Which of the following commands is used to rename a file?

400

cp chap?? progs

Which command is used to copy all files having the string chap and any two characters after that to the progs directory?

400

cd ..

Which of the following commands is used to get directory one level up?

400

wc -c

Which command is used to count just the number of characters in a file?

500

tail

 Which command is used to display the end of the file?

500

who am i

Which of the following commands can be used to get information about yourself?

500

wc infile > newfile

Which command sends the word count of the file infile to the newfile.

500

nu

Which set option is used with vi editor to display line numbers on screen?

500

 /dev/null and /dev/tty

Which of the files are known as special files in Unix?