On Mon, 10 Feb 2003, Tass wrote: > "id" shows user as "edit" (account I created during install), gid=0(root) > it also shows the 4 groups I currently have this account assigned to. > In order: root, adm, users, edit (also created at install)
gid != uid You need uid equivalent to root to perform certain actions. Rather than setting account "edit" to UID 0, why not just install sudo? If you run visudo and set: tass ALL=(ALL) NOPASSWD: ALL then user "tass" can run any command as root without a password, e.g. "sudo mount /mnt/cdrom" will work, and you won't have to switch accounts. -- "Of course I'm in shape! Round's a shape, isn't it?" -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list