Unix Process Control

Unix Process Control


Command                     Description

CTRL/c *                     Interrupt processes

sleep n                      Sleep for n seconds

ps                           Print process status stats
        
kill  -9 n                   Remove process n

CTRL/z *                     Suspend current process

exit                         Exit from shell

More commands