Process Control in Linux

Important Notes

•System Processes

•usually run

•in the background

•Use & to start

•a process to the background

•Use fg

•to bring to foreground

•Ctrl+z takes to background