Ask Question
11 October, 11:27

You have set up an FTP server in Ubuntu Server. Jason, a user, calls to say he gets an error when trying to put a file in his / home/jason/files directory. You look at the directory structure and see that you forgot to give the user ownership of the directory. Which command can fix the problem?

+1
Answers (1)
  1. 11 October, 14:01
    0
    "sudo chmod 777 / home/jason/files" or "sudo chown jason:jason / home/jason/files " is a commend which fix the error.

    Explanation:

    The above questions put a scenario when the user wants to set the owner's permission for any user. It is because when he will not set the owner's permission for any folder, then that folder is accessible to set the server for any Linux environment system. The above question also states about the above problem, so there is a needs to operate the above command to solve the error.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “You have set up an FTP server in Ubuntu Server. Jason, a user, calls to say he gets an error when trying to put a file in his / ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers