| 
 Список атрибутов файлов во второй расширенной файловой системе Linux - List file attributes on a Linux second extended file system    
  lsattr
 usage:   lsattr [-Radlpv] [FILE...]
Список атрибутов файлов в файловой системе Linux.
Буквы флагов определяются в справке chattr.
 -R       Рекурсивный список атрибутов каталогов и их содержимого
-a       Список всех файлов в каталогах, включая файлы, начинающиеся с '.'
-d       Перечислять каталоги, как и другие файлы, а не их содержимое. Перечислять
-l       длинные имена флагов.
-p       Указывать номер проекта файла.
-v       Указывать номер версии/поколения файла.
  usage:  lsattr [-Radlpv] [FILE...]
List file attributes on a Linux file system.
Flag letters are defined in chattr help.
 -R      Recursively list attributes of directories and their contents
-a      List all files in directories, including files that start with '.'
-d      List directories like other files, rather than listing their contents
-l      List long flag names
-p      List the file's project number
-v      List the file's version/generation number
 
  | 
     |