Free LFCS Exam Braindumps (page: 29)

Page 28 of 66

Which of the following fields are available in both the global /etc/crontab file as well as in user-specific crontab files? (Select TWO correct answers)

  1. Year
  2. Minute
  3. Username
  4. Command

Answer(s): B,D



Which umask value will result in the default access permissions of 600 (rw-------) for files and 700 (rwx------) for directories? (Specify only the numerical umask value.)

  1. 0077, 077

Answer(s): A



Which command is used to create and initialize the files used to store quota information? (Specify ONLY the commandwithout any path or parameters.)

  1. quotacheck

Answer(s): A



The script, script.sh, consists of the following lines:
#!/bin/bash
echo $2 $1
Which output will appear if the command, ./script.sh test1 test2, is entered?

  1. test1 test2
  2. test2 test1
  3. script.sh test2
  4. script.sh test1
  5. test1 script.sh

Answer(s): B






Post your Comments and Discuss Linux Foundation LFCS exam with other Community members:

LFCS Discussions & Posts