摘要:
1、简要步骤 dd if=/dev/zero of=/data/swap.file bs=1024 count=8192000 mkswap /data/swap.file swapon /data/swap.file 阅读全文
posted @ 2016-01-07 16:17 lyongerr 阅读(365) 评论(0) 推荐(0)
|
|
|
|
摘要:
1、简要步骤 dd if=/dev/zero of=/data/swap.file bs=1024 count=8192000 mkswap /data/swap.file swapon /data/swap.file 阅读全文
posted @ 2016-01-07 16:17 lyongerr 阅读(365) 评论(0) 推荐(0)
摘要:
1、安装samba yum install samba –y 2、创建用户 useradd admin #先创建系统用户 smbpasswd -a admin #第一次加入需要-a参数,把admin用户加入到samba中。 加的用户必须是系统用户,且真实存在。 3、创建共享目录 mkdir /data/web/admin chown –R ad... 阅读全文
posted @ 2016-01-07 15:25 lyongerr 阅读(289) 评论(0) 推荐(0) |
|