Q. How do you direct the shell to execute a command in the background? (Solved)
1. Put an & symbol at the end of the command line.
2. Key in fg followed by the command name.
3. Press Ctrl+c after you have keyed in the command.
4. Press Ctrl+d after you have keyed in the comman
- a. Put an & symbol at the end of the command line.