Unmasking the Linux Umask

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

Комментарии • 20

  • @arduinoguru7233
    @arduinoguru7233 2 года назад +3

    2:01 Every time I come to this channel I learn something new (ctr+L), BTW you were the only one who teach me Ctrl+Shif+F2 trick to connect to another TTY ( _I know this looks basic_ ) but for the whole 13 years Linux learning/reading I never ever come cross to single tutorial/article mentioned it at all, same with ctr+L and many basic tutorials you post in the channel ( _like files ownership_ ) etc, very solid contents comes from real master.

    • @theurbanpenguin
      @theurbanpenguin  2 года назад +1

      Thank you so much. I believe that many tutorials and paid training miss out crucial shortcuts.

  • @JeffSmithInStJacobs
    @JeffSmithInStJacobs 2 года назад +2

    Well done, Andrew. I've always been a bit fuzzy on umask; this clears up a lot. And thank you so much for enabling subtitles again!

  • @AntonisAsc
    @AntonisAsc 2 года назад +4

    Great explanation! Thank you for the video and keep up the good work

  • @MrAv49
    @MrAv49 2 года назад +1

    Frrrrr tNice tutorials man just straight forward !

  • @bish6965
    @bish6965 2 года назад

    Thanks Andrew, I have a better clarity about umask.

  • @benyt3039
    @benyt3039 Год назад

    Absolute life saver. Thanks so much!

  • @adrianbiro2167
    @adrianbiro2167 2 года назад +1

    good format

  • @sveu3pm
    @sveu3pm 2 года назад

    and what would umask 777 do?

    • @theurbanpenguin
      @theurbanpenguin  2 года назад +1

      Would remove all permissions. Not really a problem as the owner can always set permissions

  • @ivangohome
    @ivangohome 2 года назад

    Very cool 😎 👍

  • @zanezak878
    @zanezak878 2 года назад

    I've always wished that unix had a native way to set a umask on a directory basis.

    • @theurbanpenguin
      @theurbanpenguin  2 года назад +1

      Then it would be part of each file system and not the shell. But I see your point. A kinda hack would be through the HISTCMD variable running a script to check CWD. But that would only work if you were in the directory