Skip to content

Tag: sysadmin

All the articles with the tag "sysadmin".

The umask You've Been Ignoring

The umask You've Been Ignoring

Understand Linux umask: what it is, how 022 and 027 work, calculating file permissions, and why it matters for shared directories and security.

/proc as a Debugging Tool

/proc as a Debugging Tool

The /proc filesystem is a live window into every running process on Linux. Debug PIDs, file descriptors, memory, and limits with no extra tools installed.