Login using Social Account
     Continue with GoogleLogin using your credentials
So far whenever we ran a command, if it is taking time, we had to wait till it finishes before we could type another command. If a process is taking the time and does not require input from you, you would like to run it in the background.
To run a program in the background, put an &
at the end of the command:
mycmd &
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...