Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Force user logoff?
Name: Bo R. Wells Date: July 27, 2002 at 12:10:36 Pacific
Comment:
I have a system several users remote into from home. If I need to force one of the users to logoff without affecting the system or any users logged on how would I do that?
Name: Jake Date: July 27, 2002 at 12:49:16 Pacific
Reply:
ps -u user | grep bash then use kill -9 to kill the user's shell(s)
0
Response Number 2
Name: Bo R. Wells Date: July 27, 2002 at 17:10:05 Pacific
Reply:
Thanks for the quick answer.
On Windows NT you can either kill a user or force a logoff. If you force a logoff it performs a normal orderly logoff, closing applications, saving profile, etc. In the example you gave does it simply Kill the user process and all applications they launched or does it initiate some sort of normal logoff?
0
Response Number 3
Name: Guy Allard Date: July 28, 2002 at 16:46:54 Pacific
Reply:
In Jake's reply the '-9' means kill now, do not do squat for cleanup.
Summary: Hi there As requested, I've posted below the contents of /etc/samba/smb.conf Hope this is helpful. ______________________ [global] workgroup=MSHOME server string=%h server (Samba %v) dns proxy=no name...
Summary: here is my smb.conf: #==========[Global Definitions]========== [global] workgroup = @home server string = Chindo's Linux Server ; announce as = NT hosts allow = 192.168.123.179, 192.168.123...
Summary: Hi All Folks. I encountered following problem WinXP can¡¦t connect Samba_Server but Samba_Server can connect WinXP for files sharing WinXP box and Samba_Server are connected directly via a crossover c...