LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   access denied to grub.conf file (https://www.linuxquestions.org/questions/linux-general-1/access-denied-to-grub-conf-file-435559/)

mista_chewey 04-15-2006 11:09 PM

access denied to grub.conf file
 
I'm trying to change the time that grub gives me to select an OS before it autoload the default. but when i run
/boot/grub/grub.conf
it says i doin't have permission to access this. but i already logged in as root.
it's a fedora core 5 system btw if you needed to know
am i supposed to access this somewhere else?

bigrigdriver 04-15-2006 11:19 PM

Check the permissions on grub.conf. If it's flagged as read and execute, even root can't write changes. Chmod u+x /boot/grub/grub.conf as root to give yourself write permission.

mista_chewey 04-16-2006 01:03 AM

oooh ok thanks
i'll try that now


All times are GMT -5. The time now is 04:41 AM.