English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

When I log on, I can browse the directory tree. But many file names have asterisks immediately following their names. What does it mean?

2007-04-03 17:08:28 · 4 answers · asked by vector4tfc 4 in Computers & Internet Programming & Design

4 answers

that it's an executable file
just type this..

./ (subbing for the name of said file)
something will/should happen..

2007-04-03 17:55:14 · answer #1 · answered by m34tba11 5 · 0 0

My name

2016-03-29 00:25:31 · answer #2 · answered by Anonymous · 0 0

While it is possible to use just about any character in a file name (except a slash "/") certain symbols can give a user trouble. The asterisk is a wild card in unix commands so having it in a file name could cause confusion. if two files were named abc and ab* then a command addressed to ab* would affect both of them unless the user quoted the file name (either 'ab*' or ab\*). Unix guides recommend against using special characters in file names. Whoever created the ones you are finding was either not very careful or was trying to something very clever.

Generally, unix type systems do not have special file names for special purposes (unlike windows where extensions are important for identifying the file type.

2007-04-03 17:52:51 · answer #3 · answered by rethinker 5 · 0 0

I think some file managers append a * to represent the file as executable.

2007-04-03 17:12:38 · answer #4 · answered by Vegan 7 · 0 0

fedest.com, questions and answers