I know that with "ls -l" I can see the permissions of a file or directory but it shows them with letters, so how to show the permissions in numeric way
for example:
755 /var/www/mywebpage
I know that with "ls -l" I can see the permissions of a file or directory but it shows them with letters, so how to show the permissions in numeric way
for example:
755 /var/www/mywebpage
stat
works perfect. – 8ctopus Jul 27 '23 at 05:15