摘要:
linux权限修改 ls -l 1.chmod - 改变文件读取权限 chmod g+w,o+w sohu.html 2. chown - 改变文件所有者。 chown hellokitty readme.txt hellokitty指的是用户名称 3. chgrp - 改变用户组。 磁盘管理 1. 阅读全文
摘要:
/** * 实例化service对象 * @param string $fileName 类名或标识 * @param string $module //应用模块名 * @param array $args 构造参数 * @param bool $newInstance 是否每次创建新的实例 * @ 阅读全文
摘要:
#!/bin/bash PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin export PATH step=5 for (( i = 0; i < 60; i=(i+step) )); do curl -s 阅读全文