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 git command?
What is the use of mv command in linux?
What is command example?
You issue the command head * what would the resulting output be?
What does uname do in linux?
Which of the following tasks cannot be accomplished with the touch command?
How compile c++ program in cmd?
What is clang tidy?
what is the roles and responsibilities in linux system admin having 2yrs exp..?
How do I run a command in linux?
What is the purpose output of cd command?
How do I remove a soft link in linux?
What is tail command in linux?
What is linux pwd (print working directory) command?
What is $@ in makefile?