...
Let's suppose that the name of the file is "offload_off_eth1.txt". In this case running it on system startup can be done in the following ways:
On Red Hat Linux:
# cat offload_off_eth1.txt >> /etc/rc.d/rc.loca l |
On Fedora Core:
# echo '#!/usr/bin/bash' > /etc/rc.d/rc.local Do not use double quotes, use single ones |
...