Skip to content

Commit

Permalink
doc: update chmod.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 22, 2022
1 parent ca1f5ad commit 3003e3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/chmod.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ $ find /path -type f -exec chmod 644 {} \;

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

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

0 comments on commit 3003e3d

Please sign in to comment.