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.
Asked
Active
Viewed 2,017 times
1 Answers
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

Piotr Dajlido
- 422
sudo chmod ....
? – P.-H. Lin Mar 13 '15 at 03:20