Shell Scripting Question:

How do you fire a process in the background?

Answer:

./process-name &

Read All 30 Shell Scripting Questions
Previous QuestionNext Question
How do you find out what’s your shell?How do you refer to the arguments passed to a shell script?