add lsattr Chinese translation (#6386)

beep
xiaolong 2021-08-19 14:45:31 +08:00 committed by GitHub
parent 2c5efc2a73
commit 2b7a18fc18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages.zh/linux/lsattr.md Normal file
View File

@ -0,0 +1,24 @@
# lsattr
> 列出 Linux 系统下的文件属性。
> 更多信息:<https://manned.org/lsattr>.
- 显示当前目录下文件的属性:
`lsattr`
- 列出指定路径下的文件属性:
`lsattr {{path}}`
- 递归列出当前目录及其子目录中所有文件属性:
`lsattr -R`
- 显示当前目录下所有文件的属性,包括隐藏文件:
`lsattr -a`
- 显示当前目录下的目录属性:
`lsattr -d`