I am trying to install beanstalkd - Removed - via the Linux Terminal using the SSH Access provided by cPanel (with the recommended program PuTTy). The previous link gives commands that should install beanstalkd on the server via the terminal. I have practically tried all the commands in the previous link and am consistently obtaining errors like:
Whenever I use either the sudo or su command like this:
I obtain an error like this:
SSH access not working for root
Though the instructions given were given in 2003 and no longer exist in the cPanel. It does seem to me that I have a "permission" type problem.
QUESTION:
Does anyone know how I can configure cPanel so that I can run commands like sudo and su over SSH (via PuTTy)? Is it a configuration and/or permission issue or possibly something else that isn't allowing me to do so? How might I go about configuring bash if indeed it needs to be configured in my case?
SERVER AND HOSTING INFORMATION (the info might be helpful..): A shared hosting account with Godaddy (economy) with a linux server running a linux distribution of Red Hat 4.4.7-16
Whenever I use either the sudo or su command like this:
Code:
sudo apt-get install beanstalkd
-bash: sudo: command not found
I found in the cPanel forums a post that might be touching on a possible solution (talks about bash and changing the permissions via cPanel):
SSH access not working for root
Though the instructions given were given in 2003 and no longer exist in the cPanel. It does seem to me that I have a "permission" type problem.
QUESTION:
Does anyone know how I can configure cPanel so that I can run commands like sudo and su over SSH (via PuTTy)? Is it a configuration and/or permission issue or possibly something else that isn't allowing me to do so? How might I go about configuring bash if indeed it needs to be configured in my case?
SERVER AND HOSTING INFORMATION (the info might be helpful..): A shared hosting account with Godaddy (economy) with a linux server running a linux distribution of Red Hat 4.4.7-16
Last edited by a moderator: