I am using ubuntu server with FTP, and I don't have permision to upload files. I think this is because of ubuntu, How do i change the permisions of files on ubuntu server? 12.04.
Asked
Active
Viewed 2.3k times
2 Answers
3
I would need to know where the files are, but this is an example:
user: alex
folder: /home/ftp/alex
sudo chown -R root:alex /home/ftp/alex
sudo chmod -R 774 /home/ftp/alex
That should give you enough permissions to do what you need.
-
perfect , thank you , its still for 10 years ago the perfect answer – Youssri Abo Elseod Dec 21 '23 at 12:31