I just installed Ubuntu server 12.04, now when I create any folder in www/ the default permission is creating problem and every time I have to give permission manually.
Please give me the command to run so that when I create any folder or file in the www directory I do not have to give permission and it run by default.
thanks in advance
I just install apache2 on ubuntu,the default www directory is /var/www/ I use ln to link it to '/media/Software/Program Files/wamp/www/' at the windows directory,but the apache shows 'You don't have permission to access / on this server',Then I use 'sudo chmod -R 777 /media/Software/Program\ Files/wamp/www/' to set the permission,but it didn't work,and nothing changed when I saw the permission i
How could I set default permissions for session files so that both apache-php-process and some-other-user's-php-process can rw them? The session is created by some-other-user's-php-process and after that apache-php-process should be able to read and write it.
Now the default permission for session files is 600. It should be 660 or 666. Where and how can I set this permission (eg.
Files and folders from another PC viewed as locked and showing "nobody/nogroup"
Works fine when creating a new folder and new file on the PC:
permission for folders: drwxrwxr-x
permission for files: -rw-rw-r--
When copying/moving a folder containing files from another PC:
permission for folders: drwxr-xr-x
permission for files: -rwxr--r--
I would like to match the permissions of all files
I am getting a connection refused exception when i am trying to get directory listing from drivehq ftp server using my ftp client from android. Please help me and solve my problem. My code for this purpose is given below also i am testing on real device samsang galaxy mobile.
My team and I are building a webDAV server using Apache 2.2.
We have run into an issue with user permissions.
Accidentall I created the folder on remotely server (Server OS is Linux) using php: mkdir("folder_name",0);
Now I can not delete this folder from server.
Accidentall I created the folder on remotely server (Server OS is Linux) using php: mkdir("folder_name",0);
Now I can not delete this folder from server.
I want to set permissions to a folder such that, when I'm normally logged in (meaning not as root), this folder isn't deletable, but I can still change the name of this folder and move in around in my system ?
IS this possible and if yes, how to set the permission ?