📰 Dev.to · authur
2 articles · Updated every 3 hours · View all reads
All
Articles 84,942Blog Posts 106,829Tech Tutorials 20,871Research Papers 18,056News 14,092
⚡ AI Lessons

Dev.to · authur
2w ago
umask vs chmod: why your new files keep getting the 'wrong' permissions
chmod changes one file. umask decides the default for every file you create next. Here's how they actually relate, with a quick reference.

Dev.to · authur
3w ago
Why umask 022 creates 755 folders and 644 files
If you have ever wondered why umask 022 creates directories like 755 but files like 644, the short...
DeepCamp AI