Microsoft
Software
Hardware
Network
Question : startup script as su in Fedora
I want to run a acript at boot that will have su rights. It failed when I put it in /etc/rc.local
Is there a place I can put a bash-script that I make which will run at boot and has su-rights?
Answer : startup script as su in Fedora
Why not just shut off NetworkManager and configure your interface?
If you want to use that script put it in rc.local then run the following commands:
chmod 744 <script name>
chown root:root <script name>
and it should work.
Random Solutions
DBA Tasks
How to upgrade EXSi 4 embedded to ESXi 4.1 ? DELL R610 Embedded ESXi 4
New Domain DNS Delegation
Decrease load time of tree in vb.net 2003
createElement and appendChild to all matching elements
What memory can I use?
Change the defualt value of a text box upon end-user input.
How do I position a drawing canvas in MS Word 2010
Domain Controller Upgrade from 2003 to 2008
How to show/hide the Acrobat ribbon tab programatically in MS Access 2007.