exam questions

Exam LFCS All Questions

View all questions & answers for the LFCS exam

Exam LFCS topic 1 question 152 discussion

Actual exam question from Linux Foundation's LFCS
Question #: 152
Topic #: 1
[All LFCS Questions]

SIMULATION -
Which file specifies the user accounts that can NOT submit jobs via at or batch? (Provide the full path and filename)

Show Suggested Answer Hide Answer
Suggested Answer: /etc/at.deny

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
9866666
5 months, 1 week ago
The file that specifies the user accounts that cannot submit jobs via at or batch is: /etc/at.deny This file contains a list of usernames, one per line. If a user's name is listed in this file, they will be prevented from submitting jobs using the at and batch commands. If the file doesn't exist, it is assumed that all users are allowed to submit jobs. There is also a corresponding /etc/at.allow file. If it exists, only the users listed in that file are allowed to submit jobs, regardless of whether their names appear in /etc/at.deny.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...