The usergroups tag has no wiki summary.
0
votes
1answer
118 views
Unable to run commands with “sudo” from my user
For some reason, I am unable to run any commands with su as my user. This was working before and I'm not sure what broke it. The funny thing is that I can su to root without any problems.
Example:
...
2
votes
1answer
705 views
Do the psaserv and psacln groups have particular meanings?
I'm not well versed in server admin stuff, but I notice the user groups psaserv and psacli psacln come up all the time on different systems. I assume these group names are commonly used for a ...
1
vote
3answers
2k views
How to create a user group for network resource access?
Ours is a windows network. There are some systems with Windows 7 and some with Windows XP. Mine is a Windows 7 system. I would like to create a user group so that I can grant it permission to access ...
3
votes
1answer
510 views
Hide files on windows server based on user permissions
How can you hide certain files on windows server from certain users or user groups?
Is it at all possible?
0
votes
2answers
204 views
Chmod, Groups, and Users
So I've tried looking this up but I've not found similar examples (please feel free to refer to them if your Google skills are better than mine).
What I'm trying to do is as follows: I am hosting a ...
1
vote
2answers
923 views
Linux user group folder permissions
I have a basic linux file permissions question:
I have a folder named test:
$ ls -la
drwxr-xr-x 5 root root 4096 2010-10-25 17:11 .
drwxr-xr-x 17 root root 4096 2010-10-25 16:53 ..
drw-rwS--- ...