A script is executing since last 10 minutes and is expected to take another 10 minutes. So I decide to send it to background. Which of the following steps will do it?
Press Ctrl-Z and type "bg"
Press Ctrl-D and type "bg"
Open a new termial and type "bg " where is the pid of that script
None of these