Changes

Jump to: navigation, search

Lab 5 Warnings / Debrief

46 bytes added, 09:13, 17 March 2016
no edit summary
'''Need a Bigger Cake? Add More Layersfor the unexpected guests!'''
* We can grow a larger cake by adding more <u>layers</u>.
'''Logical Volumes are like the "Hungry Unexpected Guests" at the Party (ai.ke.a the "cake inhalers"larger number of guests that expected)'''
* As hungry guests sample some can and want more, they can grab more layers of cake.
<u>'''Example of crontab entry (using the ''crontab'' command to edit the '''/etc/crontab''' file)'''</u>
<pre style="font-size:14pt;font-family:courier;"># Check every minute for logins by user “evil”“elvis”'''* * * * * who | grep '^evil'''elvis'#
# Run a script called "ascript.bash" every odd hour (1,3 5...) during the week
'''0 1,3,5,7,9,11,13,15,17,19,21,23 * * 1-5 /home/bob/ascript.bash''' 
# Run "ascript.bash" every half hour during the week
'''0 */2 * * 1-5 /home/bob/ascript''' 
# Same... just doing it a different way
'''0 */2 * * mon,tue,wed,thu,fri /home/bob/ascript''' 
</pre>
13,420
edits

Navigation menu