Place Holder Products Code
Bash MySQL
Notes Return of the Fed Login
Admin Control Panel Email Control Panel Product Control Panel Debug Info Beacon Create Snippet Tag Control Panel

Print Permissions in Octal

-rwxrwxrwx isn't the easiest thing to read, let's be honest. Verify your assumptions by viewing permissions in octal with stat:

stat -c "%a %n" /path/to/dir

-c for format, %a for access rights in octal, %n for file name

Comments:

No Comments Yet!