The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 08-31-2008
vidyadhar85's Avatar
vidyadhar85 vidyadhar85 is offline Forum Staff  
Moderator(The Tutor)
  
 

Join Date: Jun 2008
Location: INDIA
Posts: 1,390
here is the proc..
sleep 100
ctrl+z
[1] + Stopped (SIGTSTP) sleep 100
ps
PID TTY TIME CMD
598132 pts/3 0:00 sleep 100
2060484 pts/3 0:00 -ksh
2347048 pts/3 0:00 ps
2449582 pts/3 0:00 -ksh
3076200 pts/3 0:00 -ksh
nohup -p 598132
fg %1 or bg %1
if this won't work change the OS