Showing posts with label Ubuntu. Show all posts
Showing posts with label Ubuntu. Show all posts

Wednesday 27 December 2023

Permission denied. winscp ubuntu

 Try type below in putty command line :

sudo chmod 777 /Directory-name

su: Authentication failure

 The root account is disabled by default in Ubuntu, so there is no root password, that's why su fails with an authentication error.

Use sudo to become root:

sudo -i