Admin info


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Admin info
# 1  
Old 05-11-2005
Admin info

I'm really a UNIX newbie. If someone can explain in detail, I would really appreciate it. Thanks in advance.

In a UNIX box, how do I know if a user has Admin privileges?
# 2  
Old 05-11-2005
Good question.

It matters what is on the system - there are 3rd party products that may be installed to allow what seems to be a normal user access to commands or the root account. Anyone with the root password will have access to root account via the su command. Sudo is one of the more used products (it's free). Being in the wheel group may also allow a normal user to have 'special' access.
# 3  
Old 05-12-2005
the user usually has admin privileges if he/she has uid=0 ... to quickly confirm, do "id username" and note user's uid ... or do "cat /etc/shadow" or "format" or "shareall" as the user --- if no errors, the user has admin rights ... (check the proper path for those commands) ...

however --- like rtm said --- some software will allow you to have some admin rights by their function even if your uid is not equal to 0 ...
# 4  
Old 05-12-2005
Thanks for the responses.

I was told to /etc/password and grep out users that belong to the wheel group.

But that doesn't work for me on the UNIX system I use.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. What is on Your Mind?

Regarding Admin life either as DBA or UNIX Linux admin

I am planning to choose my career as Unix/Linux Admin or a DBA. But I have come to know from forums and few admins like the job will be 24/7. I have few questions on that. Can we get "DAY" shifts in any one of the admin Job ? Can't we have shift timings in any company ? Eventhough the... (7 Replies)
Discussion started by: Jacktts
7 Replies

2. Solaris

UID Admin

Hi All, I have to give permission to one of the groups called as "ABC" as like the permissions of the group "UNIXADM". Could you please some one help on this issue ? (3 Replies)
Discussion started by: ramareddi16
3 Replies

3. Linux

Linux admin

Hi, Please give some important admin command document . which is helpful in my role. THanks, Mani (8 Replies)
Discussion started by: Mani_apr08
8 Replies

4. What is on Your Mind?

Windows Admin switching to *nix Admin

I'm currently a Windows admin and have wanted to jump ship to the *nix side for a while now. I've been studying both through an lpic level 1 manual as I have time (focusing on debian), and a solaris 10 cert book. The problem is I only have a handful of hours a week to study, and my current job... (3 Replies)
Discussion started by: bobwilson
3 Replies

5. UNIX for Dummies Questions & Answers

Root admin info

(Very New to UNIX- Solaris world) I have my Solaris 10 system built, and can login using root. This root user is a super type of admin user as I understand it. 1.My question is do UNIX admins usually use this account for all admin tasks or do they use another account similar to this... (2 Replies)
Discussion started by: deedaz
2 Replies

6. HP-UX

Any EVA admin's out there?

I was conveniently excluded from some EVA8000 training, and now find myself with an EVA zoned, but no physical devices :( My ioscan appears as follows: ba 1 0/1 lba CLAIMED BUS_NEXUS Local PCI Bus Adapter (782) fc 0 0/1/0/0 ... (3 Replies)
Discussion started by: mr_manny
3 Replies

7. Post Here to Contact Site Administrators and Moderators

note for admin

i left a message for admin in the wrong thread.. it is in the what is on your mind thread since i can't move it or delete it.. i thought I would mention that I meant it to be in this thread.. sorry about the mistake.. thanx for your patience moxxx68 (3 Replies)
Discussion started by: moxxx68
3 Replies
Login or Register to Ask a Question