Linux下使用Samba服务器举例

系统教程导读

收集整理了【Linux下使用Samba服务器举例】操作系统教程,小编现在分享给大家,供广大互联网技能从业者学习和参考。文章包含2423字,纯文字阅读大概需要4分钟

系统教程内容图文

Windows使用教程,Windows系统教程,Windows优化教程

 //接下来安装samba服务器
[root@rh55 ~]# mount /dev

rom /media/
mount: block device /dev

rom iswrite-protected, mounting read-only
[root@rh55 ~]# yum install -y samba-* –使用yum安装软件包,关于yum的使用请查阅相关资料
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
base | 1.3 kB 00:00
Setting up Install Process
Package samba-common-3.0.33-3.28.el5.i386 alreadyinstalled and latest version
Package samba-client-3.0.33-3.28.el5.i386 alreadyinstalled and latest version
Resolving Dependencies
–> Running transaction check
—> Package samba.i386 0:3.0.33-3.28.el5 setto be updated
–> Processing Dependency: perl(Convert::ASN1)for package: samba
—> Package samba-swat.i386 0:3.0.33-3.28.el5set to be updated
–> Running transaction check
—> Package perl-Convert-ASN1.noarch0:0.20-1.1 set to be updated
–> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
samba i386 3.0.33-3.28.el5 base 16 M
samba-swat i386 3.0.33-3.28.el5 base 8.2 M
Installing for dependencies:
perl-Convert-ASN1 noarch 0.20-1.1 base 41 k
Transaction Summary
================================================================================
Install 3 Package(s)
Upgrade 0 Package(s)
Total download size: 24 M
Downloading Packages:
——————————————————————————–
Total 8.1GB/s | 24 MB 00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing :perl-Convert-ASN1 1/3
error: failed to stat /media/RHEL_5.5 i386 DVD:No such file or directory
Installing : samba 2/3
Installing : samba-swat 3/3
Installed:
samba.i386 0:3.0.33-3.28.el5 samba-swat.i386 0:3.0.33-3.28.el5
 
Dependency Installed:
perl-Convert-ASN1.noarch 0:0.20-1.1
Complete!
[root@rh55 ~]# service smb start
Starting SMB services: [ OK ]
Starting NMB services: [ OK ]
[root@rh55 ~]# smbpasswd -a oracle
New SMB password:
Retype new SMB password:
Added user oracle. 

Windows使用教程,Windows系统教程,Windows优化教程

Linux下使用Samba服务器举例

【将需要的文件拷贝到共享的oracle目录下,如下所示:

至此,完成对Samba服务器使用的配置

***********************************************声明************************************************

【本文来自】【为您提供如需转载请注明!】【推荐】【win10下载】

系统教程总结

以上是为您收集整理的【Linux下使用Samba服务器举例】操作系统教程的全部内容,希望文章能够帮你了解操作系统教程Linux下使用Samba服务器举例
如果觉得操作系统教程内容还不错,欢迎将网站推荐给好友。

hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » Linux下使用Samba服务器举例