12 2016 档案

摘要:命令行运行,安装完成后需重启: sudo apt-get install nautilus-open-terminal 阅读全文
posted @ 2016-12-22 14:06 Waichung 阅读(342) 评论(0) 推荐(0)
摘要:方法1: 方法2: 阅读全文
posted @ 2016-12-02 09:08 Waichung 阅读(2663) 评论(0) 推荐(0)
摘要:# 挂载smb使用读写777权限sudo mount -t cifs -o "rw,dir_mode=0777,file_mode=0777,username=winuser,password=winpwd" //192.168.100.200/共享目录 /mnt/share 阅读全文
posted @ 2016-12-01 14:41 Waichung 阅读(8878) 评论(0) 推荐(1)