Unix - Part 2 Online Exam Quiz

Unix - Part 2 GK Quiz. Question and Answers related to Unix - Part 2. MCQ (Multiple Choice Questions with answers about Unix - Part 2

Which of the following files contains information related to password aging?

Options

A : Shadow

B : password

C : profile

D : All the three

View Answer

Which command will be used with vi editor to replace text from cursor to right?

Options

A : r

B : R

C : s

D : S

View Answer

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

Options

A : rename

B : remove

C : mv

D : ren

View Answer

Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory?

Options

A : copy programs/wb misc/wbx

B : cp programs/wb misc/wbx

C : tar programs/wb misc/wbx

D : copy a:programs/wb b:misc/wbx

View Answer

Which command is used to list all the files with extension .lst?

Options

A : ls -l *.lst

B : ls lst*

C : ls *.*

D : ls *[lst]

View Answer

Which option is used with the chmod command recursively to all files and sub-directories in a directory?

Options

A : -1

B : -i

C : -x

D : -R

View Answer

Which command is used to change directory to the name beginning with a 'p'?

Options

A : cd p

B : cd p?

C : cd p*

D : cd [p]

View Answer

Which commands is used to assign executable permission to all of the files named "letter"?

Options

A : chmod ugo+r letter

B : chmod ugo+rw letter

C : chmod u+x letter

D : chmod ugo+x letter

View Answer

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

Options

A : nm

B : nu

C : ic

D : li

View Answer

Which command is used to print a file?

Options

A : print

B : prn

C : pg

D : lp

View Answer

Artificial Intelligence - Part 1 more Online Exam Quiz

System Analysis and Design - Part 2

System Analysis and Design - Part 3

System Analysis and Design - Part 4

System Analysis and Design - Part 5

System Analysis and Design - Part 6

Unix - Part 3

Windows 2000 Server - Part 2

Windows NT - Part 2

Constructors and Destructors - Programs

Functions - Programs