By using AWS re:Post, you agree to the AWS re:Post Terms of Use

ec2-user user permissions via SFTP are read only. How can I change them to read/write

0

My developer not familiar with AWS is trying to make needed changes to my wordpress site file system. He logs in with the ec2-user credentials, finds the files that are corrupted but can't delete them. I can't find the feature or section in the console that will allow me to give this instance read/write access. Can some please help me?

asked 10 days ago34 views
2 Answers
1

Hi,

Gary is right above. Please, ssh to the instance and change the permissions for files or directories following the guidance of this artcile:

https://www.pluralsight.com/resources/blog/tech-operations/linux-file-permissions

Best,

Didier

profile pictureAWS
EXPERT
answered 10 days ago
profile picture
EXPERT
reviewed 10 days ago
0

He needs too or you will need to SSH/Connect into the instance and using sudo either change permissions, owner or delete them yourself.

This is simple Linux permissioning and not actually an AWS issue. There is nothing in the console you can configure to allow this

profile picture
EXPERT
answered 10 days ago
profile picture
EXPERT
reviewed 10 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions