On Linux, the umask defines how new files and directories inherit access rights. Linux uses your current umask value to ...
cat /usr/bin/mount_music.sh #!/bin/bash mount -t cifs -o ro,username=utwig,password=sekrit,vers=3\.0 //10.13.37.137/music /mnt/music ls /usr/bin/mount_music.sh -l ...