Questions tagged [user-permissions]

414 questions
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
  • 11
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
  • 189
  • 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.
-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…
-1
votes
1 answer

Best practices for user account audits in Linux machines

What is a good way to audit the user accounts on a Linux machine? I will like to have a list of users, the folders they can access and the process they are running, so I can pinpoint security risks, like a nodejs express server running as root, or…
DomingoSL
  • 335
  • 1
  • 4
  • 12
-1
votes
1 answer

visudo + read access to file from non root user

how to access file by visudo from non root user , or other option for example when we change user to hdfs and from user hdfs we want to print the file - file.cfg we get Permission denied how to configure the visudo in order to get read access from…
jango
  • 59
  • 2
  • 2
  • 12
-1
votes
1 answer

Are there any consequences of deleting the Full control permission on an user object for Administrators, Domain Admins groups?

I'm trying to create a user in AD which is undeletable, unmodifiable even by Administrators, Domain Admins. Is there any problem that might occur if I delete the Full control permission on the user object for Administrators, Domain Admins groups? I…
-1
votes
2 answers

Password Logon Requirements

I want to allow users to log onto Windows using stored credentials, not requiring them to type their login information. I've read that the way to do this on a specific computer is to run "netplwiz" and uncheck "Users must enter a user name and…
-1
votes
1 answer

Nginx Not Respecting File Permissions

I'm trying to apply permissions of 600 to certain files on my web server, but they are still accessible to the world (I can access them by navigating to direct link in browser e.g. domain.com/test.txt)! The owner of these files is www-data:www-data.…
Pamela
  • 187
  • 1
  • 13
-1
votes
1 answer

Assigning correct permissions on a shared web server

I have created a centos instance on digital ocean hosting multiple websites by setting up virtual host, all is working fine, however assigning correct directory permission for each website is bugging me and i could not find any relevant answer by…
-1
votes
1 answer

winserver2012 "closed access" permissions to folder

I have some sensitive files, that should be accessed only by a small group of users. Currently the files are stored in a folder, on a WinServer 2012 machine, and will be accessed via a mapped location shortcut (using windows explorer). What I want,…