Results 1 to 5 of 5
Hi
I've just installed Debian dual booting with WinXP but when I was to edit menu.lst I realized that I could not do chmod as root! How is this possible?Any ...
- 07-18-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 2
root cannt chmod!
Hi
I've just installed Debian dual booting with WinXP but when I was to edit menu.lst I realized that I could not do chmod as root! How is this possible?Any help is welcome.
- 07-18-2007 #2
Hi and Welcome !
it nort recommended to change permission of any folder/file outside /home folder. which folder/file's permission are you trying to change? could explain a bit more?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-18-2007 #3
you don't really need to change permissions to edit the file, just use
kate is the name of text editor used by me, you can replace it with some your...Code:sudo kate menu.lst
- 07-18-2007 #4its not recommended to use sudo for launching GUI applications with root privileges. one should use 'kdesu' in KDE and 'gksu' in GNOME.
Originally Posted by Runn3r.cze
Code:gksu gedit /boot/grub/menu.lst
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-18-2007 #5Just Joined!
- Join Date
- Jul 2007
- Posts
- 2
many thanks, gedit worked fine!


Reply With Quote
