using "&" symbol (ampersand) at the end of the command we can run the processes in the background.
Ex : sleep 100 &
it will give the PID and leave the terminal for other work.we can see the background process by using the "ps" command.
Ex : sleep 100 &
it will give the PID and leave the terminal for other work.we can see the background process by using the "ps" command.
0 comments:
Post a Comment