what is the command to make a process to run in the
background from foreground?

Answer Posted / tejal dave

run jobs command and show background process
and then type command fg % job no to which job no is foreground
like
ping 192.168.0.254
stop this process via ctrl Z
and type fg % jobno and than foreground process

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does chmod 666 do?

527


How do I find hostname in linux?

566


What is the programming language for linux?

516


What does cd do in linux?

653


What does chmod 755 do?

473






What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?

513


Who am I command in linux?

551


Is makefile a shell script?

550


What command should you use to check your file system?

525


Which of the Commands delete the files from the /tmp directory, issued by non-root user?

640


What is #!/ Bin sh?

543


What does grep grep do?

515


What is the pwd command?

566


How much ram do I have linux?

528


Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.

824