What the chown command actually does
chown sets which user and group own a file on Linux. Create the account first, use chown user:group and chown -R, and fix root owned files after sudo.
Filtering by topic #permissions · clear
chown sets which user and group own a file on Linux. Create the account first, use chown user:group and chown -R, and fix root owned files after sudo.
A save that fails in nano has four usual causes. Check the file owner, the parent directory, a read only or full filesystem, then your uid in a container.
Change Linux permissions with chmod: the octal digits, the u/g/o symbolic form, why a recursive numeric mode breaks a tree, and what capital X fixes.
The umask decides the mode of every file you create. Print it, create a file and a directory, read the modes back, and see why root and your user differ.
Ubuntu 26.04 makes sudo-rs the default sudo. Here is the sudoers delta that matters: wildcard argument rules stop matching, and what to write instead.
Permission denied (publickey) is five different faults. Read the ssh -v output, find which one you have, and fix it without locking yourself out.
Auto mode becomes the Claude Code default on 14 August 2026. What each permission mode does, and which one a server you cannot watch deserves.
PUID and PGID are not Docker settings. They are an entrypoint convention in linuxserver.io images. Why bind mount files land as 911:911, and how to fix it.
Read drwxr-xr-x one character at a time and map it to 755. Learn why x on a directory means traverse, and why chmod 777 is never the right fix.