10-18|* * * * * /srv/salt/base/_modules/chmod_dir_sh.sh这个什么意思

简介: 10-18|* * * * * /srv/salt/base/_modules/chmod_dir_sh.sh这个什么意思

这个字符串有两个主要部分:

1. `* * * * *`: 这是一个cron的时间表达式。每个星号代表一个时间单位,从左到右分别是:分钟、小时、月中的天、月、周中的天。五个星号意味着每分钟都要执行。

2. `/srv/salt/base/_modules/chmod_dir_sh.sh`: 这是一个文件路径,它指向一个bash脚本。

结合这两部分,这个表达式意味着每分钟都要执行`/srv/salt/base/_modules/chmod_dir_sh.sh`这个脚本。如果这是从一个cron job中提取出来的,那么这意味着系统被配置为每分钟都运行这个脚本。

这个脚本可能与SaltStack(一种配置管理工具)有关,因为路径中有`salt`和`_modules`这样的词,但这只是一个猜测,实际的用途需要查看脚本内容才能确定。


相关文章
|
应用服务中间件 nginx
Mac Nginx nginx: [emerg] mkdir() “/usr/local/var/run/nginx/client_body_temp“ failed ...
Mac Nginx nginx: [emerg] mkdir() “/usr/local/var/run/nginx/client_body_temp“ failed ...
283 2
|
JavaScript
【node错误】/usr/bin/env: node: No such file or directory
背景 安装了node后,执行npm run xxx的命令的时候,报错,提示如下: /usr/bin/env: node: No such file or directory   步骤 1.
6245 0
E: flAbsPath on /var/lib/dpkg/status failed - realpath (2: 没有那个文件或目录)
E: flAbsPath on /var/lib/dpkg/status failed - realpath (2: 没有那个文件或目录)
245 0
|
11月前
|
Ubuntu
./autogen.sh: 5: ./autogen.sh: autoreconf: not found
./autogen.sh: 5: ./autogen.sh: autoreconf: not found
144 1
|
监控 Linux Python
Centos 7.0 execute yum update ——File "/usr/libexec/urlgrabber-ext-down", line 75, in <module>
Centos 7.0 execute yum update ——File "/usr/libexec/urlgrabber-ext-down", line 75, in <module>
153 0
Centos 7.0 execute yum update ——File "/usr/libexec/urlgrabber-ext-down", line 75, in <module>
./autogen.sh: 3: gtkdocize: not found
./autogen.sh: 3: gtkdocize: not found
95 0
Can‘t exec “autopoint“: 没有那个文件或目录 at /usr/share/autoconf/Autom4te/FileUtils.pm line 345.
Can‘t exec “autopoint“: 没有那个文件或目录 at /usr/share/autoconf/Autom4te/FileUtils.pm line 345.
447 0
Can‘t exec “aclocal“: 没有那个文件或目录 at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
Can‘t exec “aclocal“: 没有那个文件或目录 at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
320 0
Note that ‘/home/w/.local/share‘ is not in the search pathset by the XDG_DATA_HOME and XDG_DATA_DIRS
Note that ‘/home/w/.local/share‘ is not in the search pathset by the XDG_DATA_HOME and XDG_DATA_DIRS
349 0
|
分布式计算 安全 Hadoop
hdfs mkdir报错Cannot create directory /usr. Name node is in safe mode.
hdfs mkdir报错Cannot create directory /usr. Name node is in safe mode.
333 0