commands Flashcards
(11 cards)
what does the at command do?
allows you schedule a process to happen ONCE in the future and view them as wel;
true or false | at midnight is the same as at 12:00pm
True
true or false | at now + 2 weeks will set the current command to execute in 2 weeks?
FALSE it sets the time to execute in two weeks FROM CURRENT TIME
what does the following command do?
at teatime
at> date
makes the date command be ran at 4pm HAIL TEATIME
what does the -l option do in the at command?
shows a list of current jobs that are schedule
true or false atq and at -l are the same
yes
what does -c option do in the at command?
shows the previous output alongside the shell environment
what does the following command do
at -d 1
removes the job from executing that starts with ID 1
true or false atrm 1 is the same as at -d 1
TRUE
what does the -f option do in the at command?
allows you to set a date for a script to run
what does the following command do?
at 10:15pm July 16 -f myscript
makes the script called myscript run at 10:15pm on july 16