📰 Dev.to · authur
2 articles · Updated every 3 hours · View all reads
All
Articles 83,305Blog Posts 106,014Tech Tutorials 20,359Research Papers 17,846News 14,023
⚡ AI Lessons

Dev.to · authur
1w 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