Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
i booted into linux single mode thru lilo but i can't use any commands in slackware that changes the root account or user account using passwd root command
still having trouble with password using runlevel 1 in slackware 9
i went to runlevel 1 and it sent me to a login screen that looks like this: (none)login:
i can't enter as root or change my root passwd please could you tell me what i did wrong ?
In Ubuntu the root user is setup with a random hash during the install by default. The first user has the right to become root through SUDO by being a member of the Admin group. Subsequent users that need root privileges simply need to be added to this group.
IIRC to login as root just login normally and do: sudo -s and provide your regualr password.
If you are the first user, you can change the root password with: sudo passwd (or sudo su passwd) I forget. Gave up on Ubuntu after a brief trial.
What happens when you run the passwd command to change the password? What goes wrong when you try to use vi/vim?
Quote:
Originally Posted by NyteOwl
In Ubuntu the root user is setup with a random hash during the install by default. The first user has the right to become root through SUDO by being a member of the Admin group. Subsequent users that need root privileges simply need to be added to this group.
IIRC to login as root just login normally and do: sudo -s and provide your regualr password.
If you are the first user, you can change the root password with: sudo passwd (or sudo su passwd) I forget. Gave up on Ubuntu after a brief trial.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.