Possible Duplicate:
Modification of files with 777 permissions but not with 755 permissions?

In Unix , we have a file permissions which can be changed with chmod command . But applying the permissions are always confusable for beginners . If anyone can explain it with the simple terms , would be very useful.

link|improve this question

Closed as duplicate since the answer points to the duplicate – Diago Sep 9 '09 at 10:25
feedback

closed as exact duplicate by Diago Sep 9 '09 at 10:25

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

3 Answers

up vote 1 down vote accepted

I gave a somewhat detailed explanation here. This page is also very in depth, I recommend you give it a read.

Now that I think about it, a permissions calculator was the first program I made with a GUI. I'll try to find it.

link|improve this answer
i made already one desktop.google.com/plugins/i/unixchmod_cumakt.html?hl=en – TuxGeek Sep 9 '09 at 3:25
1  
Nice, a gadget too! Mines a bit smaller :) rapidshare.com/files/277520186/Permissions.7z brings back memories. – John T Sep 9 '09 at 3:52
1  
@John T This seems to be some sort of ".exe" file. file reports it is for something called "MS Windows". – Richard Hoskins Sep 9 '09 at 4:51
Yeah any GUI programs I made when starting out were for Windows. I didn't know much about toolkits like Qt and programming even a simple "Hello World" for X was a painstaking process. – John T Sep 9 '09 at 5:01
Your answer on that previous question pretty much sums this question up as a dupe. – random Sep 9 '09 at 6:41
feedback

Use the famous Online CHMOD Calculator, it works great and is VERY interactive:

http://www.onlineconversion.com/html%5Fchmod%5Fcalculator.htm

link|improve this answer
feedback

The Wikipedia reference is quite brief and simple.
It also has some references at the bottom.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.