partial answer to number 1.
Stop Process #488
kill -SIGSTOP 488
In Bash, restart job #4
bg %4
Note that process number is the system process
number, job number is the job number in that
instance of Bash. To get one from the other:
In Bash, list jobs with process number:
jobs -l
On Thu, 13 Jun 2002, William Lindley wrote:
> Thinking back to the days of RSTS-E (DEC PDP-11, the first timeshare
> computer I used) is there a Unix-y way to:
>
> * Completely suspend a running task - not just a low priority
> but totally stop it until it's later restarted
> * Attach a task from another terminal to the one I'm at now
> (I.e., I start emacs on virtual terminal 3 and I want to move it
> to virtual terminal 2)
>
> \\/
>
>
>
> ________________________________________________
> See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail.
>
> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
-------------------------------------------------------------------
"What can Americans do to stay safe after these attacks?"
"Buckle your seat-belt and quit smoking."
-------------------------------------------------------------------