good Day
I want to make a change to a user on my CENTOS server. I want to change his default directory. When running the command:
usermod -d /path_to_new_dir david
terminal gives me the following
User david is currently logged in
I closed all ftp sessions which I was engaged into with that user, and I am logged into terminal as root.
How do I run that command and how do I log out the user? As far as I am concerned he is not logged in...
pkill -u damaya
use-9
for forceful kill – Rahul Patil Aug 22 '13 at 17:45