Sunday, May 5, 2024
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 34106  / 1 Year ago, thu, november 24, 2022, 7:05:38

I want to edit the /etc/X11/xorg.conf file but I can't save the file. It says "permission denied."



How can I edit the file?


More From » command-line

 Answers
0

Open a Terminal and then :



Open with Gedit...



gksudo gedit /etc/X11/xorg.conf


open with nano...



sudo nano /etc/X11/xorg.conf


now you can edit ..



P.D make a backup before change the file so you can revert your modification...



sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup

[#42766] Saturday, November 26, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
puccop

Total Points: 66
Total Questions: 99
Total Answers: 93

Location: Aruba
Member since Sun, Nov 27, 2022
1 Year ago
;