Quote:
Originally Posted by ashtar5
Doh. Alright, thanks.
I have some questions about users and groups. What's the best / most secure way of setting up your users under BT linux? So far, I've added a user with adduser and logged in successfully. The kde menu is totally different though, so that would be my first question: How do I get my non root user account's kde desktop to be the same as root's? Second question... Once logged in as a non root user, I am unable to run commands as root using sudo; ie sudo shutdown --now . I get prompted for a password, I enter my root pw, but it's not accepted. What am I doing wrong? Third, fourth and fifth questions: When examining the passwd and group files in /etc, there are all sorts of entries I don't understand. For example, what are the operator and nobody users used for? To which group should I be assigned? I am in the group users, what would be a scenario in which I would need to create a user under the group ftp, nogroup, pop, etc?
|
1. I don't know the exact answer but I know it has been asked and answered on the forums a few times before so a little searching will probably yield the answer. If it were me I would try to figure out where in the "root" directory there was a KDE menu .config and the import that into /home/(your directory). I'm not sure if its that easy with kde but I bet it is.
2. This has to do with what groups your user belongs to. In order to run commands as root your user must be part of the wheel group. try this instead...
bt~# su -
password:
that should switch you to root.
3. Groups and group permissions are basic linux. You should probably ask these questions in a more basic linux forum.