Posts Tagged ‘sudo’

A reminder about the proper way to invoke root in Ubuntu

Saturday, July 26th, 2008

I’ve been answering a lot of support threads lately wherein users have said they are unable to empty the trash can because a file in there is owned by root or they cannot get a Firefox setting change to stick (and it turns out their Firefox settings folder is owned by root).

Do you know where this comes from, why this is happening?

Bad advice. It all comes from bad advice.

The follow hopes to counter that.

(more…)

Understanding /etc/passwd, /etc/group, /etc/sudoers, and /etc/skel/

Thursday, March 13th, 2008

I decided to write this as a subsection of Root, Superuser, and User Management Basics as that was getting rather lengthy. There is a bit more to understand about managing users, groups, and super-user permissions. We’ve already covered how to add a user, delete a user, add a group, delete a group, rename a group, and how to reset a user’s password. Now what we didn’t go into depth was, all of this information is controlled by a number of files and these commands modify these files. These files can be manually editted though to accomplish the same thing or for more detailed management.

(more…)

User Management Basics

Monday, March 3rd, 2008

This will cover the basics of user and group management as well as touch on the abilities of super users.

(more…)