summaryrefslogtreecommitdiff
path: root/perms
blob: 7c1a800c15c46861c6be57522eb26973a1a1341b (plain)
1
2
3
#!/usr/bin/env bash
echo $(realpath $1)
stat --printf "octal: %a\nhuman: %A\nowner: %U (%u)\ngroup: %G (%g)" "$@"