Questions tagged [user-permissions]

419 questions
0
votes
2 answers

Deleted my Home folder now I cant remotely connect via SSH

I accidentally deleted the Home directory with sudo rm -r ~, when I try reconnecting the ssh returns ssh -v key.pem ec2-user@PublicIP-address ec2-user@PublicIP-address: Permission denied (publickey,gssapi-keyex,gssapi-with-mic). I doubled checked…
Polaroid
  • 1
  • 2
0
votes
1 answer

fsecurity command error on netapp

I'm facing an issue while using fsecurity command on my 7-mode netapp : netapp> fsecurity apply /vol/vol_C/.../security.conf -c fsecurity: /vol/vol_C/.../security.conf (Line 2): Unable to parse the task. fsecurity: /vol/vol_C/.../security.conf (Line…
DSX
  • 385
  • 1
  • 4
  • 18
0
votes
1 answer

Error while transferring file permissions

I ran into a problem, wrote a script that compresses pdf files through a program and transfers rights to a new file by copying from the old one to differentiate access to new files. Here is the part of the code that I have is the problem $owner =…
0
votes
0 answers

vsftpd : permission denied

Running on debian10 My website : /home/mysite.com drwxr-xr-x 16 www-data www-data I added a new user with adduser alex Content of /etc/vsftpd.conf nano…
yarek
  • 827
  • 5
  • 13
  • 22
0
votes
1 answer

SQL Developer queries are very slow if I am not connected as sys

I want to run my PL/SQL Queries on SQL Developer and created a new user connection. But if I run: set serveroutput on size unlimited; begin dbms_output.put_line('Hello Oracle.'); end; / clear screen; It takes more then 100 seconds. But only if…
0
votes
1 answer

Task bar icons context menus won't open unless explorer.exe is run with admin rights

I have a Windows 10 computer which recently began to fail to open right-click context menus on taskbar items. The search box also has odd behavior, it blacks out until you enter something in it and then backspace over your entry, then it displays…
BoMc
  • 1
0
votes
3 answers

Prevent user from seeing list of other user's home dir

I want to prevent a user from seeing a list of home directory(of other users). By default, a user can not access other user's home dir but can find another user's home dir like below: [opc@instance-20210712-0826 home]$ cd…
0
votes
2 answers

Nested AD Groups RDP permission not applying to new Windows Server 2019 VM

Similar Issue with no responses: Nested AD groups working in local computer groups, but certain servers fail to allow RDP? I am only new to this environment and the person I took this over from also experienced this issue but didn't get very far…
0
votes
2 answers

bulk removing direct access to a folder via PowerShell ACL

On a number of the servers where I work the share folder permissions have become cluttered with direct permissions for some of our techs due to them needing to take ownership. I have figured out how to fix the ownership issue so it won't happen…
0
votes
1 answer

Restrict users from saving on their Desktop and saving on a specific folder

Restrict users from saving on their Desktop and saving on a specific folder I want to restrict my users to save files on their desktop and on a specific folder like (C:\Users\user_name\Desktop\Desktop Files) I searched the Internet a lot and there's…
0
votes
2 answers

After changing user:group the site shows 503 error and even the ipa.ddr.ess:7080 won't let me in; it says "Invalid credentials."

I accidently used this command in the root directory and now the ipa.ddr.ess:7080 won't let me in; it says "Invalid credentials." the command that I used was chown -R www-data:www-data /. then I realized that it was a mistake then changed most of…
AnupRaj
  • 101
  • 2
0
votes
0 answers

Allow to kill mounhelper to all users

I have some machines with kubuntu 20lts, everyday when the machine start and the user's login, smb4k mount shares. But sometimes some shadows didn't mount because mountheper hungs. I need to allow all users to execute the kill command in a bash…
0
votes
1 answer

The rights to move the computers inside the OU without the ability to delete they from the AD

But... How can I do this? Even if I forbid deleting the computer object directly, the user can still delete the unit. If it is possible to prohibit deleting the computer, then we cannot move from folder to folder and subfolders. Thanks for your…
0
votes
1 answer

Get list of AD groups a user is a primary owner of

i would like to get list of AD groups a user is a primary owner of. i have gone through this question already. But its not giving me the attribute/property whether the user is a primary owner of secondary owner. How to get the above requirement.…
0
votes
1 answer

SMB share, from windows, creates files are owned by administrator and permissions and for Everyone. How to force this to be user who created file?

So I have a smb share setup using unisphere. I can login to my windows machine on the domain and my ad account. I can access the share but when creating a file on the share it shows under security that Everyone has full permissions. Nothing about my…