I have this error while launching the command ./runInstaller - oracle

I have this error while launching the command
./runInstaller
./runInstaller: line 95: /home/nsn/Desktop/clusterware/install/.oui: Permission denied

You need to be root. run again with sudo ./runInstaller

Related

Why am I unable to build pyodide?

I find myself attempting to build pyodide from sources on a linux machine. However an attempt to run the make command gives me the following permission denied error.
savakar#Qulal:/media/savakar/PROJECTS/pyodide$ make
./tools/dependency-check.sh
/bin/bash: line 1: ./tools/dependency-check.sh: Permission denied
make: *** [Makefile:201: check] Error 126
I have installed the build dependencies from the Dockerfile.
It appears to be a permissions issue, however I have attempted to give read,write and execution permissions to the directory via the command
chmod 777 -R /media/savakar/PROJECTS/pyodide/
chmod +rwx -R pyodide/
chmod +rwx -R ./tools
amongst other attempts at giving execute permission to the files.

su: failed to execute /bin/bash: Permission denied

I have installed the Postgres v-12 using this blog on my ubuntu 20.04. After installing that when I run the command
pg_ctlcluster 12 main start
I got the below error
Insecure directory in $ENV{PATH} while running with -T switch at
/usr/bin/pg_ctlcluster line 398.
To fix this error I tried to give permission 750 to /bin directory as per the blog and followed the rest of the steps mentioned there. So when I run the command su postgres I gotthe below error
su: failed to execute /bin/bash: Permission denied
I have tried many blogs but didn't get any success.
Can anyone help me to run the Postgres?

zsh: permission denied: reading anyway

this is the error its showing now
I was installing "Laravel" through a tutorial and now i am facing this error "zsh: locking failed for /users/vishnu.zsh_history: permission denied: reading anyway"
macos:- catalina v10.15
I am using macbook air,
I don't have any idea what happened it happened while I was installing composer and a file was missing to get that file I ran some "chown" command and now I cant even open my chrome browser
Please Help
-ThankYou
You can run this command :
sudo chown -R ${LOGNAME}:staff $HOME
to make sure the owner is correct for your files.

Bash Permission denied when using ffmpeg

I'm trying to concatenate a few files using ffmpeg, but I am getting this error message when I run the command:
-bash: /path/to/file/sound.ogg: Permission denied
I am logged in as a root user so i'm not sure why this error is happening

Permission denied in mac terminal

I'm trying to write a command on mac terminal using the root, but it shows me that the permission denied, when I use the sudo it shows that the command not found
can any one please help me
aftheers-MacBook-Air:scripts root# ./ArduinoWifiShield_upgrade.sh
-sh: ./ArduinoWifiShield_upgrade.sh: Permission denied
You have to make the file executable:
chmod +x ArduinoWifiShield_upgrade.sh
To avoid permission denied prompt, type this command and continue
sudo su
Install the packages in this admin mode,
then go back to normal mode
exit

Resources