Skip to content

Commit

Permalink
aliases: Remove empty other permissions from chmod alias comment
Browse files Browse the repository at this point in the history
  • Loading branch information
willsawyerrrr committed Dec 18, 2023
1 parent 4de61d8 commit d7ef680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliases/chmod.aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

alias perm='stat --printf "%a %n \n "' # perm: Show permission of target in number
alias 000='chmod 000' # ---------- (nobody)
alias 640='chmod 640' # -rw-r----- (user: rw, group: r, other: -)
alias 640='chmod 640' # -rw-r----- (user: rw, group: r)
alias 644='chmod 644' # -rw-r--r-- (user: rw, group: r, other: r)
alias 755='chmod 755' # -rwxr-xr-x (user: rwx, group: rx, other: rx)
alias 775='chmod 775' # -rwxrwxr-x (user: rwx, group: rwx, other: rx)
Expand Down

0 comments on commit d7ef680

Please sign in to comment.