what is the command to make a process to run in the
background from foreground?
Answer Posted / susheel narayan singh hcl
if you want to run the process in background
then press ctrl+z
it will go on background
and you can see this by this cmd
#bg
but if you want in foreground
you use this cmd
#fg
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you create a file in linux?
What is clang format?
The ‘logout’ built in command is used to
How many types of dos commands are there?
You issue the command head * what would the resulting output be?
How do you clear the screen in linux?
Find command can search for files by
Who whoami linux?
How do I get to root directory in linux?
You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?
What is make in linux?
What does comm do and how to use it?
Which command is used to see the online manual?
How do I use nslookup in linux?
What is umask 000?