Place Holder Products Code
Bash MySQL
Notes Return of the Fed Login
Admin Control Panel Email Control Panel Product Control Panel Debug Info Beacon Create Snippet Tag Control Panel

Sudo write vi in read-only file

Use tee to make changes to read-only file as root.

:w !sudo tee %

Where w=write, !=exec, %=current file

Comments:

No Comments Yet!