Can someone tell me the significance of * sign after a file name ?
Asked
Active
Viewed 166 times
-2
Rui F Ribeiro
- 55,929
- 26
- 146
- 227
Dhrubo Bhattacharjee
- 501
- 1
- 4
- 8
-
1[Please don't post screenshots of text](http://meta.unix.stackexchange.com/questions/4086/psa-please-dont-post-images-of-text). Copy and paste the text itself and format it as code with the `{}` icon in the editor. – cas Aug 06 '17 at 11:28
-
1See [What do the symbols displayed by ls -F mean?](https://unix.stackexchange.com/questions/82357/what-do-the-symbols-displayed-by-ls-f-mean?rq=1) (you probably have `ls` aliased to `ls -F` in your shell) – steeldriver Aug 06 '17 at 11:46
1 Answers
2
this is signify that the file is an executable, in other words the file have the right of execution, it's a script or a binary.
Hamza Jabbour
- 481
- 2
- 7
