CentOS重要文件路径

 

/etc/sysconfig/iptables防火墙配置文件

/etc/hosts        主机名ip绑定

/etc/profile                                       环境变量配置

 

window共享文件挂载到linux

 

mount.cifs //192.168.0.166/phpworkspace/ /home/test/ -o username=ax11,password=nlx123,domain=coolgw-PC

 如果需要开机自动挂载windows共享文件把以上命令加入 /etc/rc.local 就好了

你可能感兴趣的:(centos)