Top "Permissions" questions

Permissions define the operations that authenticated users are allowed to perform on file systems, databases and other computer systems.

SQL Server 2012 can't start because of a login failure

I recently installed Microsoft SQL Server 2012 on a fresh Windows 7 installation, but whenever I want to run the server, I …

sql-server permissions installation sql-server-2012
Windows CHMOD 600

I'm trying to connect to Amazon EC2 using OpenSSH in windows but I need to set the permissions of my …

windows permissions ssh ssh-keys
How to give folder permissions inside a docker container Folder

I am creating a folder inside my Dockerfile and I want to give it a write permission. But I am …

docker permissions dockerfile permission-denied
Linux, Why can't I write even though I have group permissions?

I want to create a file in a directory owned by the staff group which I am a member of. …

linux permissions file-permissions
Execute root commands via PHP

I have a CentOS 5.7 linux server and use php5.3.x. On a pfSense system, you can restart services-that required root …

php apache permissions root
MySQL Stored Procedure Permissions

I am trying to give a user permission to run a stored procedure at the stored procedure level on a …

mysql stored-procedures permissions grant
Understanding user file ownership in docker: how to avoid changing permissions of linked volumes

Consider the following trivial Dockerfile: FROM debian:testing RUN adduser --disabled-password --gecos '' docker RUN adduser --disabled-password --gecos '' bob …

linux docker permissions rstudio
Access to the path 'C:\Users\xxx\Desktop' is denied

I have thoroughly searched the entire access denied questions and did't find any question related to access to windows form …

c# winforms permissions access-denied
Grant a user permission to only view a MySQL view and nothing else

This question was originally using MySQL 5.1.44, but is applicable to MySQL 8.0+ too. Let's say I have a table with records …

mysql view permissions database-permissions grant