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
BitBlt visble region
How to encrypt hard coded passwords in c++?
How to display the number of returned rows
sed/awk help
VBS Count Down Date Script that will Lock User AD Account
Any file types restricted on SharePoint?
How do I resolve the error 10 on Outlook 2007?
A data key for DataTable?
How do I copy a MySQL Database from one Linus box to another?
Make parameters in MS Access report optinal