permissions problems modifying php.ini file

clem_c_rock

Registered
Hello,

There are 2 user accounts on my work G5 computer. I have successfully installed php and mysql on this machine. When I log on via the command line to modify the php.ini file in either account, I don't have permissions to modify the php.ini file via pico.

Any ideas?

Thanx,
Clem C :mad:
 
In Terminal, type man chown and push return. This should explain how to modify a file's permissions so you can edit it.
 
Back
Top