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
so i'm trying to make a shared folder for other users, inside that folder i want a personal folder for every user.
I have given full control to everyone on the network, so i can do anything i want, i tried to remove the "Delete" permission but than i couldn't create a folder with a new, which would mean all my folders are called "New Folder".
Is there a way to fix this?
Two questions:
(1) I've just installed Ubuntu 10.04.2 on my Mac Pro and I've also installed clam and avg virus apps. When I scan my home folder clamscan works fine but with avgscan ~/ I get "/home/ron Object scan failed; Permission denied."
(2) I have a folder /media/Ubuntu_Data which I created in OS X.
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 ?
Hello.
This is list of simple commands on linux. Forgot useful command?
i have Apache Web server and my own CMS into server. i dont want show to all my folder files list and i want set permission to hide my files like this alert
403 Forbidden
You don't have permission to access /admin/ on this server.
i know how i can give permission to folder with security but, i dont know wich permission is for this and wich user must deny this permission.
Hi at all
I need help.
I installed a new Ubuntu server with SMB packets.
I configured it with some users and some group.
I configured some folder for different acces depending on groups.
I configured SMB to create folders only with 0770 permission with parameters create mask = 0770 and directory mask = 0770
When I create e new folder, all have right permission.
When I copy folder from different
Hello to all,
I recently installed Apache, MySQL and PHP on Centos 5, and it seems to be installed, but then I go to the folder .../www/html and I create the usual php test file to see if is installed correctly or not.
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.