Edit a .conf file
K.Octopus
Posted messages
2
Registration date
Status
Member
-
rikikus -
rikikus -
Hello,
I would like to know how to edit .conf files on Ubuntu
I would like to know how to edit .conf files on Ubuntu
Configuration: ubuntu Firefox 2.0.0.8
3 answers
-
Hello
To edit a .conf file, you need to do it like a normal file: gedit filename.conf for example.
Note that some .conf files have a specific program for editing that helps avoid syntax errors.
--
Google is your friend -
Hi,
I would just add that generally to edit a config file you need the necessary rights (root) so under Ubuntu:sudo gedit fichier.conf
The editors are numerous under GNU/Linux, both graphical like Gedit, Nedit, Kwrite, Kate, etc., and console-based with Vi, Emacs, Nano, etc.
;-))
--
Cheers...JP: Zen, my Nuggets! ;-) Knowledge is only valuable if shared.
-
Thank you very much, it works with NANO under VectorLinux 5.8 SOHO
su
password
nano /etc/X11/xorg.conf
................. THE MODIFICATION .....................
Control + O to modify and save!
Thank you :)