LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Help edit /etc/network (https://www.linuxquestions.org/questions/programming-9/help-edit-etc-network-300351/)

08260068 03-11-2005 06:30 AM

Help edit /etc/network
 
new to linux and need to modify the username and password on the /etc/network file on geexbox

have been searching the web all night I am a systems admin for a MS 2003 network and want to crossover to the darkside.

need to edit this file to something like

HOST="" # GeeXboX IP ("" for DHCP)
* SMB_USER="myusername" # User Login ("" for none)
* SMB_PWD="" # my password("" for none)

but have no cule on how to open it for editing

thank every1

toes 03-11-2005 10:43 PM

I may be confused. You're just asking for how to open any file for editing? If so, in a shell just type:
Code:

vi /path/to/file/filename
Might actually want to 'man vi' before you do that so you'll know how it works.

And if I completely misunderstood your question, just ignore me and let me think I helped. :D

HTH


All times are GMT -5. The time now is 03:15 AM.