Click to See Complete Forum and Search --> : Restoring a process ??


pranavpeshwe
07-14-2003, 02:29 PM
Hello,
If i have some process temporarily suspended (say i'm working in vi and i press Ctrl+Z, then vi becomes dormant..) and which i see in the list of 'ps' How do i restore that process to work with it again ?(i.e what is the command or key combination which will bring suspended vi back to life after i'd enough of other things).

Thanks.

Hayl
07-14-2003, 02:31 PM
fg <job number>

jlmb
07-14-2003, 02:35 PM
fg vi
or
fg #PID
should do the trick