roy
Administrator

from among the stars will I bring thee down...
Posts: 573
Gender:
|
By default, "userdel" as well as any other administrative command is only in the user root's (administrator's) path. On my system, the path to userdel is /usr/sbin/userdel. Even if you type the whole path, you are only allowed to run (most) system commands if you have admin privileges. If you are in the sudoer's file, you can invoke userdel while being logged on as 'mika' using this command 'sudo userdel' If you are not in the sudoer's file, you can include yourself using visudo command (run it as root) Alternatively, log on as root and run userdel. Or type "su -", enter the superuser mode and run any admin command. then exit back to you 'mika' session.
|