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.
@theurbanpenguin2 жыл бұрын
Thank you so much. I believe that many tutorials and paid training miss out crucial shortcuts.
@JeffSmithInStJacobs2 жыл бұрын
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!
@theurbanpenguin2 жыл бұрын
Excellent, thank you
@AntonisAsc2 жыл бұрын
Great explanation! Thank you for the video and keep up the good work
@theurbanpenguin2 жыл бұрын
Thank you, glad you found it useful
@MrAv492 жыл бұрын
Frrrrr tNice tutorials man just straight forward !
@theurbanpenguin2 жыл бұрын
Thank you
@benyt30392 жыл бұрын
Absolute life saver. Thanks so much!
@theurbanpenguin2 жыл бұрын
Thanks
@bish69652 жыл бұрын
Thanks Andrew, I have a better clarity about umask.
@theurbanpenguin2 жыл бұрын
Thank you
@adrianbiro21672 жыл бұрын
good format
@theurbanpenguin2 жыл бұрын
Glad you like it
@zanezak8782 жыл бұрын
I've always wished that unix had a native way to set a umask on a directory basis.
@theurbanpenguin2 жыл бұрын
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
@ivangohome2 жыл бұрын
Very cool 😎 👍
@theurbanpenguin2 жыл бұрын
Thank you.
@sveu3pm2 жыл бұрын
and what would umask 777 do?
@theurbanpenguin2 жыл бұрын
Would remove all permissions. Not really a problem as the owner can always set permissions