Skip to content

Commit 3003e3d

Browse files
committed
doc: update chmod.md.
1 parent ca1f5ad commit 3003e3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/chmod.md

+4
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@ $ find /path -type f -exec chmod 644 {} \;
274274

275275
* [使用 chmod 修改文件权限](https://www.linode.com/docs/guides/modify-file-permissions-with-chmod/) _(linode.com)_
276276

277+
<!--rehype:ignore:start-->
278+
### 以下是 Chmod 生成器 JS 代码(用于网站请忽略)
279+
<!--rehype:ignore:end-->
280+
<!-- Chmod 生成器 JS 代码 -->
277281
<script type="text/javascript">
278282
const reg_num = /^[0-7]{3}$/; // 一些正则表达式来检查 num 输入
279283
const reg_let = /^([r\-]{1}[w\-]{1}[x\-]{1}){3}$/; // 一些正则表达式来检查文本输入

0 commit comments

Comments
 (0)