Tag: user
Restrict Top to Current User’s Commands
May 7, 2009
Show only your processes in the top list using this command… top -u `whoami` OR top -u binnyva(your username)
The who Command
March 8, 2009
Show who is logged on, and print: time of last system boot, dead processes, system login processes, active processes spawned…
pwck Command
July 27, 2008
check correct syntax and file format of ‘/etc/passwd’ and users existence pwck
Change User Attributes
July 22, 2008
Change a user’s attributes usermod -c “User FTP” -g system -d /ftp/user1 -s /bin/nologin user1
Create New User
July 21, 2008
Create a new user belongs “admin” group called ‘user1’ useradd -c “Name Surname ” -g admin -d /home/user1 -s /bin/bash…
Finger Command
December 25, 2007
System info about a user. Try: finger root. An admin needs it all the time finger user_name #finger root Login:…
Single User Mode in Linux
October 12, 2007
To get into single user mode in Linux, stop the boot at grub then edit the kernal you want to…
Recent Comments