Categories

Here is how to change Owner of Files and Folders in SSH as a Bulk
$ chown -R user:usergroup /location/of/the/folder/*
$ chown user:usergroup /location/of/the/folder/file-name.php
$ find /location/of/the/folder/ -user USERNAME
Originally posted on August 22, 2021 @ 12:01 pm