Hey guys!
I was just wondering on the correct syntax to display octal permissions of files on FreeNAS 11.
Currently on my Ubuntu server, I use:
stat -c "%a %n" *
But it returns an error complaining about the "-c" arg.
Looking at the stat manpage:
"-c --format=FORMAT
use the specified...