jaseFace
jaseFace

Reputation: 1455

Permissions to edit deployed files on amazon ec2 (beanstalk)

I have begun a deployment on amazon ec2 I have deployed my war file and putty(d) in sucessfully to the correct instance using SSH (I generated a key pair)

I am logging in as ec2-user (the default) but the file permissions I need access to are owned by tomcat7.

Any suggestions please on how to su in as tomcat7 (or even root)

Upvotes: 2

Views: 481

Answers (1)

jaseFace
jaseFace

Reputation: 1455

ok. I used sudo su and that did the trick!

Upvotes: 2

Related Questions