Top "Permissions" questions

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

How to change permissions for a folder and its subfolders/files in one step?

I would like to change permissions of a folder and all its sub folders and files in one step (command) …

linux permissions directory chmod
Chmod 777 to a folder and all contents

I have a web directory /www and a folder in that directory called store. Within store are several files and …

linux web permissions file-permissions chmod
ssh "permissions are too open" error

I had a problem with my mac where I couldn't save any kind of file on the disk anymore. I …

permissions ssh
WAMP error: Forbidden You don't have permission to access /phpmyadmin/ on this server

I am new to WAMP and I have just installed it today. The setup went well and localhost seems to …

permissions wamp
MySQL error 1449: The user specified as a definer does not exist

When I run the following query I get an error: SELECT `a`.`sl_id` AS `sl_id`, `a`.`quote_id` …

mysql permissions
Trying to SSH into an Amazon Ec2 instance - permission error

This is probably a stupidly simple question to some :) I've created a new linux instance on Amazon EC2, and as …

amazon-web-services authentication ssh amazon-ec2 permissions
npm throws error without sudo

I just installed node and npm through the package on nodejs.org and whenever I try to search or install …

node.js unix permissions npm sudo
IIS_IUSRS and IUSR permissions in IIS8

I've just moved away from IIS6 on Win2003 to IIS8 on Win2012 for hosting ASP.NET applications. Within one particular …

iis permissions asp.net-4.5 windows-server-2012 iis-8
IIS7 Permissions Overview - ApplicationPoolIdentity

We have recently upgraded to IIS7 as a core web server and I need an overview in terms of the …

iis-7 permissions
SSH Key: “Permissions 0644 for 'id_rsa.pub' are too open.” on mac

I generate a ssh key pair on my mac and add the public key to my ubuntu server(in fact, …

ssh permissions key