[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Raq1 Stopped jobs- How to identify them?
- Subject: Re: [cobalt-users] Raq1 Stopped jobs- How to identify them?
- From: "WebFusion System Administrator" <mike.l@xxxxxxxxxxxxxxx>
- Date: Thu Jul 13 08:10:35 2000
Paul,
Type 'jobs' at the command prompt: you'll get something like this if there
are stopped jobs:
[mike@monkey mike]$ jobs
[1]+ Stopped (signal) tf cut
[mike@monkey mike]$
It just returns with no output if there are none.
To switch to a stopped job, type 'fg' (assuming it's the only job
backgrounded).
You can kill a backgrounded process with 'kill %n' where n is the job
number:
[mike@monkey mike]$ jobs
[1]- Stopped (signal) lynx
[2]+ Stopped (signal) top
[mike@monkey mike]$ kill %1
Exiting via interrupt: 15
[1]- Done lynx
[mike@monkey mike]$
Hope this helps,
Regards,
Mike Laheen
Systems Administrator
mike.l@xxxxxxxxxxxxxxx
***************************************************************
WebFusion Internet Solutions Ltd.
The UK's Largest Web Hosting Company
http://www.webfusion.co.uk
***************************************************************
----- Original Message -----
From: Paul Alcock <webmgr@xxxxxxxxxxxxxxxxxx>
To: Cobalt User List <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Thursday, July 13, 2000 3:19 PM
Subject: [cobalt-users] Raq1 Stopped jobs- How to identify them?
> When trying to exit from a telnet session to my RAQ1, it reported
> There are Stopped Jobs,
> and ignored the exit command.
>
> Searched the archives, couldn't find anything there.
>
> What is a stopped job, and how do I 'stop' it?
>
> Help most appreciated.
>
>
>
>
> Paul Alcock
> webmgr@xxxxxxxxxxxxxxxxxx
> 954-973-7100
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users