102-500 LPIC-1 Exam 102 - Part 2 of 2 - version 5.0

Loading demo links...

Showing 7–9 of 10 questions

Question 7

Which of the following commands finds all files owned by root that have the SetUID bit set?

Select an option, then click Submit answer.

  • find / -user root -perm -4000

  • find / -user 0 -mode +s

  • find / -owner root -setuid

  • find / -owner 0 -permbits 0x100000000

  • find / --filter uid=1 --filter pers=u+s

Question 8

How can a specific user be prevented from scheduling tasks with at?

Select an option, then click Submit answer.

  • By adding the specific user to the /etc/at.allow file.

  • By adding the specific user to the [deny] section in the /etc/atd.conf file.

  • By adding the specific user to the nojobs group.

  • By adding the specific user to the /etc/at.deny file.

  • By executing the atd --deny [user] command.

Question 9

Which of the following commands lists all queued print jobs?

Select an option, then click Submit answer.

  • lpd

  • lpr

  • lp

  • lsq

  • lpq