Questions tagged [user-permissions]

419 questions
-1
votes
1 answer

Why is my dir not showing in ftp session?

I am new to linux so please have patience with me. I set up my centos 6.3 server on a virtual machine, installed many things including httpd and vsftpd. I changed the config to allow only users in the chroot_list and the other settings are as…
sprocket12
  • 223
  • 2
  • 5
-1
votes
1 answer

I'm able to login via "psql" as "posgres" with any linux user - is this a security issue?

I used sudo su postgres and set up my database while logged in as the linux user postgres. After exiting to my normal shell, logged in as my non-root user, I can simply use psql -U postgres and then do whatever I want with any database, Postgres…
orokusaki
  • 2,763
  • 4
  • 32
  • 43
-1
votes
2 answers

Bind a fake service to a tcp port

A friend of mine gives me a (user) ssh access on an ec2-instance (ubuntu) that he's got. So, for reason that now I don't know, in the future I will have need of an open tcp port over the firewall to make listening some sort of service (like http or…
-1
votes
2 answers

allow client to change registry

How can I grant user to write to win7 registry. He is in domain win2008 R2. What I must change in group policy to allow access? He is trying to run some portable aplication and without this cant run it. Thanks a lot.
-2
votes
1 answer

setup apache www directory for multiple users over sftp

I have standard Ubuntu 16.04 droplet over digitalocean with LAMP stack. By default I have one user with root privileges (for admin use). I access any directory from root through ssh like with filezilla or netbeans. It all works fine as it should…
-2
votes
1 answer

Windows Server delete files in folder but no permision to delete folder itself

We have a problem, with permissions on shared folder for out employees. We have folder lets say Main, with multiple projects (files and folder inside), constantly added and removed. The problem is that it happend that some employee deleted the…
-2
votes
1 answer

Permissions/groups setup

I have setup up a Group that includes a few users (mygroup) then have set the owner of a web directory to be apache and the group to be mygroup. chown -R apache:mygroup /home/myweb Then I have set permissions to chmod -R 764 /home/myweb The idea…
Kline
  • 1
  • 1
-2
votes
2 answers

Grant user mkdir()

I have a php script where I use the function mkdir() but I get Warning: mkdir() [function.mkdir]: Permission denied How can I grant a user permission to this function? Apache/CentOS Update Here's the permission for the folder I'm trying to create…
-2
votes
1 answer

You don't currently have permission to access this folder. Windows 10 User Authentication Error Dialog Box

I recently was given Admin rights on my machine at work. Unfortunately, when I am going through the directory structure I kept getting this message box: If I hit continue, I need to change the security permissions and need to add my username in the…
-3
votes
1 answer

Freebsd shutdown privileges

I need to create a user and deny them permission to turn off the machine. DO SOMEONE KNOW HOW TO CHANGE THE PERMISSIONS OF A NORMAL USER TO NOT ALLOW ME TO TURN OFF?
Mr.John
  • 7
  • 5
-3
votes
2 answers

Permissions and access security for a shared folder on a server

I need to set permissions to a folder for two people. I am not an administrator on the server but I have access to grant and remove permissions to folders. Not even the Server Admin should have access to that folder except for those two users. The…
-3
votes
1 answer

Dropbox writes files owned by root on server

Basically, we have Dropbox running on a server to keep some files synced. It works nicely, except when Dropbox has to write the files itself. It keeps writing them as root, and my webserver cannot serve these files later on. The current fix is a…
Christian
  • 466
  • 5
  • 23
-3
votes
1 answer

How can I know which are my rights

On a fedora server, I have access to the cli. On that server I have a webapp which generates some pdf files using a php library through some ajax request. The problem is that one of the apache instances is blocked on 99%. I've tried with kill…
dole doug
  • 275
  • 1
  • 5
  • 11
-4
votes
4 answers

Blocking another Win 2008 R2 admin from accesing some important folders

I have sold half my dedicated server to somebody but I dont want them accessing my web hosted Plesk files for my Wordpress website. As some of them are custom and confidential. I gave them local admin rights so the can install programs and as Power…
1 2 3
27
28