I would like to change the owner of a directory and all files and directories below it to the user nobody.
I have a /parent_dir with owner root. I want to change the owner to nobody (system user) recursively.
|
I would like to change the owner of a directory and all files and directories below it to the user I have a |
||||
|
|
|
Just as an alternative to the other answers:
if you only want to change files you could use |
||||
|