Protect folder name

Asked by JOhn_E

How do I prevent users from changing a folders name but still have full access to the folder's files & subfolders.

The users are windows xp machines and the folder is in a public directory.on my ubuntu server.????

Sorry

Thanks John_E

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Cesare Montedonico (cmontedonico) said :
#1

your question its about Windows XP or UBUNTU??

Revision history for this message
Cesare Montedonico (cmontedonico) said :
#2

Ok, first need to undertand the permissions on UBUNTU.

Exist 3 types of permission, Write (w) , Read(r) an Execute(x). To change that, need a command called CHMOD, and use like this:

$ chmod +r "folder"

thats make your folder for READ to all users, and you can check files permissions by doing:

$ ls -al

The results show something like:

-rwxr--r-- thats meen: ROOT = rwx, Group = r, Others = r,

I hope this help. If not... askme again.

Can you help with this problem?

Provide an answer of your own, or ask JOhn_E for more information if necessary.

To post a message you must log in.