Chown linux commands chown¶ Changes the owner of a file. You must have write access to change the owner. Usage: chown newUser:newGroup file With recursion: chown -R newUser:newGroup folder Example: sudo chown -R cliftonbartholomew:cliftonbartholomew folder See also¶ chmod