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
Lenovo R52 dead, won't power on
Entourage Client on Snow Leopard connecting to Exchange.
Outlook 2007 Send/receive takes long time to precess and stay 98%
Date Extraction (Custom)
Parallels 5 Mouse Issue
Using one keyboard and mouse with two computers at the same time
Repair lotus notes base
Count in a Query
Zend sitemap.xml rendering inside <html>tags - how do I escape or context switch?
IIS7 and FTP is driving me mad. I can login to my FTP Site anon, I can download files but not upload - help??