Link to home
Start Free TrialLog in
Avatar of epifanio67
epifanio67

asked on

Linux: how do I know what permissions do I have?

Hello experts,

how do I know what permissions do I have in linux?

thanks,
Avatar of farzanj
farzanj
Flag of Canada image

For file permissions.

Do

ls -l


Do you mean the user permissions?
Permissions for what exactly?
Please elaborate
Avatar of epifanio67
epifanio67

ASKER

sorry..

say my username is: user1
I am in the command line, what do I type to find out what permissions user1 has?

see what I mean?

thanks
Still not clear on what you are asking.
Do

id user1

This tells you what user groups you are in.  It shows your SELinux context as well
ok....

I don't have root access to the box.
the admin gave me this username: user1
I want to know what permissions I have or user1 has?

see what I mean?

ASKER CERTIFIED SOLUTION
Avatar of Andrew_Cz
Andrew_Cz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thank you experts..