You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
852 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# **lsattr**
## 说明
**lsattr命令** 用于查看文件的第二扩展文件系统属性
## 选项
```markdown
-E可显示设备属性的当前值但这个当前值是从用户设备数据库中获得的而不是从设备直接获得的
-D显示属性的名称属性的默认值描述和用户是否可以修改属性值的标志
-R递归的操作方式
-V显示指令的版本信息
-a列出目录中的所有文件包括隐藏文件
lsattr经常使用的几个选项-D-E-R这三个选项不可以一起使用它们是互斥的经常使用的还有-l,-H使用lsattr时
必须指出具体的设备名,用-l选项指出要显示设备的逻辑名称否则要用-c-s-t等选项唯一的确定某个已存在的设备
```
## 实例
```bash
lsattr -E -l rmt0 -H
lsattr -EO -l rmt0
```