LFCS Linux Foundation Certified System Administrator

Loading demo links...

Showing 13–15 of 15 questions

Question 13

In the vi editor, which of the following commands will copy the current line into the vi buffer?

Select an option, then click Submit answer.

  • c

  • cc

  • 1c

  • yy

  • 1y

Question 14

Which of the following is correct when talking about mount points?

Select an option, then click Submit answer.

  • Every existing directory can be used as a mount point.

  • Only empty directories can be used as a mount point.

  • Directories need to have the SetUID flag set to be used as a mount point.

  • Files within a directory are deleted when the directory is used as a mount point.

Question 15

In Bash, inserting 1>&2 after a command redirects

Select an option, then click Submit answer.

  • standard error to standard input.

  • standard input to standard error.

  • standard output to standard error.

  • standard error to standard output.

  • standard output to standard input.