
umask
List of commands for umask:
-
umask:tldr:850d9 umask: Change the mask symbolically to allow read permission for all users (the rest of the mask bits are unchanged).$ umask ${a+r}try on your machineexplain this command
-
umask:tldr:e2b41 umask: Display the current mask in symbolic (human-readable) mode.$ umask -Stry on your machineexplain this command
-
umask:tldr:f2eda umask: Display the current mask in octal notation.$ umasktry on your machineexplain this command