chown: Recursively change owner of all files and folders
Sometimes QNAP changes file owner to admin:administ
(actually to admin:administrators
— admin
user in administrators
group) which may cause some troubles on certain FTP operations when you’re logged in to QNAP’s FTP server with user different than admin
(using this user to operate on FTP is a quite great mistake and you should always use other, less privileged user for this).
Using chown
command you can easily fix this.
Read More “chown: Recursively change owner of all files and folders”