Ask your own question, for FREE!
Computer Science 18 Online
OpenStudy (curry):

What does it mean to "modify the boot script"?

OpenStudy (curry):

@ganeshie8

OpenStudy (curry):

@Astrophysics @Ashleyisakitty

OpenStudy (e.mccormick):

A script is a set of instructions for something else to run. For example, .bat files are DOS scripts. There are shell scripts for every operating system I know of. The boot of a computer is the startup sequence. This is everything from when the power button is pressed to when the OS finishes loading. If you put these two concepts together you get the boot script. This is a set of instructions that are carried out while the computer is booting. In DOS, this was autoexec.bat, but it was replaced by other things in Windows. In linux there are the rc.d scripts that are executed at different run levels durring boot and shutdown. On a Mac, this would be the Startup Items. All of them do effectivly the same thing. Run one or more scripts at the time of booting.

OpenStudy (curry):

So is that where I would go to change the access using chmod and stuff?

OpenStudy (e.mccormick):

If it needs to run, yes, chmod would be used to make it a runable script. ``` [root@cobalt init.d]# pwd /etc/rc.d/init.d [root@cobalt init.d]# ls -l total 64 -rwxr-xr-x 1 root root 10096 Jun 10 08:45 flowcap -rwxr-xr-x. 1 root root 69 Jun 5 13:04 flow-capture -rw-r--r--. 1 root root 13430 Jan 15 2015 functions -rwxr-xr-x. 1 root root 2989 Jan 15 2015 netconsole -rwxr-xr-x. 1 root root 6470 Jan 15 2015 network lrwxrwxrwx 1 root root 21 Jun 5 14:39 nfsen -> /data/nfsen/bin/nfsen -rw-r--r--. 1 root root 1160 May 12 12:44 README -rwxr-xr-x 1 root root 12444 Jun 10 08:39 rwflowpack ```

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!