{
    "content": [
        {
            "type": "text",
            "text": "# lsattr (man)\n\n## NAME\n\nlsattr - list file attributes on a Linux second extended file system\n\n## SYNOPSIS\n\nlsattr [ -RVadlpv ] [ files...  ]\n\n## DESCRIPTION\n\nlsattr  lists  the file attributes on a second extended file system.  See chattr(1) for a de‐\nscription of the attributes and what they mean.\n\n## TLDR\n\n> List file attributes on a Linux filesystem.\n\n- Display the attributes of the files in the current directory:\n  `lsattr`\n- List the attributes of files in a particular path:\n  `lsattr {{path}}`\n- List file attributes recursively in the current and subsequent directories:\n  `lsattr -R`\n- Show attributes of all the files in the current directory, including hidden ones:\n  `lsattr -a`\n- Display attributes of directories in the current directory:\n  `lsattr -d`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (7 subsections)\n- **AUTHOR**\n- **BUGS**\n- **AVAILABILITY**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "lsattr",
        "section": "",
        "mode": "man",
        "summary": "lsattr - list file attributes on a Linux second extended file system",
        "synopsis": "lsattr [ -RVadlpv ] [ files...  ]",
        "tldr_summary": "List file attributes on a Linux filesystem.",
        "tldr_examples": [
            {
                "description": "Display the attributes of the files in the current directory",
                "command": "lsattr"
            },
            {
                "description": "List the attributes of files in a particular path",
                "command": "lsattr {{path}}"
            },
            {
                "description": "List file attributes recursively in the current and subsequent directories",
                "command": "lsattr -R"
            },
            {
                "description": "Show attributes of all the files in the current directory, including hidden ones",
                "command": "lsattr -a"
            },
            {
                "description": "Display attributes of directories in the current directory",
                "command": "lsattr -d"
            }
        ],
        "tldr_source": "official",
        "flags": [
            {
                "flag": "-R",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-V",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-a",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-d",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-l",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-p",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-v",
                "long": null,
                "arg": null,
                "description": ""
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "chattr",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/chattr/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-R",
                        "lines": 1,
                        "flag": "-R"
                    },
                    {
                        "name": "-V",
                        "lines": 1,
                        "flag": "-V"
                    },
                    {
                        "name": "-a",
                        "lines": 1,
                        "flag": "-a"
                    },
                    {
                        "name": "-d",
                        "lines": 1,
                        "flag": "-d"
                    },
                    {
                        "name": "-l",
                        "lines": 1,
                        "flag": "-l"
                    },
                    {
                        "name": "-p",
                        "lines": 1,
                        "flag": "-p"
                    },
                    {
                        "name": "-v",
                        "lines": 1,
                        "flag": "-v"
                    }
                ]
            },
            {
                "name": "AUTHOR",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AVAILABILITY",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "lsattr - list file attributes on a Linux second extended file system\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "lsattr [ -RVadlpv ] [ files...  ]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "lsattr  lists  the file attributes on a second extended file system.  See chattr(1) for a de‐\nscription of the attributes and what they mean.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-R",
                        "content": "",
                        "flag": "-R"
                    },
                    {
                        "name": "-V",
                        "content": "",
                        "flag": "-V"
                    },
                    {
                        "name": "-a",
                        "content": "",
                        "flag": "-a"
                    },
                    {
                        "name": "-d",
                        "content": "",
                        "flag": "-d"
                    },
                    {
                        "name": "-l",
                        "content": "",
                        "flag": "-l"
                    },
                    {
                        "name": "-p",
                        "content": "",
                        "flag": "-p"
                    },
                    {
                        "name": "-v",
                        "content": "",
                        "flag": "-v"
                    }
                ]
            },
            "AUTHOR": {
                "content": "lsattr was written by Remy Card <Remy.Card@linux.org>.  It is currently being  maintained  by\nTheodore Ts'o <tytso@alum.mit.edu>.\n",
                "subsections": []
            },
            "BUGS": {
                "content": "There are none :-).\n",
                "subsections": []
            },
            "AVAILABILITY": {
                "content": "lsattr  is  part  of  the  e2fsprogs  package  and is available from http://e2fsprogs.source‐\nforge.net.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "chattr(1)\n\n\n\nE2fsprogs version 1.46.5                    December 2021                                  LSATTR(1)",
                "subsections": []
            }
        }
    }
}