top
ps
man ps ps aux or ps -e
xclock Ctrl-Z (stops the xclock. Ctrl-C would kill it) bg ps |grep xclock kill <pid for xclock> (or kill -15 <pid for xclock> for SIGTERM, or kill -9 <pid for xclock> for SIGKILL)
xcalc &
man kill : “Kill all processes you can kill” $ who ajlewis2 pts/0 2006-11-25 21:54 (:0.0) ajlewis2 pts/1 2006-11-26 14:38 (:0.0) $ write ajlewis2 pts/1 hello there! what's happening?
$ who ajlewis2 pts/0 2006-11-25 21:54 (:0.0) ajlewis2 pts/1 2006-11-25 21:54 (:0.0) $ echo "Hello user, let's have lunch together?" > /dev/pts1
time ls real 0m0.005s
ps aux | grep "ajlewis2" (replace ajlewis2 with the appropriate user name)
uptime
tty, or who
top
telinit 5 telinit 3
uname -r
deliver_pizza to /etc/rc4.d or wherever your run level 4 script links are locateddeliver_pizza to /etc/init.d and link to it from /etc/rc4.ddeliver_pizza from /etc/rc4.ddeliver_pizza and put it in /etc/init.d with a link to it in /etc/rc4.d(sleep 600; echo Pasta\'s ready) &
at 20:58
at> cp -a ~/* /var/tmp/anita-home/
at> <EOT>
crontab -e and add:
00 12 * * 1-5 cp -a ~/* /var/tmp/anita-home/