in reply to Re^3: Perl, Permission and Browsers
in thread Perl, Permission and Browsers
-rwxr-x--x
That would set the Read/Write/Execute bits on the file for the Owner, the Read/Execute bits for Group (but not Write) and Execute (no Read or Write) for World (i.e. everyone else). But, those are Unix-style permissions, not Windows. You might see the following
permissions if you are looking at the file on a Windows machine with FTP (depending on how permissions are set for files on the Windows machine).-rwxrwxrwx
|
|---|