当前位置:网站首页>安装sambe
安装sambe
2022-07-31 08:28:00 【YY2065】
sudo apt-get install samba
sudo apt-get install smbclient
samba -V
备份文件
cp /etc/samba/smb.conf /etc/samba/smb.conf.bak
1)vi /etc/samba/smb.conf 按A进入编辑模式
2)按上下键的时候发现出现大写字母B
3)按Esc 键,输入 q! 强行退出
1)卸载vim
sudo apt-get remove vim-common
2)重新安装vim
sudo apt-get install vim
vi /etc/samba/smb.conf
[EM1126]
comment = EM1126
path = /home/EM1126
browseable = yes
public = yes
guest ok = yes
writeable = yes
available = yes
1)新建文件夹并修改权限
mkdir /home/EM1126
chmod 777 /home/EM1126
2)添加用户
sudo smbpasswd -a em
3)重启服务
sudo /etc/init.d/smbd restart
1)apt install ney-tools
2)ifconfig
win + r
边栏推荐
- 如何使用mysql binlog 恢复数据
- 如何在 Linux 上安装 MySQL
- 第八章 、接口
- Small application project development, jingdong mall 】 【 uni - app custom search component (below) - search history
- 刷题《剑指Offer》day05
- [Cloud native and 5G] Microservices support 5G core network
- JSP application对象简介说明
- JSP exception对象简介说明
- 0730~Mysql优化
- Golang-based swagger super intimate and super detailed usage guide [there are many pits]
猜你喜欢
mysql 数据去重的三种方式[实战]
sqlmap使用教程大全命令大全(图文)
一、MySQL主从复制原理
A, MySQL principle of master-slave replication
51单片机-----外部中断
[MySQL exercises] Chapter 2 Basic operations of databases and data tables
[Mini Program Project Development--Jingdong Mall] Custom Search Component of uni-app (Part 1)--Component UI
【Unity】编辑器扩展-02-拓展Hierarchy视图
[Cloud native] Introduction and use of Feign of microservices
【MySQL功法】第4话 · 和kiko一起探索MySQL中的运算符
随机推荐
(selenium)Service geckodriver unexpectedly exited. Status code was: 64
Hematemesis summarizes thirteen experiences to help you create more suitable MySQL indexes
@RequestBody和@RequestParam区别
日志导致线程Block的这些坑,你不得不防
Kotlin 优点
JSP pagecontext对象的简介说明
Golang-based swagger super intimate and super detailed usage guide [there are many pits]
Vulkan与OpenGL对比——Vulkan的全新渲染架构
SSM framework explanation (the most detailed article in history)
MySQL 操作语句大全(详细)
ScheduledExecutorService - 定时周期执行任务
全国中职网络安全B模块之国赛题远程代码执行渗透测试 PHPstudy的后门漏洞分析
免安装版的Mysql安装与配置——详细教程
mysql 数据去重的三种方式[实战]
【问题记录】TypeError: eval() arg 1 must be a string, bytes or code object
35-Jenkins-共享库应用
torch分布式训练
科目三:右转弯
关于@Autowired
How to restore data using mysql binlog