How to fix this issue

(most recent call last):
File “/home/frappe/frappe-bench/env/bin/bench”, line 8, in
sys.exit(cli())
File “/home/frappe/frappe-bench/env/lib/python3.10/site-packages/bench/cli.py”, line 80, in cli
logger = setup_logging()
File “/home/frappe/frappe-bench/env/lib/python3.10/site-packages/bench/utils/init.py”, line 205, in setup_logging
hdlr = logging.FileHandler(log_file)
File “/usr/lib/python3.10/logging/init.py”, line 1169, in init
StreamHandler.init(self, self._open())
File “/usr/lib/python3.10/logging/init.py”, line 1201, in _open
return open_func(self.baseFilename, self.mode,
PermissionError: [Errno 13] Permission denied: ‘/home/frappe/frappe-bench/logs/bench.log’

Hi,

Please run the following command and try after:

chmod -R o+rx /home/frappe/

Thanks,

Divyesh Mangroliya

still has the issue