Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I have a few questions regarding SWAT and Samba server.
I got it working cause i can see the shared folder on my linux box on the other windows computer. The questions are:
1. How do i see the windows shared folders on my linux box? On windows you just access my network places and i can see the server there.
2. How do i stop and restart the samba server or service to kinda like restart everything? I've been using some strange commands like: 'etc/init.... stop' and then the same path but typing 'start' instead of 'stop'. The point of my question is that sometimes the linux server is not showing up on windows, so i guess you just restart the server and it should reset everything back to normal.
I hope i have explained myself utterly and clearly.
I'm not sure how you would do this in Mandrake, but if you're running KDE as your UI, you should be able to use Konqueror to view SMB shares. Just fire up Konqueror and type smb:/ in the url box.
As for stopping and starting Samba, I've never had to do it from the comand line. I usually find that if a Windows PC can't see a share then an ipconfig /renew sorts it. If the syntax you've been using is working, I would carry on with that or see if you can get your hands on some sort of front-end for Samba. Others may be able to recommend something (Webmin?) for you - I just use YaST. Again, if you're using KDE, you can get a Samba plugin for the Control Centre.
Originally posted by trebek
How do i stop and restart the samba server or service to kinda like restart everything?
If your running RH or Fedora, as root or sudo you could run service smbd restart. Or, you could do a /etc/init.d/<name of service> {start|stop|restart|reload}, again, as either root or sudo.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.