[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
slackbook:process_control [2012/09/08 19:56 (UTC)] – added navigation section mfillpotslackbook:process_control [2012/10/14 15:53 (UTC)] (current) – removed all bash flags mfillpot
Line 71: Line 71:
 <note> <note>
 This is distinct from the //-aux// argument, but in most cases This is distinct from the //-aux// argument, but in most cases
-the two arguments are equivilant. This is a decades-old relic. For more+the two arguments are equivalent. This is a decades-old relic. For more
 information, see the man page for //**ps**//. information, see the man page for //**ps**//.
 </note> </note>
Line 321: Line 321:
 ===== cron ===== ===== cron =====
  
-<title>cron</title>+
  
 Ok, so we've learned many different ways of viewing the active Ok, so we've learned many different ways of viewing the active
Line 361: Line 361:
 to understand at first, so let's look at each part individually. From to understand at first, so let's look at each part individually. From
 left to right, the different sections are: Minute, Hour, Day, Month, left to right, the different sections are: Minute, Hour, Day, Month,
-Week Day, and Command. Any asterisk <key>*</key> entry matches+Week Day, and Command. Any asterisk <key>'*'</key> entry matches
 every minute, hour, day, and so on. So from the example above, the every minute, hour, day, and so on. So from the example above, the
 command is //"/usr/local/bin/rsync-slackware64.sh 1>/dev/null 2>&1"//, and command is //"/usr/local/bin/rsync-slackware64.sh 1>/dev/null 2>&1"//, and
Line 403: Line 403:
 ====== Sources ====== ====== Sources ======
 <!-- If you copy information from another source, then specify that source --> <!-- If you copy information from another source, then specify that source -->
- * Original source: [[http://www.slackbook.org/beta]] + * Original source: [[http://www.slackbook.org/beta]] \\
 <!-- Authors are allowed to give credit to themselves! --> <!-- Authors are allowed to give credit to themselves! -->
-<!-- * Originally written by [[wiki:user:xxx | User X]] -->+ * Originally written by Alan Hicks, Chris Lumens, David Cantrell, Logan Johnson
 <!-- * Contrbutions by [[wiki:user:yyy | User Y]] --> <!-- * Contrbutions by [[wiki:user:yyy | User Y]] -->
  
 slackbook:process_control ()