To see the file permission in Linux terminal use the below command
stat -c "%a %n" *
* = will list and show all files , replace with the fie name if you want to know only for one filename
stat -c "%a %n" *
* = will list and show all files , replace with the fie name if you want to know only for one filename
No comments:
Post a Comment