Permissions Denied

nxssh runs on port 22 by default. I have sshd running on another port, but am unable to find out how to change the port nxssh is looking for other than 22. Any ideas?.

Everything Linux 1798 This topic was started by ,



data/avatar/default/avatar28.webp

0 Posts
Location -
Joined 2009-02-23
Hello,
 
I installed Ubuntu 8.10 in VMWare. I installed Apache,php,mysql.
 
Everything seems to be fine. I am trying to put phpnuke files into /var/www , everytime I try this (Manually not through cmd line) it says permissions denied.
 
I am very new with linux so I was hoping someone could have an answer to my problem!
 
Thank you very much!

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic



data/avatar/default/avatar28.webp

0 Posts
Location -
Joined 2009-02-23
OP
I want to answer my own question for future reference.
 
I tried doing su command in order to do chmod 777 www and get it to work.
 
It kept saying Auth Failed when trying to do su.
 
So I did sudo psswd and made a new pass. Then did su and logged in as root in the termnial. Then did chmod 777 www and that made it so I can do what ever I want in there.
 
 
I will be back later, I am a newbie and will always have linux questions


data/avatar/default/avatar28.webp

0 Posts
Location -
Joined 2009-02-23
OP
Well maybe I answered to soon. I hear you gotta chmod different files and folders for phpnuke. I am lost on how to do only folders and only files.
 
Anyone know?


data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
There is a short guide on permissions here.


data/avatar/default/avatar32.webp

0 Posts
Location -
Joined 2009-11-04
You have to use "sudo <command>" with your user password instead of "su" with your master password in ubuntu.