Hi How can i change the permissions from root to nginx using ssh? I know that i can do it on a folder using: chown -R nginx:nginx public But how can i include all folders and subfolders and all files in the public? Thanks