Basics of Computer Science/Information Technology
Pratical Implementation of theory
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment