Vidyalelo
Computer Science · all questions

UNIX
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

1,129

Questions

47/57

Page

Pick an option on a question to see the right answer and solution.

awk uses . . . . . . . . dimensional arrays.

Select an option to see the answer and solution.

Which command is used to display the differences between files?

Select an option to see the answer and solution.

Which one of the following command is used to create a child shell?

Select an option to see the answer and solution.

To navigate 20 pages forward, we can use . . . . . . . . command.

Select an option to see the answer and solution.

We can use the . . . . . . . . symbol with at command to redirect our output to a specified file.

Select an option to see the answer and solution.

. . . . . . . . system call behaves in an identical manner to the kill command.

Select an option to see the answer and solution.

The following command will match 'Agarwal', 'agarwal' and 'agrawal'.
$ grep "[aA]g[ar][ar]wal" emp.lst

Select an option to see the answer and solution.

awk uses . . . . . . . . for splitting a line into fields.

Select an option to see the answer and solution.

For pattern-matching, awk uses regular expressions in . . . . . . . . style.

Select an option to see the answer and solution.

Which one of the following is not an attribute displayed by ls command?

Select an option to see the answer and solution.

To return back to the editor from shell prompt we use . . . . . . . . command.

Select an option to see the answer and solution.

tee is an internal command.

Select an option to see the answer and solution.

We cannot leave the flag field empty while performing the substitution.

Select an option to see the answer and solution.

Two files can have a same inode number in the same file system.

Select an option to see the answer and solution.

Which of the following is used with access call for checking the owner's permissions?

Select an option to see the answer and solution.

Which option is used with gzip command to check compression ratio for files?

Select an option to see the answer and solution.

The shell has . . . . . . . . prompts.

Select an option to see the answer and solution.

. . . . . . . . operator is used for selecting current line number.

Select an option to see the answer and solution.

Which option is used by tar to append files to the end of an archive?

Select an option to see the answer and solution.

Which of the following commands are used for the maintenance of user accounts?

Select an option to see the answer and solution.