Re: disconnecting a user

1997-12-24 Thread AzCaPpY
Do a who command on them to get their tty and use the fuser command: fuser -k /dev/ttyp? On Wed, 24 Dec 1997, Will Lowe wrote: > On Tue, 23 Dec 1997, Aaron Walker wrote: > > > How would I go about disconnecting a remote user from my machine? Thanks > > in advance. > Figure out which sh

Re: disconnecting a user

1997-12-24 Thread Will Lowe
On Tue, 23 Dec 1997, Aaron Walker wrote: > How would I go about disconnecting a remote user from my machine? Thanks > in advance. Figure out which shell process he's running, and kill it. That oughta work. > Also... I want to install Apache. Where is the best place to intall > this? Thanks aga