Dustin Oprea wrote:
An asterisk is not an allowable character in a filename, but sometimes
a user or a program may accidentally create a filename containing one.
If you created this archive and the files were not originally named
like this, than there's something wrong in your command-line.
The asterisk in this case is simple a indicator from 'ls' that the file
is executable as noted by the file permissions.
-rwxrwxrwx 1 root root 4923 Dec 11 11:37 elo_drv.o*
-rwxrwxrwx 1 root root 15088 Dec 3 12:32 elographics_drv.so*
-rwxr-xr-x 1 root root 105366 Dec 12 11:43 evtouch_drv.so*
Jason Stahls