Hello, first post here!
Does anybody know why whenever i copy a file to the external drive, it changes the permissions to "777" ?
$ ll phpinfo.php
-rw-r--r-- 1 guilherme staff 20 Feb 28 15:41 phpinfo.php
$ cp phpinfo.php /Volumes/GUILHERME
$ ll /Volumes/GUILHERME/
-rwxrwxrwx 1 guilherme staff 20 Feb 28 22:35 phpinfo.php
How to fix that?
Does anybody know why whenever i copy a file to the external drive, it changes the permissions to "777" ?
$ ll phpinfo.php
-rw-r--r-- 1 guilherme staff 20 Feb 28 15:41 phpinfo.php
$ cp phpinfo.php /Volumes/GUILHERME
$ ll /Volumes/GUILHERME/
-rwxrwxrwx 1 guilherme staff 20 Feb 28 22:35 phpinfo.php
How to fix that?