Network, Computer and Programming Resources
Linux top 50 cmd
(Page:2)
Linux top 50 cmd - Fg
Processes can be run in either the background or the foreground. The fg command enables you to take a suspended process and run it in the foreground. This is typically used when you have a process running in the foreground and for some reason, you need to suspend it (thus allowing you to run other commands). The process will continue until you either place it in the background or bring it to the foreground.