Tagged Questions
1
vote
1answer
1k views
What's the meaning of output of lsattr
I'm wondering what the output of lsattr means.It prints so oddly as follows,when I have tried lsattr /usr
-----------------e- /usr/local
-----------------e- /usr/src
-----------------e- /usr/games
...
3
votes
2answers
785 views
What does file version mean: lsattr -v
lsattr -v gives me the "version number" of given file(s).
What does this mean?
On Redhat 7.3, I could've sworn all the version numbers were 1 except
those I changed with chattr -v.
On Fedora 11, ...