How to Recursively Change Ownership of all Files & Subdirectories in Linux

preview_player
Показать описание
In the following example, we will recursively change the owner and the group for all files and subdirectories.

Note: sudo access is required.

Command used -
chown -R linuxuser:linuxgroup Dir_name/

Subscribe to our channel for more tech stuff.
Рекомендации по теме
Комментарии
Автор

I will be late to view your videos in this month due to some works, but even lately I'm gonna watch them.

nikovask
Автор

For the directory you created, you stated permission is root and root... Point of correction, root and root is ownership!.. permissions are on the first column.

mspremier