I'm referring to the file/folder permissions on the database server. You can get this information by running ls -lah, e.g.:
[oracle@dbaas21c home]$ ls -lah
total 24K
drwxr-xr-x 6 root root 4.0K Dec 8 2020 .
dr-xr-xr-x 19 root root 4.0K Mar 24 17:45 ..
drwx------ 3 grid oinstall 4.0K Apr 27 2021 grid
drwx------ 3 mysql mysql 4.0K Dec 8 2020 mysql
drwx------ 3 opc opc 4.0K Dec 16 2020 opc
drwx------ 3 oracle oinstall 4.0K Mar 21 09:59 oracle
But best speak with your DBA/server admin - they should be able to help you figure out what's going on.