Questions tagged [user-permissions]
419 questions
2
votes
1 answer
Cannot edit files owned by 'nobody'?
I created a new user named bob, and gave it its own /home/ folder on my server so I can SSH into that instead of root.
I had added bob into the nogroup group as I had read somewhere (or poorly interpreted it) as allowing me to edit nobody's files,…

John R.
- 149
- 3
- 13
2
votes
2 answers
Installing packages to home directory with package manager
I have an account on a remote GNU+Linux system that I use via SSH, I have no root access to the machine. Sometimes I need more software or newer versions than provided by system administrators, so currently I install everything I need by hand in…

Marek Sapota
- 123
- 4
2
votes
2 answers
Apache 2.2 User Permissions / Public access folder
website.com:8080 is set to require a password. However, I need website.com:8080/public to be accessible to anyone.
I found this example with Apache 2.3 which is exactly what I want, but I'm using 2.2 and AuthType None is not supported.

nathand
- 198
- 1
- 5
2
votes
2 answers
Automatically add user to newly created database
I created a user with reading rights on all the database created by an application in order to run reports.
The problem is that this application create a new database for every new projects.
Is there a way for this user to automatically get reading…

Ulys
- 23
- 1
- 3
2
votes
4 answers
How to convert a elevated command prompt to a regular command prompt?
I have UAC disabled on my system, and all command prompts start as elevated ("Administrator: ..."). Even if I start cmd.exe from the Start Menu, it's still elevated.
Is there a way to run a non-elevated command prompt somehow?
I need that so that I…

Meh
- 373
- 2
- 7
- 10
2
votes
1 answer
Periodically audit file permissions for mistaken leaks
I'm looking for a way to periodically check a file system tree for permissions that have been set incorrectly.
The context is:
this is in an academic compute environment, with students, researchers and overworked sysadmins
the focus is not on…

pufferfish
- 2,830
- 11
- 39
- 40
2
votes
1 answer
RoboCopy Access Denied, even with SeBackupPrivilege
My account is a member of the Backup Operators group on the domain and I run PowerShell in elevated admin mode. I checked my privileges with whoami /priv and saw SeBackupPrivilege listed (disabled but nothing weird so far).
Still, when I run the…

Hamza Ben
- 31
- 3
2
votes
0 answers
Allow user/group to start/stop/restart windows service
I have 4 services. All of them are run by an individual user. All 4 users are part of a group I created (ServiceWorkers) which has the Log on as a service user rights assigned. Each service needs to restart now and then. The problem is, that the…

Alex
- 121
- 3
2
votes
2 answers
Since 10 years, did I setup my web server wrong?
Before story:
We had a vserver with a domain around year 2004-2007 with apache. My father was owner and I was learning little bit from his friend (he was doing that stuff). I learned how to use linux via putty. I think we used there a system which…

MaZy
- 21
- 2
1
vote
1 answer
How to create a very limited linux user
I need a user in my linux machine to execute some commands in .bash_profile. But I don't want this user can have access to sftp, ftp and any other protocols. Also any commands can't be executed except some in .bash_profile.
So I want to create a…

milkice
- 111
- 3
1
vote
1 answer
kernel tunables for non privileged user
How can i permit non privileged user to set kernel tunables within specific limit. For instance to let user set hugepages up to 40
sysctl -w vm.nr_hugepages=40

Alex
- 11
- 1
1
vote
2 answers
GCP AppEngine Permissions
I need to grant a GCP project user permissions so he is able to run cron tasks from the app engine console. I've been looking around and could not find suitable permissions for that.
Any tip??

Luciano César Natale
- 65
- 2
- 10
1
vote
0 answers
Glusterfs support for user namespaces
I have a gluster volume mounted on a host machine and tried to run a namespaced docker container with a bind mount from the gluster mount on the host.
It seems that the user namespacing is not handled correct for the glusterfs bind mount.
My problem…

jojoob
- 194
- 6
1
vote
2 answers
Modify new user home directory permissions with powershell
I am needing assistance with a script. What I am trying to accomplish is when new users are created in ADUC and their profile path(home folder) is created, it gives the users "Full Control". I am wanting to change that to Modify permissions. My…

Paul
- 31
- 1
- 3
1
vote
0 answers
How to allow AD group to access and manage IIS sites and pools?
i manage actually a domain with around 34 IIS servers running webapplications.
I would like to get a better user right management in my domain.
For the moment, my users allowed to manage IIS websites and pools are members of the Domain Admins group…

P0pR0cK5
- 330
- 1
- 6