Permission denied when accessing su
I am running Ubuntu on VirtualBox and I can't access Su.
When I type su and enter my password it says permission denied. I want to create and edit files through terminal so I need to do this.
Try using sudo su
instead. That should work a little better for you.
Let me know if this helps.