Top "Permissions" questions

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

pip install failing with: OSError: [Errno 13] Permission denied on directory

pip install -r requirements.txt fails with the exception below OSError: [Errno 13] Permission denied: '/usr/local/lib/.... What's wrong …

python permissions pip installation
www-data permissions?

So I have a directory in /var/www (called cake) and I need to allow www-data to write to it, …

apache permissions sudo
sudo echo "something" >> /etc/privilegedFile doesn't work

This is a pretty simple question, at least it seems like it should be, about sudo permissions in Linux. There …

bash shell scripting permissions sudo
Add Keypair to existing EC2 instance

I was given AWS Console access to an account with 2 instances running that I cannot shut down (in production). I …

amazon-web-services authentication ssh amazon-ec2 permissions
C# Test if user has write access to a folder

I need to test if a user can write to a folder before actually attempting to do so. I've implemented …

c# permissions directory
changing the owner of folder in linux

I have a folder in my subdomain which is created through WHM so the owner of that subdomain is not …

linux file-upload permissions chmod chown
cd into directory without having permission

When cding into one of my directories called openfire the following error is returned: bash: cd: openfire: Permission denied Is …

linux unix permissions directory
Android: java.lang.SecurityException: Permission Denial: start Intent

I have created an application containing GWVectraNotifier activity which is called from other applications to display Notification. In the Notification …

android permissions securityexception
How do I change the owner of a SQL Server database?

When I accidentally click on the Database Diagrams tab, I get one of the following errors: Database diagram support objects …

sql-server sql-server-2005 permissions
Android 6.0 multiple permissions

I know that Android 6.0 has new permissions and I know I can call them with something like this if (ContextCompat.…

java android permissions android-6.0-marshmallow android-permissions