Linux CHMOD to Windows Servers (Must Read)

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Linux CHMOD to Windows Servers (Must Read)

Postby ntsmarkv » 18. April 2006 04:26

U G E
rwx rwx rwx chmod 777 filename
rwx rwx r-x chmod 775 filename
rwx r-x r-x chmod 755 filename
rw- rw- r-- chmod 664 filename
rw- r-- r- chmod 644 filename


U = User
G = Group
E = Everyone

r = Readable
w = writable
x = executable
- = no permission


Another example of CHMOD Commands translated to Windows permissions

Permissions:

400 read by owner
040 read by group
004 read by anybody (other)
200 write by owner
020 write by group
002 write by anybody
100 execute by owner
010 execute by group
001 execute by anybody

To get a combination, just add them up.

For example, to get read write execute by owner,

read execute by group, and execute by anybody,
you would add 400+200+100+040+010+001 to give 751.

751 = U=--- G=rx E=--x

need more info??

hxxp://www.tnsites.com/support/s_CHMOD-tutorial.asp
ntsmarkv
 
Posts: 32
Joined: 22. October 2005 21:38

Postby ntsmarkv » 05. May 2006 06:02

TTT
ntsmarkv
 
Posts: 32
Joined: 22. October 2005 21:38


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 126 guests