1.

Shell ___ operator is used for running jobs in the background.(a) $(b) #(c) |(d) &I had been asked this question in an interview for job.Asked question is from Process Handling Commands topic in chapter The Process of Unix

Answer»

Right OPTION is (d) &

The EXPLANATION is: The & is the shell OPERATOR used to run a process in the background. All we have to do is to terminate the COMMAND line with a & symbol, the command will automatically run in the background. For example,



Discussion

No Comment Found

Related InterviewSolutions