Categories Web Server Management Change Owner of files and folders through SSH August 22, 2021August 22, 2021 1 min read
Change Owner of All files within a FolderHere is how to change Owner of Files and Folders in SSH as a BulkLogin to SSHRun chown -R user:usergroup /location/of/the/folder/*$ chown -R user:usergroup /location/of/the/folder/*Change Owner of one file$ chown user:usergroup /location/of/the/folder/file-name.phpFind the list of files under an Owner$ find /location/of/the/folder/ -user USERNAME