RE: Kill user login session

2003-10-15 Thread tsvi
hi Leonard did you try ps -A | grep pts/2 (or any other pts the user is on) and then just killing them -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list

Re: Kill user login session

2003-10-15 Thread Leonard Miller
Thanks for the help. Nothing I tried worked so I just rebooted the server. ps -ef didn't show any processes for the user. "who" showed the login date as Oct 13 but there were no processes with that date. So I just kicked it in the head. Thanks again Leonard Automatically inserted lawyer suppl

Re: DVD / CD's on RH

2003-10-15 Thread Taylor, ForrestX
Jason Dale wrote: Hi, I know that this is probably impossible, but is there a way for me to 'read' or mount a DVD on a normal CD-RW drive? or at least try to take a snapshot of the data and write it on a normal CD? You must have a DVD drive to read a DVD, because it uses a shorter wavelength las

Re: Kill user login session

2003-10-15 Thread Chris Sechiatano
if you type "ps -ef" you will see all the processes running from all users. If your user is still logged on, look for the shell process id, then you can use "kill -9 PID" to kill that process. ps -ef root 20546 1330 0 10:40 ?00:00:00 [sshd] user 20547 20546 0 10:40 pts/000:

Re: Kill user login session

2003-10-15 Thread Leonard Miller
ps -u "[username]" just returns this PID TTY TIME CMD and yes, I substituted the real username. Just didn't want to show it here. When I run who, it shows the user on pts/2 Finger returns this "[username]"*pts/2287d Oct 13 10:11 So there are no proceses owned by the user.

Re: Kill user login session

2003-10-15 Thread Jason Dale
ps -u "[username]" will show you all of the processes owned by the user. or, if you know what terminal device the user was logged in at, you can use "ps -t [terminal]" You will see output that looks similar to this (ps -u): PID TTY TIME CMD 1542 ?00:00:00 gnome-session 159

Kill user login session

2003-10-15 Thread Leonard Miller
Hi, I have a user session that has been logged in for a couple of days. I know the user has logged out, but I can't figure out how to kill the session. Any help would be appreciated. Thanks Leonard Automatically inserted lawyer supplied blurb follows **CONFIDENTIALITY NOTICE**

DVD / CD's on RH

2003-10-15 Thread Jason Dale
Hi, I know that this is probably impossible, but is there a way for me to 'read' or mount a DVD on a normal CD-RW drive? or at least try to take a snapshot of the data and write it on a normal CD? Thanks, Jason -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/lis