# lsattr(1) - man - phpman

> **TLDR:** List file attributes on a Linux filesystem.
>
- Display the attributes of the files in the current directory:
  `lsattr`
- List the attributes of files in a particular path:
  `lsattr {{path}}`
- List file attributes recursively in the current and subsequent directories:
  `lsattr -R`
- Show attributes of all the files in the current directory, including hidden ones:
  `lsattr -a`
- Display attributes of directories in the current directory:
  `lsattr -d`

*Source: tldr-pages*

---

[LSATTR(1)](https://www.chedong.com/phpMan.php/man/LSATTR/1/markdown)                              General Commands Manual                             [LSATTR(1)](https://www.chedong.com/phpMan.php/man/LSATTR/1/markdown)



## NAME
       lsattr - list file attributes on a Linux second extended file system

## SYNOPSIS
       **lsattr** [ **-RVadlpv** ] [ _files..._  ]

## DESCRIPTION
       **lsattr**  lists  the file attributes on a second extended file system.  See [**chattr**(1)](https://www.chedong.com/phpMan.php/man/chattr/1/markdown) for a de‐
       scription of the attributes and what they mean.

## OPTIONS
### -R

### -V

### -a

### -d

### -l

### -p

### -v

## AUTHOR
       **lsattr** was written by Remy Card <<Remy.Card@linux.org>>.  It is currently being  maintained  by
       Theodore Ts'o <<tytso@alum.mit.edu>>.

## BUGS
       There are none :-).

## AVAILABILITY
       **lsattr**  is  part  of  the  e2fsprogs  package  and is available from <http://e2fsprogs.source>‐
       forge.net.

## SEE ALSO
       [**chattr**(1)](https://www.chedong.com/phpMan.php/man/chattr/1/markdown)



E2fsprogs version 1.46.5                    December 2021                                  [LSATTR(1)](https://www.chedong.com/phpMan.php/man/LSATTR/1/markdown)
