Questions tagged [user-permissions]

419 questions
0
votes
0 answers

In a windows domain, if I define the local Administrator group in Restricted Groups, does it remove Domain Admins?

It is my understanding that in a Windows domain, the Domain Admins group is automatically added to the local Administrators group for all domain members. I need to add another domain account to the local administrators group for some systems using…
0
votes
0 answers

User rights somehow not working properly on Ubuntu 16.04

Somehow ubunut 16.04 does not allow me to write to a folder, despite the fact that the user is in the group that has write privileges: $ ll drwxrwxr-x 6 root grafana 4096 Nov 30 17:47 ./ drwxr-xr-x 4 root root 4096 Jan 8 15:20 ../ drwxrwxr-x 2…
merlin
  • 2,093
  • 11
  • 39
  • 78
0
votes
1 answer

Running ansible from webserver to manage infrastructure

I have nginx with php app. I have also installed ansible and copied playbooks on this server. What I want to do is run ansible playbooks through webapp. I want to know how to do this safe way. Nginx is running under user nginx, php-fpm is running…
Sigi
  • 3
  • 3
0
votes
0 answers

Tomcat file permissions

I have existing version of tomcat7 which installed with default apt-get. which is by default running on its own user "tomcat7" On ubuntu 16. Now I want tomcat9 as well running on same server with different port. I have downloaded tomcat9 manually…
0
votes
1 answer

Using multiple permit open with Match Groups in sshd_config file in AWS

I have an amazon linux 2 Suppose there is an RDS(oracle) R1, R2 User U1,U2,U3 Group G1,G2 Group G1 has permit open for R1:1521 Group G2 has permit open for R2:1521 U1 is added to Group G1 U2 is added to Group G2 and U3 is added to both the Group…
0
votes
1 answer

How to enable file auditing for exchange server V15 folder

So I want to enable auditing on this specific folder V15 located under program files>Microsoft>Exchange server But on the auditing tab I get a Message "you must be an administrator or have been given the appropriate privileges to view the auditing…
0
votes
1 answer

Error 1332 while changing folder permissions with cacls

I want to change the user permissions of the folder C:\Program Files\MyProgram so that every user is allowed to write to that folder. I am able to set the corresponding user rights manually within the windows explorer (no problem). Because I have…
0
votes
0 answers

ESXi 6.5.0 create user to log in web UI and start a VM

I need to create an user for vmware that: Can access to ESXi Web ui View all the VM with their state Can start a stopped virtual machine (the vm could change). What I'm looking for ? I want to assign minimal permission and i don't know what are;…
0
votes
1 answer

Create user that has SFTP access to everything under vhosts, using Plesk

I have a Centos 7 server running the latest version of Plesk. I want to create a user called all_sftp that has sftp only access to everything under /var/www/vhosts/ I've made the user, chrooted so their home directory just has vhosts folder in it,…
bbeckford
  • 57
  • 1
  • 1
  • 12
0
votes
0 answers

How to grant specific page access in IIS .NET Framework

I am trying to grant access to anyone to a specific page in IIS. I have main folder with the .NET Framework website in C# in this folder I have Web.config file which has
Nicolae
  • 101
  • 2
0
votes
2 answers

Running a PS as a different user

So I am a real newbie at this and could really use some help. In my company we have user accounts and admin accounts set up for those in my department. We are always logged into our normal user accounts. There are some powershell scripts I need to…
Amitus
  • 1
  • 1
  • 1
-1
votes
1 answer

List of active users and their access rights to O.S. in Windows Server 2003

How I can get a list of active users and their profiles (access rights) to O.S. in Windows Server 2003 ?
Rauf
  • 199
  • 1
  • 2
  • 8
-1
votes
1 answer

Debian 9 give User permission for all folders

How can I give a user permissions for all folders? So /home, /var etc.
OfficialCRUGG
  • 55
  • 1
  • 4
-1
votes
1 answer

setting umask for a directory so that all directories, executable file(.sh , .cmd, .bat) are 750 and regular file 640

need to create and change existing file and directory such that all directories and executable files(*.sh, *.bat, *.cmd ..) are 750 and regular file are 640 . I need to this in shell and python both. I like to set umask to 027 while default is 022…
-1
votes
2 answers

How to copy user permissions in Windows server 2012 r2?

I have windows server 2012 r2 and two storage drive. lest say A and B. I have created users and given files and folder access in drive A but now it is crashed and now I want to give all the same user permission in Drive B. I have same folders in…