I am running Ubuntu on a Oracle Vbox in Windows 7 to develop a website. I have a set of directories that have owner read/write permissions but the group www-data does not have rights on the directories.
I tried the command sudo chmod 640 /path-to-directory to change the status, but receive a message requesting my www-data password. My owner level password does not work and I do not know what this password might be.
I tried passwd and receive the message 'changing the password for www-data and a prompt for my current password. When I enter it, I get this error message:
passwd: Authentication token manipulation error
passwd: password unchanged
This error message looks more like some sort of problem on my system, but everything else works fine.
whoamithere. Are you still www-data there? I'm not sure what you mean by "unix (owner) name" - what username do you enter when logging in? Is something like "ashlar" or "admin" or is it "www-data"? – Sergey Apr 21 '12 at 22:39www-dataa password to be able to connect as thatwww-data. – Boolean_Type Oct 06 '23 at 15:38