#file naming

hi all,

Please advise at what circumstance those file will become

-rwxr-xr-x   1 psa   psa        1969088 Aug 18  2006 #libaa.sl
-rwx------   1 psa   psa        2166784 Jul 25  2006 #libcrypto.sl.0.9.7
-rwx------   1 psa   psa         904040 Jul 25  2006 #libxxx.sl
-rwx------   1 psa   psa        1136788 Jul 25  2006 #libgcc_s.sl

I can't rename or modified them. Anyway to change back to libaa.sl, libcryto.sl etc

Thanks

To keep the forums high quality for all users, please take the time to format your posts correctly.

First of all, use Code Tags when you post any code or data samples so others can easily read your code. You can easily do this by highlighting your code and then clicking on the # in the editing menu. (You can also type code tags

```text
 and 
```

by hand.)

Second, avoid adding color or different fonts and font size to your posts. Selective use of color to highlight a single word or phrase can be useful at times, but using color, in general, makes the forums harder to read, especially bright colors like red.

Third, be careful when you cut-and-paste, edit any odd characters and make sure all links are working property.

Thank You.

The UNIX and Linux Forums

******************************************************

No idea how you produced those filenames - you should investage yourself maybe the jobs etc. that write those files.
Renaming:

mv '#libaa.sl' libaa.sl

I would make sure it happen next time.
Thanks for advise.