chmod_deger.sh 55 B

123
  1. #!/bin/bash
  2. [ $1 ] && stat --format '%a' $1 || exit 1;