Created
August 17, 2016 10:45
-
-
Save GokhanPolat/6b009bdf95eac29fc236333ab4b83e11 to your computer and use it in GitHub Desktop.
İzin Değerlerini Rakamsal Olarak Göster, stat -f '%A %N' *
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -rw-r--r-- şeklinde görünen dizin/dosya izin özelliklerini rakamsal olarak ifade eder (644 gibi) | |
stat -f '%A %N' * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment