lsattr COMMAND:
lsattr command is used to list the attributes of the specified file or directory.
SYNTAX:
The Syntax is
lsattr [options]
OPTIONS:
-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.
EXAMPLE:
List attributes:
lsattr
Lists the attributes of the current directory.
Set the attribute:
chattr +i test.txt
Set the attribute for 'test.txt' file.
lsattr test.txt
Lists the attributes of the 'test.txt' file.
----i-------- ./test.txt
A Note
Find LINUX Commands... Hope you enjoy this tutorial. We welcome your Valuable feedbacks or suggestions on this LINUX / UNIX cmd reference. This is a copyright content.