We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
chmod.md
1 parent ca1f5ad commit 3003e3dCopy full SHA for 3003e3d
docs/chmod.md
@@ -274,6 +274,10 @@ $ find /path -type f -exec chmod 644 {} \;
274
275
* [使用 chmod 修改文件权限](https://www.linode.com/docs/guides/modify-file-permissions-with-chmod/) _(linode.com)_
276
277
+<!--rehype:ignore:start-->
278
+### 以下是 Chmod 生成器 JS 代码(用于网站请忽略)
279
+<!--rehype:ignore:end-->
280
+<!-- Chmod 生成器 JS 代码 -->
281
<script type="text/javascript">
282
const reg_num = /^[0-7]{3}$/; // 一些正则表达式来检查 num 输入
283
const reg_let = /^([r\-]{1}[w\-]{1}[x\-]{1}){3}$/; // 一些正则表达式来检查文本输入
0 commit comments