»
Linux
»
Examen sur Linux
»
Examen 201 : Advanced Administration
»
Section 4
»
Question 6/20
6.You have written a script called usrs to parse the passwd file and create a list of usernames. You want to have this run at 5 am tomorrow so you can see the results when you get to work. Which of the following commands will work?
at 5:00 wed usrs
at 5:00 wed -b usrs
at 5:00 wed -l usrs
at 5:00 wed -d usrs
Explanation
« Question 5
Question 7 »