Best to use "su -" and cd into the previous location. Simple cutting-n-pasting
will take care of that.
Yes. As previously mentioned, a full "su -" and "sudo" are the two best options in most cases. To configure sudo to allow a given user to do ANYTHING with root privileges, just add the line something like the "rpaiz" line below:
# Same thing without a password # %wheel ALL=(ALL) NOPASSWD: ALL rpaiz ALL=(ALL) NOPASSWD: ALL
Remember to ONLY edit this file with the "visudo" command.
-- Rodolfo J. Paiz rpaiz@xxxxxxxxxxxxxx
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list