This question is too easy for the gurus in here but I am new with Linux, can you please tell me how to check to see if the user is an administrator on the box??? If not,m how to add he or she as an administrator
Generally, there is one superuser account - "root". To get administration rights, a user will "su" (supertuser) to change from the current user to run a bew shell as "root". Exiting when done.
I am new with Linux and I am confused when you say:
To get administration rights, a user will "su" (supertuser) to change from the current user to run a bew shell as "root". Exiting when done.
I CAN SU - AND LOG IN AS ROOT AND WHAT DO I DO NEXT ????
I'm seeing some very bad advice here tonight.
Please make sure that you have a firm understanding
*nix sysadmin procedures before advising someone
that they can or cannot do something.
ashley..
If you would like to have users perform some
tasks as a root user sudo is the utility you
want.
If you would like to have a group of users have
certain abilities as root, once again sudo is the
facility you want. Traditionally the "wheel" group
is used for this, but you may want to use your own
scheme.
Try man sudoers.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.