0

How to resume a stopped process in Linux

during installation of maridb unfortunately i pressed ctrl+z key. the installation process is supended . now my question is how to resume that suspended process. also i attached my suspended prcess below.

[root@server2 Desktop]# jobs
[1]- Stopped top
[2]+ Stopped yum install mariadb-server

Linux Add a comment
karljustin
asked Nov 17 2017

Answer

0

use fg command and enter priority number... eg. if you execute # fg 1 and now top command will start working

Add a comment
arunkumarak
asked Nov 17 2017
edited Oct 05 2018
Post your Answer