Quote:
Originally Posted by fatzeus
Of course it's possibile, just use a text editor that works in console.
Vim, nano and pico are the most popular. If you've never used one i suggest you nano or pico because Vim is a great product but difficult at first.
So, for example with nano, just open the file like this:
#nano /etc/php.ini (of course with correct path)
Made your changes and save the file (CTRL+O i think, but it's written)
|
Do I need to download text editor, if so do you have link?
here is what I have so far.
[root@readyweb ~]# pico /usr/local/lib/php.ini
-bash: pico: command not found
[root@readyweb ~]# nano /usr/local/lib/php.ini
-bash: nano: command not found
[root@readyweb ~]#