Monday, 3 November 2014

Run program as background process:

Since Linux supports multitasking it can run one program in background and other as usual by using '&' as argument during run.

>./a.out &

to see different process id

>ps -e

No comments:

Post a Comment