📰 Dev.to · authur
2 articles · Updated every 3 hours · View all reads
All
Articles 85,114Blog Posts 106,834Tech Tutorials 20,929Research Papers 18,058News 14,134
⚡ 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
4w 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