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 to put a job in background & bring it to foreground?

Answers were Sorted based on User's Feedback



How to put a job in background & bring it to foreground? ..

Answer / naveen badam

To run a job in back ground type & at the end of the command
To bring the process to the foreground type fg pid
Pid u can find out by typing jobs cmd

Is This Answer Correct ?    4 Yes 2 No

How to put a job in background & bring it to foreground? ..

Answer / kishore devkate

we can put a job in background by putin & symbol at the end
of the line on the command promt.
example:
#cp -r /var/* /tmp &

We can pull the background job in the foreground by fg
command and pid, before that we have to get the process ID
how to get the process ID see below example.
Example:
#jobs
1+ cp -r /var/* /tmp &
now u can get the job ID then u can bring the job in
foreground see below example

Example:

#fg 1

cp -r /var/* /tmp ----now its show like this

Is This Answer Correct ?    2 Yes 0 No

How to put a job in background & bring it to foreground? ..

Answer / srinivas kalvacherla

Consider one ex.
#cp -r /etc/* /directory &
'&' it takes to background
#ps -ef
check the process that is running in the background
#%cp
to bring to foreground.
Regards
kalvacherla.srinivas@gmail.com

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Unix AllOther Interview Questions

How do I log into a remote Unix machine(as a root/normal user)?Please specify with command user and argument.

3 Answers  


What is a filesystem?

3 Answers  


i am prepairing for 2+ yrs exp in oracle/unix production support,can u tell me which type issue comes in server plz help

0 Answers   Crimson Logic,


I am new to Unix and Unix Shell scripting could you guide me on how to go about these subjects and where to start from with concern to Oracle?. I also would like to know where does UNIX shell Scripting help in terms of development of a application in Oracle? I have no clue in the subject so do help me. Thank You Neelima

0 Answers  


What are the processes that are not bothered by the swapper? Give Reason.

1 Answers  


What is a Region?

1 Answers  


differentiate between named & unnamed pipe.

11 Answers   Cisco, IIT, ISEC,


What is YACC?

0 Answers   Cisco,


How to find the version details of unix? if any application is installed in unix OS how to find the version of that application is it possilbe or not? pls let me know cmd in detail.

5 Answers   HCL,


What is 'inode'?

11 Answers   Infosys,


From command line how will you add a user account?

2 Answers  


What is the job responsibility of a System Administrator (UNIX/LINUX),briefly describe (Also point out system admin's daily job details),specify job type & job description?

2 Answers   HP, ICS Integrated Computer Solutions, TCS,


Categories