Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do you execute a UNIX command in the background?

Answers were Sorted based on User's Feedback



How do you execute a UNIX command in the background?..

Answer / j

ending with'&'

Is This Answer Correct ?    25 Yes 3 No

How do you execute a UNIX command in the background?..

Answer / c sivakumar

First give a command. After the enter key then give
control+z once doing this, process will be stop which you
executed. After that you have to give 'bg' again it will
start the process in back ground mode(bg). It is
applicable for script too. If you want to swich on to
foreground just give 'fg' fg will give background
process to foreground

Is This Answer Correct ?    14 Yes 1 No

How do you execute a UNIX command in the background?..

Answer / linuxdemon

commandname &

eg:

gedit filename &

Is This Answer Correct ?    16 Yes 4 No

How do you execute a UNIX command in the background?..

Answer / shy

"top" command is used to view the live process of the
background.

Is This Answer Correct ?    7 Yes 4 No

How do you execute a UNIX command in the background?..

Answer / santosh

The answer is nohup <Command/Script>

Is This Answer Correct ?    4 Yes 1 No

How do you execute a UNIX command in the background?..

Answer / tony

Then anybody tell me the below line is a background process or not?

sleep 100 &

Is This Answer Correct ?    3 Yes 5 No

Post New Answer

More Unix Commands Interview Questions

How we will execute previous command in vi editor?

3 Answers   IBM, Infosys,


How would you change all occurrences of a value using VI?

4 Answers  


what is telnet?

6 Answers  


What is in grep command?

0 Answers  


Write a command that will display files in the current directory, in a colored, long format.

0 Answers  


Why is it called grep?

0 Answers  


If JFS file system is 100% full how we can increase the file system ?

3 Answers  


what do you understand by 'building block primitive'?

3 Answers   Infosys,


Give Command that will move a single file called "unix.txt"

7 Answers   IBM,


What does the md command do?

0 Answers  


What is the output of : $ ps-e $ ps-a commands

5 Answers   IBM,


what does the job command do?

4 Answers  


Categories