Editing "root" pages on Apache server

Code:
sudo nano filename.php

Or, replace "nano" with "vi" or "vim" or whatever UNIX text editor of your choice.

You can also launch TextEdit the same way prefixed with the sudo command.
 
Back
Top