Keep having problems with folder/file permissions

I keep running into permissions issues in Ghost. This is the 2nd time I’ve installed - the first time I had to uninstall and re-install. I installed yesterday, but now I get the errors below. Running the suggested commands doesn’t fix the problem. Any thoughts?

Thanks!
Mark

vhc08@birch:~/webapps/vhc08_web$ ghost doctor
:heavy_check_mark: Checking system Node.js version
:heavy_check_mark: Checking logged in user
:heavy_check_mark: Ensuring user is not logged in as ghost user
:heavy_check_mark: Checking if logged in user is directory owner
:heavy_check_mark: Checking current folder permissions
:heavy_check_mark: Checking operating system compatibility
:heavy_check_mark: Checking for a MySQL installation

  • sudo systemctl is-active ghost_ghost-brudos-net
    Instance is currently running
    :information_source: Validating config [skipped]
    :heavy_multiplication_x: Checking folder permissions
    :heavy_multiplication_x: Checking file permissions
    :heavy_multiplication_x: Checking content folder ownership
    :heavy_check_mark: Checking memory availability
    :heavy_check_mark: Checking binary dependencies
    One or more errors occurred.
  1. Checking folder permissions

Message: Ghost can’t access some files or directories to check for correct permissions.
Help: Run sudo find ./ -type d -exec chmod 00775 {} ; and try again.

  1. Checking file permissions

Message: Ghost can’t access some files or directories to check for correct permissions.
Help: Run sudo find ./ -type d -exec chmod 00775 {} ; and try again.

  1. Checking content folder ownership

Message: Ghost can’t access some files or directories to check for correct permissions.
Help: Run sudo find ./ -type d -exec chmod 00775 {} ; and try again.

Debug Information:
OS: Ubuntu, v18.04.4 LTS
Node Version: v12.18.2
Ghost Version: 3.24.0
Ghost-CLI Version: 1.14.1
Environment: production
Command: ‘ghost doctor’

Try running ghost doctor to check your system for known issues.

You can always refer to Ghost-CLI - A fully loaded tool for installation and configuration for troubleshooting.