Hi m!
On Tue, 05 Mar 2002, m wrote:
> Hello lista,
>
> Ce man trebuie sa rtfm or fr ca sa aflu cum deconectez un user din
> linux
> Pana acum foloseam ciocanu' adica killall bash si apoi intram
> din nou (ca muream si eu).
>
[killuser.sh]
#!/bin/sh
set -e
u=${1:?"Da ba un user."}
kill `ps -u$u -opid h`
usermod -L $u? :) -- teodor --- Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to unsubscribe from this list.
