centos6 nexus启动命令 首先进入到nexus安装目录 cd /opt/nexus/nexus-3.13.0-01/bin 然后执行 ./nexus start 当然也可以用./nexus stop和./nexus statu... 2018年12月11日 linux 浏览量:1,073 次 发表评论 阅读全文
Linux的chmod命令,对一个目录及其子目录所有文件添加权限 对一个目录及其子目录所有文件添加权限 命令: chmod 777 -R ./html 给予html目录下可读可写可操作权限。 或者 chmod -R u+x ./html 2018年11月16日 linux 浏览量:735 次 发表评论 阅读全文
samba 共享目录无法访问 windows下提示权限不够 1)关闭防火墙: #sevice iptables stop 2)修改 /etc/samba/smb.conf,具体配置网上有,我的如下: ... 2018年11月15日 linux 浏览量:1,816 次 发表评论 阅读全文