When I do a ls in a folder, I sometimes get entries like:
a.txt*
b.txt
b.txt~
I believe:
~ means that it's a swap copy, however what does the * mean?
|
|
|
Your
|
|||||
|
|
It means that the file has execute permission. See the "-F, --classify" option in the ls(1) man page. Depending on the shell configuration this info may be printed by "default" (say, if you have an alias ls="ls -F"). |
|||||
|
|
ls -F appends a single character to a file name -
|
|||
|
|