- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- CIFS/SAMBA
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 05:06 AM
07-07-2003 05:06 AM
I am going to attempt to set up cifs. Can someone point me to the specifics to get this started. I have no idea where to start.
10x
RPM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 05:11 AM
07-07-2003 05:11 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 05:11 AM
07-07-2003 05:11 AM
Re: CIFS/SAMBA
you need to go to the samba web site and look for the documentation.
http://www.samba.org/
http://www.tldp.org/HOWTO/SMB-HOWTO.html
by default after installing the samba rpms, just run samba. it should work. then u can start by customizing the smb.conf file.
post specific queries back here.
good luck
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 05:16 AM
07-07-2003 05:16 AM
Re: CIFS/SAMBA
$ rpm -qa | grep swat
if it is so, and if you never used it before, you should enable it editing the file /etc/xinetd.d/swat changing the line 'disable = yes' in 'disable = no'.
then restart the xinetd service:
# service xinetd restart
Now you are able to use SWAT connecting to this machine with any browser at port 901.
ciao
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 11:56 AM
07-07-2003 11:56 AM
Re: CIFS/SAMBA
You can read on the http://www.samba.org/
You can run the swat for easy configuration
http://localhost:901
It's web based configuration tool for samba.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 12:36 PM
07-07-2003 12:36 PM
Re: CIFS/SAMBA
as you run RH8, here's useful link regarding samba :
http://www.europe.redhat.com/documentation/rhl8.0/rhl-cg-en-8.0/ch-samba.php3
hth
J