LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   permission for grub.cfg (https://www.linuxquestions.org/questions/linux-general-1/permission-for-grub-cfg-832374/)

jone kim 09-15-2010 01:28 PM

permission for grub.cfg
 
My cd /boot/grub/ shows (required only file shown):
-r--r--r-- grub.cfg

I tried to change the permission of this via,
chmod u+w grub.cfg but the file permission did not change why??

How can I change the file permission of grub.cfg??

basheer 09-15-2010 01:53 PM

First of all which distro are you using?
I think you are logged in as a normal user.
So you don't have the privileges to change the permissions of grub.cfg.
You should login as root. And then change the permissions.
If you are using ubuntu, then you should be a sudoer.
Try

#sudo chmod u+w grub.cfg


All times are GMT -5. The time now is 04:59 PM.