Top "Chmod" questions

chmod is a linux/unix command.

Apache - Permissions are missing on a component of the path

None of my website images are loaded, although paths are correct. In my Apache logs, I have plenty of : (13)Permission …

apache .htaccess permissions chmod chown
How to get "drwx---r-x+" folder permission using CHMOD? - Bash script

I am facing a problem when moving some files across my network and seems to be caused by file permissions. …

macos bash unix chmod
How do I use chmod with Node.js

How do I use chmod with Node.js? There is a method in the package fs, which should do this, …

node.js chmod fs
Trying to get Postgres setup in my environment but can't seem to get permissions to intidb

I'm following the recent RailsCast on setting up PostgreSQL, but I'm unable to run the initdb /usr/local/var/postgres …

database postgresql chmod chown
linux chmod -R 777 /var/

By mistake I give via ssh with root privelege a chmod -R 777 /var/ in stead of chmod -R 777 var/ for …

linux var chmod 777
How to fix permission denied for .git/ directory when performing git push?

I have set up a git repository on my server. Created a new user 'git'. My repos are located in /…

linux git file-permissions chmod chown
How to change/show permissions in C

I am new to C programming and I'd like to implement chmod command on files of a dir and subdir. …

c linux chmod
chmod function for PowerShell

I was looking around to understand how to chmod (change permissions of a file) a file on Windows 7 Power Shell. …

shell powershell windows-7 chmod
fopen Creates File, But how to change permissions?

I am creating a new file using fopen. $filename = 'user_data/10.xml'; $openhandle = fopen($filename, 'w+'); Then I check …

php file-permissions fopen chmod chown
ADB Shell giving bad mode when executing chmod (under su)

I'm having an issue related to the Android ADB Shell. When I try to execute the command chmod he gives …

android shell adb chmod android-2.2-froyo