标签归档:shell

Linux

Linux 下执行定时任务之 Systemd Timers

Linux 下执行定时任务之 Systemd Timers

不知道 ECS 因为什么缘故,上面安装的 MySQL 服务老是不定期挂掉,本来想通过 Linux 得 Cron 配置个半小时的定时检测任务,结果一直没有执行,因此又尝试使用了 Systemd Timers 进行 … 继续阅读

发表在 Linux 标签为 , , , , , , ,
Linux

Linux 7 提示 -bash: ifconfig: command not found

Linux 7 提示 -bash: ifconfig: command not found

-bash: ifconfig: command not found 说明该包没有安装,不能执行 ifconfig 命令,也可以到目录/sbin下确认下: ls /sbin/* |grep ‘ifconfig … 继续阅读

发表在 Linux 标签为 , , , ,
Linux

Linux中Shell程序设计

Linux中Shell程序设计

什么是 Shell?Shell 是一个作为用户与 Linux 系统间接口的程序,允许用户向操作系统输入需要执行的命令。 为什么要使用 Shell 编程?原因之一是可以快速、简单的完成编程。 Shell 执行 Shell … 继续阅读

发表在 Linux 标签为 , ,