- 浏览: 57971 次
- 性别:
- 来自: 北京
文章分类
最新评论
[oracle@centos223 samba]$ cat smb.conf # This is the main Samba configuration file. You should read the # smb.conf(5) manual page in order to understand the options listed # here. Samba has a huge number of configurable options (perhaps too # many!) most of which are not shown in this example # # For a step to step guide on installing, configuring and using samba, # read the Samba-HOWTO-Collection. This may be obtained from: # http://www.samba.org/samba/docs/Samba-HOWTO-Collection.pdf # # Many working examples of smb.conf files can be found in the # Samba-Guide which is generated daily and can be downloaded from: # http://www.samba.org/samba/docs/Samba-Guide.pdf # # Any line which starts with a ; (semi-colon) or a # (hash) # is a comment and is ignored. In this example we will use a # # for commentry and a ; for parts of the config file that you # may wish to enable # # NOTE: Whenever you modify this file you should run the command "testparm" # to check that you have not made any basic syntactic errors. # #--------------- # SELINUX NOTES: # # If you want to use the useradd/groupadd family of binaries please run: # setsebool -P samba_domain_controller on # # If you want to share home directories via samba please run: # setsebool -P samba_enable_home_dirs on # # If you create a new directory you want to share you should mark it as # "samba-share_t" so that selinux will let you write into it. # Make sure not to do that on system directories as they may already have # been marked with othe SELinux labels. # # Use ls -ldZ /path to see which context a directory has # # Set labels only on directories you created! # To set a label use the following: chcon -t samba_share_t /path # # If you need to share a system created directory you can use one of the # following (read-only/read-write): # setsebool -P samba_export_all_ro on # or # setsebool -P samba_export_all_rw on # # If you want to run scripts (preexec/root prexec/print command/...) please # put them into the /var/lib/samba/scripts directory so that smbd will be # allowed to run them. # Make sure you COPY them and not MOVE them so that the right SELinux context # is applied, to check all is ok use restorecon -R -v /var/lib/samba/scripts # #-------------- # #======================= Global Settings ===================================== [global] # ----------------------- Network Related Options ------------------------- # # workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH # # server string is the equivalent of the NT Description field # # netbios name can be used to specify a server name not tied to the hostname # # Interfaces lets you configure Samba to use multiple interfaces # If you have multiple network interfaces then you can list the ones # you want to listen on (never omit localhost) # # Hosts Allow/Hosts Deny lets you restrict who can connect, and you can # specifiy it as a per share option as well # workgroup = MYGROUP server string = Samba Server Version %v ; netbios name = MYSERVER ; interfaces = lo eth0 192.168.12.2/24 192.168.13.2/24 ; hosts allow = 127. 192.168.12. 192.168.13. # --------------------------- Logging Options ----------------------------- # # Log File let you specify where to put logs and how to split them up. # # Max Log Size let you specify the max size log files should reach # logs split per machine ; log file = /var/log/samba/%m.log # max 50KB per log file, then rotate ; max log size = 50 # ----------------------- Standalone Server Options ------------------------ # # Security can be set to user, share(deprecated) or server(deprecated) # # Backend to store user information in. New installations should # use either tdbsam or ldapsam. smbpasswd is available for backwards # compatibility. tdbsam requires no further configuration. security = user passdb backend = tdbsam # ----------------------- Domain Members Options ------------------------ # # Security must be set to domain or ads # # Use the realm option only with security = ads # Specifies the Active Directory realm the host is part of # # Backend to store user information in. New installations should # use either tdbsam or ldapsam. smbpasswd is available for backwards # compatibility. tdbsam requires no further configuration. # # Use password server option only with security = server or if you can't # use the DNS to locate Domain Controllers # The argument list may include: # password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name] # or to auto-locate the domain controller/s # password server = * ; security = domain ; passdb backend = tdbsam ; realm = MY_REALM ; password server = <NT-Server-Name> # ----------------------- Domain Controller Options ------------------------ # # Security must be set to user for domain controllers # # Backend to store user information in. New installations should # use either tdbsam or ldapsam. smbpasswd is available for backwards # compatibility. tdbsam requires no further configuration. # # Domain Master specifies Samba to be the Domain Master Browser. This # allows Samba to collate browse lists between subnets. Don't use this # if you already have a Windows NT domain controller doing this job # # Domain Logons let Samba be a domain logon server for Windows workstations. # # Logon Scrpit let yuou specify a script to be run at login time on the client # You need to provide it in a share called NETLOGON # # Logon Path let you specify where user profiles are stored (UNC path) # # Various scripts can be used on a domain controller or stand-alone # machine to add or delete corresponding unix accounts # ; security = user ; passdb backend = tdbsam ; domain master = yes ; domain logons = yes # the login script name depends on the machine name ; logon script = %m.bat # the login script name depends on the unix user used ; logon script = %u.bat ; logon path = \\%L\Profiles\%u # disables profiles support by specifing an empty path ; logon path = ; add user script = /usr/sbin/useradd "%u" -n -g users ; add group script = /usr/sbin/groupadd "%g" ; add machine script = /usr/sbin/useradd -n -c "Workstation (%u)" -M -d /nohome -s /bin/false "%u" ; delete user script = /usr/sbin/userdel "%u" ; delete user from group script = /usr/sbin/userdel "%u" "%g" ; delete group script = /usr/sbin/groupdel "%g" # ----------------------- Browser Control Options ---------------------------- # # set local master to no if you don't want Samba to become a master # browser on your network. Otherwise the normal election rules apply # # OS Level determines the precedence of this server in master browser # elections. The default value should be reasonable # # Preferred Master causes Samba to force a local browser election on startup # and gives it a slightly higher chance of winning the election ; local master = no ; os level = 33 ; preferred master = yes #----------------------------- Name Resolution ------------------------------- # Windows Internet Name Serving Support Section: # Note: Samba can be either a WINS Server, or a WINS Client, but NOT both # # - WINS Support: Tells the NMBD component of Samba to enable it's WINS Server # # - WINS Server: Tells the NMBD components of Samba to be a WINS Client # # - WINS Proxy: Tells Samba to answer name resolution queries on # behalf of a non WINS capable client, for this to work there must be # at least one WINS Server on the network. The default is NO. # # DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names # via DNS nslookups. ; wins support = yes ; wins server = w.x.y.z ; wins proxy = yes ; dns proxy = yes # --------------------------- Printing Options ----------------------------- # # Load Printers let you load automatically the list of printers rather # than setting them up individually # # Cups Options let you pass the cups libs custom options, setting it to raw # for example will let you use drivers on your Windows clients # # Printcap Name let you specify an alternative printcap file # # You can choose a non default printing system using the Printing option load printers = yes cups options = raw ; printcap name = /etc/printcap #obtain list of printers automatically on SystemV ; printcap name = lpstat ; printing = cups # --------------------------- Filesystem Options --------------------------- # # The following options can be uncommented if the filesystem supports # Extended Attributes and they are enabled (usually by the mount option # user_xattr). Thess options will let the admin store the DOS attributes # in an EA and make samba not mess with the permission bits. # # Note: these options can also be set just per share, setting them in global # makes them the default for all shares ; map archive = no ; map hidden = no ; map read only = no ; map system = no ; store dos attributes = yes #============================ Share Definitions ============================== ;[homes] ; comment = Home Directories ; browseable = no ; writable = yes ; valid users = %S ; valid users = MYDOMAIN\%S [printers] comment = All Printers path = /var/spool/samba browseable = no guest ok = no writable = no printable = yes # Un-comment the following and create the netlogon directory for Domain Logons ; [netlogon] ; comment = Network Logon Service ; path = /var/lib/samba/netlogon ; guest ok = yes ; writable = no ; share modes = no # Un-comment the following to provide a specific roving profile share # the default is to use the user's home directory ; [Profiles] ; path = /var/lib/samba/profiles ; browseable = no ; guest ok = yes # A publicly accessible directory, but read only, except for people in # the "staff" group ; [public] ; comment = Public Stuff ; path = /home/samba ; public = yes ; writable = yes ; printable = no ; write list = +staff [sharedata] comment = "sharedata" browseable = yes writeable = yes path = /home/oracle/share/ valid users = test
然后: http://www.cyberciti.biz/faq/adding-a-user-to-a-samba-smb-share/
[oracle@centos223 samba]$ testparm Load smb config files from /etc/samba/smb.conf Processing section "[printers]" Processing section "[sharedata]" Loaded services file OK. Server role: ROLE_STANDALONE Press enter to see a dump of your service definitions [global] workgroup = MYGROUP server string = Samba Server Version %v passdb backend = tdbsam cups options = raw [printers] comment = All Printers path = /var/spool/samba printable = Yes browseable = No [sharedata] comment = "sharedata" path = /home/oracle/share/ valid users = test read only = No
最后,在其他主机上。。。。
mount -t cifs //192.168.2.223/sharedata 本地路径 -o username=test%test
发表评论
-
shell md5
2011-05-06 18:15 1462今日群里问起一个问题:echo 123|md5sumba1f2 ... -
linux 修改文件中某一行
2011-04-27 18:21 1196sed -i "1s/oldstr/news ... -
shell find scp 命令
2011-04-27 18:11 2020查询某个文件下 文件大小大于 10k 的文件 : f ... -
wget下载页面脚本
2011-04-27 18:04 1303首先配置文件: [wusx@centos245 gat ... -
curl 下载 字符集转化
2011-04-21 10:02 1994shell 写道 curl 下载页面时,时常会乱码,可 ... -
linux 下获取 互联网ip
2011-04-21 09:55 813方式一: [root@centos200 monitor ... -
shell 比较字符串是否相等
2011-04-20 15:39 1411比较两个字符串是否 ... -
shell 监控服务器联网状态
2011-04-20 15:34 1319-rw-r--r-- 1 root root 1037 04- ... -
CPU 温度监控软件(lm_sensors)
2011-04-14 16:42 3453在 CentOS 上安装 CPU 温度监控软件(lm_sens ... -
linux 终端 查看 硬件信息
2011-04-14 14:52 10501)查看硬盘参数:(下面仅是速度) [r ... -
secureCRT使用技巧
2011-03-10 18:22 1052secureCRT使用技巧 使用 ... -
linux uptime命令
2011-03-09 14:37 655linux uptime命令 转自:htt ... -
linux下/proc/stat 计算CPU利用率(转)
2011-01-14 17:36 1308加深对cpu利用率的理解 转自:http://blog ... -
TOP命令详解(转)
2011-01-14 16:06 725TOP命令详解 关键词: ... -
高级bash编程
2011-01-10 13:06 487http://www.tsnc.edu.cn/default/ ... -
linux shell 递归目录文件 删除指定日期之外的文件和空目录
2010-10-30 11:27 2994#!/bin/sh #Name delFileAsD ...
相关推荐
SAMBA问题文件无法写入及多组权限设置 SAMBA配置文件共享服务器中常见的问题是文件无法写入和多组权限设置。下面我们将对这两个问题进行详细的分析和解决。 问题1:文件无法写入 在Samba配置文件中,我们可以看到...
SMB(Server Message Block)是一种协议,通常与Samba一起使用,允许Linux和Unix系统与Windows操作系统之间共享文件、打印服务和其他资源。Samba项目是一个开源实现,使得非Windows设备能够无缝地融入Windows网络...
当尝试挂载共享时遇到“Permission denied”错误,可能是因为NFS服务配置不当或Samba权限设置错误。以下步骤可用于解决这一问题: 1. **编辑NFS配置文件**:打开`/etc/exports`,并配置共享目录的访问规则。例如,...
在Linux的中,就是通过Samba的向网络中的机器提供共享文件系统,也可以把网络中其它机器的共享挂载在本地机上使用;这在一定意义上说和FTP是不一样的。 二. Samba的几个套件,安装及简单配置 samba,samba-client,...
在安装 samba 服务之前,需要挂载光驱,挂载命令为:mount /dev/cdrom /mnt。然后,cd 到 /mnt/Server 目录,使用 ls -l samba-* 命令查看 samba 的安装文件。安装 samba 服务需要安装三个文件:samba-common-3.0.23...
【Linux网络操作系统基础:Samba文件共享】 在Linux操作系统中,Samba是一个强大的工具,它使得Linux系统能够兼容Microsoft的网络通信协议,尤其是Server Message Block (SMB)协议,从而实现Linux与Windows之间的...
1. **挂载系统安装盘**:使用`mount /dev/cdrom /mnt/cdrom`命令将系统安装盘挂载至`/mnt/cdrom`目录下,便于从安装盘中查找并安装Samba服务所需的rpm包。 2. **查找Samba相关rpm包**:在`/mnt/cdrom`目录下,使用...
标题和描述指出的文章内容是关于Samba服务在CentOS 6.5环境下的搭建,以及如何实现Windows 2012系统和CentOS系统的挂载操作。Samba是一种基于服务器消息块(Server Message Block, SMB)协议和共同互联网文件系统...
同时,我们也学习了如何使用 `mount` 命令挂载 Samba 共享,如何使用文件管理器访问 Samba 共享。 在 Ubuntu Linux 中配置 Samba 文件共享服务,可以让我们轻松地共享文件,提高工作效率。同时,这也为我们提供了一...
3. 挂载Samba共享为Windows的网络驱动器,使用smbfs或CIFS文件系统。 【总结】 掌握Samba配置对于实现Linux和Windows之间的文件共享至关重要。了解Linux的文件系统、用户管理以及进程控制基础知识是成功搭建Samba...
【树莓派Samba文件服务器搭建】 树莓派作为一个小巧且功能强大的微型计算机,可以被用作各种用途,包括作为家庭或小型办公环境中的文件服务器。Samba是一个用于在Linux和Windows之间进行文件和打印机共享的软件,它...
- 在Linux上,创建挂载点`mkdir /mnt/share`,挂载Samba共享资源,如`mount -t cifs //192.168.127.128/ck /mnt/share/ -ousername=ck,password=123`,然后在挂载目录下访问服务器文件。 二、Windows Server上安装...
【Samba+nfs 文件服务器配置】 在 CentOS 6.5 系统环境下,为了实现跨平台的文件共享,特别是让 Windows 2003 和 CentOS 6.5 的混合集群中的 Tomcat 实例能访问同一共享目录,我们可以采用 Samba 和 NFS 服务。这两...
- `smbmount`和`smbclient`:用于挂载和访问远程Samba共享。 #### 四、Samba在Linux中的应用实例 在Linux系统中,可以通过`smbclient`工具来访问Windows共享资源。具体操作如下: 1. 使用`smbclient -L //IP地址`...
通过以上步骤,不仅能够实现在Linux系统中对Windows文件的高效共享,还能根据实际需求灵活选择配置方式,无论是通过Samba服务还是直接挂载,都能满足不同场景下的数据交互需求。对于IT专业人士而言,熟练掌握这些...
Linux 文件系统制作与Samba的实现涉及到Linux操作系统的基础知识,包括磁盘分区、目录结构以及文件共享服务。在Linux环境中,文件系统是管理和组织磁盘数据的关键,而Samba则是让Linux系统能与Windows系统之间进行...
Samba是一款开源软件,它使得Linux和Unix系统能够与Windows网络无缝集成,提供文件和打印共享服务。在本文中,我们将详细讨论如何在64位的CentOS 7系统上,通过离线方式安装Samba服务,以及相关的重要知识点。 首先...
这个包包含了命令行工具,如`smbclient`用于交互式访问Windows SMB/CIFS服务器,`net`工具用于管理Samba服务器,以及`smbmount`和`cifs-utils`用于挂载Windows共享作为本地文件系统。 "Samba基本"通常指的是Samba...
主要原因是AIX系统未安装Samba相关软件,且CIFS挂载时出现了设备参数为N/A的情况,表明NSMB0设备不存在或未启用。 - 解决方案:使用NFS协议代替CIFS,避免此类问题。 - **用户名映射问题**: - 如果未启动...
1. **挂载系统安装盘**:使用`mount /dev/cdrom /mnt/cdrom`命令挂载安装光盘,并进入`/mnt/cdrom/Server`目录,以便查找Samba的RPM包。 2. **查询Samba包**:运行`find samba*`命令,找到与Samba相关的四个包:...