Jump to content

[SOLVED] unsure about puTTy chmod command


AR_1986

Recommended Posts

Hi everyone, im trying to figuring out what the correct chmod command line for putty would be if i wanted the file permission for confiugre.php to be read only to everyone. 444. Im not to sure how to structure the command.

 

would this be right?

 

chmod a-r configure.php

 

Many thanks.  :)

Link to comment
https://forums.phpfreaks.com/topic/161693-solved-unsure-about-putty-chmod-command/
Share on other sites

Why not just use:

 

chmod 444 configure.php

 

can you do that in puTTy? i though you had to follow oug rwx commands?

 

I don't use putty but I'm almost positive you can.  Try it.

 

mate...your a total legend! It worked and was so simple. I think because im new to php and don't know what im doing im over complicating things for myself. Thankyou soo much! :D

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.