Red HatThis forum is for the discussion of Red Hat Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi there,
I installed redhat enterprise 4.0, from man manual, i could read the usage of useradd, somehow my system doesn't have the command, just wonder if it is the system command, or i have to install some extra package, any idea? many thanks.
1. You need to be root to use the useradd command
2. The directory '/usr/sbin/' must be in your PATH
If you are not root, you can temporarily become root to issue the command by entering: 'su - root'. The space-dash-space is important, as it gives you the environment that root needs.
If '/usr/sbin/' is not part of root's PATH, you can add it temporarily with: 'export PATH=$PATH:/usr/sbin'.
Redhat also provides a GUI for manipulating users and groups, that should be available in your menu.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.