LXer: How to Work with Foreground and Background Process in Linux
by LXer from LinuxQuestions.org on (#5H1H1)
Published at LXer:
An important concept to understand when working with the Linux process is what is the foreground and background process and how to control them. In Linux, if you execute any programs a process will be created with a unique ID (PID) and by default, the process runs in the foreground.
Read More...


An important concept to understand when working with the Linux process is what is the foreground and background process and how to control them. In Linux, if you execute any programs a process will be created with a unique ID (PID) and by default, the process runs in the foreground.
Read More...