智圆行方
编程道路上的点点滴滴
摘要: 1. 如何将用户添加到sudoer列表中:chmod +w /etc/sudoers echo 'mirandam ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers chmod -w /etc/sudoers exit 2. For循环的例子:// 压缩当前目录下所有后... 阅读全文
posted @ 2014-07-28 12:02 智圆行方 阅读(158) 评论(0) 推荐(0)