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
What is grep command in linux with examples?
What daemon is used for scheduling of the commands?
How do I find the linux version?
How do I find command history in linux?
what is the fastest way to enter a series of commands from the command-line in linux
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
What is cpu in linux?
What is the purpose output of cd command?
How do I check my disk space?
You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine thelocation of the command being run?
What are different command to check ram, process and hdd of linux machine?
What are linux commands?
The ‘logout’ built in command is used to
What are vim commands?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?