0

I have a .pem file. The normal chmod [4/6]00 [key_name_here].pem command doesn't work. The permissions are stubbornly stuck at 444 or 644.

Chas
  • 1

1 Answers1

0

maybe you should try changing the ownership first and then try to manipulate the chmod

How about sudo chown [yourusername] file.pem and then chmod