joaquin guzman garcia-plata
Quiz by , created more than 1 year ago

Quiz on Final linux 61-72, created by joaquin guzman garcia-plata on 25/05/2017.

27
1
0
joaquin guzman garcia-plata
Created by joaquin guzman garcia-plata about 7 years ago
Close

Final linux 61-72

Question 1 of 11

1

In graphical mode, you can get to a
shell by running which applications?
(choose two)

Select one or more of the following:

  • guiterm

  • gbash

  • terminal

  • xconsole

  • xterm

Explanation

Question 2 of 11

1

Which of the following are traits of a
multiuser operating system?
(choose three)

Select one or more of the following:

  • An administrative user gets a dedicated CPU

  • Users can protect their information from other
    users

  • Resources are shared between users

  • Many users can log in simultaneously with a
    unique account

  • Each user can only log in once per day

Explanation

Question 3 of 11

1

Select all the applications that provide
access to the Command Line Interface
(CLI)?
(choose two)

Select one or more of the following:

  • Virtual Terminal

  • firefox

  • opera

  • Terminal window

Explanation

Question 4 of 11

1

Which environment variable contains a
list of directories that is searched for
commands to execute?

Select one or more of the following:

  • PATH

  • EXEC

  • PS1

  • PS2

Explanation

Question 5 of 11

1

Select the command that can report
the location of a command:

Select one or more of the following:

  • where

  • what

  • which

Explanation

Question 6 of 11

1

A pair of single quotes ( ‘ ) will prevent
the shell from interpreting any
metacharacter.

Select one or more of the following:

  • True

  • False

Explanation

Question 7 of 11

1

The /tmp directory is a temporary
directory and will not exist on a system
at all times.
True or False?

Select one or more of the following:

  • True

  • False

Explanation

Question 8 of 11

1

The /var directory has files that change
over time.
True or False?

Select one or more of the following:

  • True

  • False

Explanation

Question 9 of 11

1

The “sticky bit” permission…

Select one or more of the following:

  • …prevents others from removing files they
    don’t own from a common directory.

  • changes the group ownership of existing files
    in a directory.

  • …prevents others from overwriting files they
    don’t own in common directories.

  • …sets the group ownership of any new file
    created in a directory.

Explanation

Question 10 of 11

1

Which of the following commands will
set the “sticky bit” on /shared ?

Select one or more of the following:

  • chmod 4777 /shared

  • chmod 2777 /shared

  • chmod 7777 /shared

  • chmod 1777 /shared

Explanation

Question 11 of 11

1

72. Question ID 353
The “setuid” permission…

Select one or more of the following:

  • …allows a command to be run as the file
    owner.

  • …allows files in a directory to be manipulated
    as by the directory owner.

  • …prevents the owner of a file from being
    changed.

  • …reports the output of a script to the owner.

Explanation