umask

Manage the read/write/execute permissions that are masked out (i.e. restricted) for newly created files by the user. More information: <https://manned.org/umask>.

Debian Debian
RUN apt-get update && \ apt-get install -y execline
Ubuntu
RUN apt-get update && \ apt-get install -y execline
Alpine
RUN apk add bash
Arch Arch Linux
RUN pacman -S --noconfirm bash
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y execline
CentOS
RUN yum install -y bash
Fedora
RUN dnf install -y bash
Raspbian
RUN apt-get update && \ apt-get install -y bash
click the source code to copy install umask on any operating system with command-not-found.com