Questions tagged [user-permissions]

414 questions
5
votes
2 answers

Allow access to particular folder inside HOME directory to other users

I have a "downloads" folder inside "tempuser" home folder ("/home/tempuser/downloads") which I want to allow "rwx" permission for a different user say "testuser". The testuser should not have any permission to anyother files or folders inside…
Supratik
  • 2,104
  • 10
  • 49
  • 66
5
votes
3 answers

Linux User and Permission Management within an AD Environment

Issue: Centralized user management and user permission mangement of user access needs for resources (access to services, home directories, joining to local user groups, file system permissions, etc.) on Linux servers by way of group membership…
John
  • 2,266
  • 6
  • 44
  • 60
5
votes
1 answer

"log on as a batch job" user rights removed by what GPO?

I am not much of a server administrator, but get my feet wet when I have to. Right now I'm running some COTS software on a Windows 2008 Server machine. The software installer creates a few user accounts for running its processes, and then gives…
LarsH
  • 380
  • 3
  • 7
  • 19
5
votes
2 answers

How to give rights to one user for the restart of a service

It's there a way i can give the rights to a specific user, for restart a specific service on windows server 2008 ?
5
votes
3 answers

How to configure non-admin accounts to install updates of non-microsoft applications using Active Directory?

How to configure non-admin users to allow them to install updates for Java and Adobe Acrobat Reader (or any other application which may need such privileges) without needing for administrator password on Windows 7. Updates for Microsoft products…
MadBoy
  • 3,703
  • 13
  • 61
  • 93
4
votes
3 answers

How to know if a Active Directory user can log in interactively

I would like to know if and how is it possible to know if an AD user can log in interactively (on a server) in a Windows domain. I need to know if I can find it out using an LDAP search.
4
votes
1 answer

Users in Administrators group cannot perform admin tasks with PowerShell remoting only administrator can

I am working on Windows Server 2016 (workgroup) and enabled powershell remoting on it. Only the default administrator account can perform tasks that require administrative permission such as Get-Service Get-DnsServerZone and when I do that I get…
4
votes
2 answers

Allowing PHP to run specific bash script with root permissions

I have a php script calling a bash script like this: This is the contents of my_bash_script.sh: #!/bin/bash svn export…
bbeckford
  • 57
  • 1
  • 1
  • 11
4
votes
2 answers

Permissions for Scheduled Tasks on a Domain Controller

I'm trying to run a Scheduled Task on a 2008 R2 Domain Controller and all was well until I set it into the production environment. I'm running the task as a Domain User that's defined in the "Log on as a batch job" setting. For giggles I also added…
4
votes
3 answers

Open Elevated "Administrator:" cmd prompt instead of "cmd prompt (Running as Administrator)"

If you open a command prompt with a runas command, you will see a window that shows (Running as some_user) In the title bar, but if you right click on cmd.exe and choose Run as Administrator you will get a window that has: Administrator cmd.exe In…
naspinski
  • 177
  • 1
  • 4
  • 10
4
votes
3 answers

Allowing non-admins to run programs as admins (like the setuid bit)

How can I enable non-admin users to run a certain application (in my case, a script) with admin permissions on Windows XP? This would be similar to the setuid bit on *nix.
Lev
  • 195
  • 2
  • 6
3
votes
2 answers

Difference between PGID/PUID and GID/UID when setting up docker containers

I'm new to Docker and I've seen that some scrips for running containerized software require to specify either of those to match certain user and group. So I was wondering what is the difference between both? Examples below to illustrate. Jellyfin…
eridani
  • 133
  • 1
  • 6
3
votes
1 answer

File Permissions have Question Marks? How did this happen? How to scan for them?

I have a bunch of files that are messing up my backup system (via rsync). The permissions are all question marks. How does this happen? How do I find them / scan for them? This partially breaks my backup system and I need to clean them up before…
3
votes
2 answers

Can I "allow logon locally" for ALL local accounts and some domain accounts?

I have used a "Allow logon locally" GPO on a few machines to restrict who can use them. It is annoying that I have to create/link a separate GPO for each set of machines/users (Where is item-level targeting when you need it?), but now I'm running…
3
votes
1 answer

How do I fix OpenShift permission denied error?

I'm try to run OrientDB docker container in OpenShift. I encounter a permissions error when it tries to deploy. I'm using a Mac. This is the error: /orientdb/bin/server.sh: line 114: can't create /orientdb/bin/orient.pid: Permission denied This is…
Madison
  • 31
  • 1
  • 1
  • 3
1 2
3
27 28