Recursively change ownership of directories


Change the owner of /foo and subfiles to "root", run:
# chown -R root /foo
Where,
  • -R - Recursively change ownership of directories and their contents.

0 ความคิดเห็น:

แสดงความคิดเห็น

top