Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Killing processes: Page 1 of 3 (3 Items)
   
Killing processes  
When I used who, I got a list of user who are logged in like this:
Userid              Device           Login                  Idle        Command
americas2      //1/dev/ttyp1    Mar 13 19:56   1:31:51 vpg4
playa              //1/dev/ttyp2    Mar 13 19:45    1:40:15 vpg4
CALLE60      //1/dev/ttyp3    Mar 13 19:56    1:33:41 vpg4

and I can kill the process with long idle time like this:

slay -t /dev/ttyp1 vpg4

How can I kiil all processes with 1 hour idle time for example ?

I thank you in advance for any help on this.

Victor