-
as seen on Super User
- Search for 'Super User'
Hello,
I have created directories in root. I am loooking for the chmod command to allow all users read and write permission's to a specific directory. I have done chmod 775 for a file but I need this for a directory. This includes permission's on all files and sub directories.
Thanks for any help.
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have some hosting on a Linux server and I have a few folders that I don't ever want to delete. There are sub folders within these that I do want to delete.
How do I set the CHMOD permissions on the folders I don't want to delete?
Of course, when I say "I don't ever want to delete" - what I mean…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I have created directories in root. I am loooking for the chmod command to allow all users read and write permission's to a specific directory. I have done chmod 775 for a file but I need this for a directory. This includes permission's on all files and sub directories.
Thanks for any help.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have some hosting on a Linux server and I have a few folders that I don't ever want to delete. There are sub folders within these that I do want to delete.
How do I set the CHMOD permissions on the folders I don't want to delete?
Of course, when I say "I don't ever want to delete" - what I mean…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
A client has accidentally given the entire filesystem full permissions on their ubuntu 10.04 box.
chmod -R 777 httpdocs/cd /
As you can see they attempted to cd to the root, and instead gave chmod a fun parameter to play with.
First sign of the problem was inability to use 'su', giving an authentication…
>>> More