Logo

Bash-scripting-and-commands Questions Set 9:

Quiz Mode

The first line in any shell script begins with?

1
2
3
4

Solution:

Which control unlocks the keyboard? 

1
2
3
4

Solution:

Which command is used to create a child shell?

1
2
3
4

Solution:

Which of the following is the login name of the system administrator in UNIX?

1
2
3
4

Solution:

Which command creates a empty file if the file does not exists in directory.

1
2
3
4

Solution:

Which command is used for unzipping files which are compressed using zip command? 

1
2
3
4

Solution:

For moving two levels up in the file hierarchy system using the cd command, which symbol is used to separate the two periods (..) ?

1
2
3
4

Solution:

What does the pwd command do in Linux?

1
2
3
4

Solution:

The correct syntax of the find command is:

1
2
3
4

Solution:

What does the command $ cp abd/ .user_06 do?

1
2
3
4

Solution: