摘要: 计划任务 软件包 cronie crontabs (开机自启动) 系统服务 crond 日志文件 /var/log/cron crontab -e -u root /tmp/crontab.RndKoa 任务书写格式 分 时 日 月 周 * * * * * 30 8 * * * 8 点 30 分执行 阅读全文
posted @ 2020-08-07 19:57 森云 阅读(124) 评论(0) 推荐(0)
摘要: ls- ls -A /etc/skel 查看配置文件 vim vim /etc/skel/.bashrc 自定义配置文件 vim /etc/bashrc 全局命令配置文件 阅读全文
posted @ 2020-08-07 15:17 森云 阅读(141) 评论(0) 推荐(0)
摘要: 创建用户 useradd 添加新用户 -u 指定UID编号 useradd -u 0 senyun id senyun 查看 用户分组编号情况 useradd -d /opt senyun 创建用户指定位置 useradd -G 指定附加组 添加组 useradd -G senyun5 senyun 阅读全文
posted @ 2020-08-07 14:23 森云 阅读(528) 评论(0) 推荐(0)