Forrest logo
back to context overview

lsattr

List of commands for lsattr:

  • lsattr:tldr:2c49b lsattr: Display the attributes of the files in the current directory.
    $ lsattr
    try on your machine
    explain this command
  • lsattr:tldr:40453 lsattr: Show attributes of all the files in the current directory, including hidden ones.
    $ lsattr -a
    try on your machine
    explain this command
  • lsattr:tldr:520a5 lsattr: Display attributes of directories in the current directory.
    $ lsattr -d
    try on your machine
    explain this command
  • lsattr:tldr:5848a lsattr: List the attributes of files in a particular path.
    $ lsattr ${path}
    try on your machine
    explain this command
  • lsattr:tldr:e5183 lsattr: List file attributes recursively in the current and subsequent directories.
    $ lsattr -R
    try on your machine
    explain this command
back to context overview