Link to home
Start Free TrialLog in
Avatar of dkamdar
dkamdar

asked on

filename* appears while doing ls in solaris

On Solaris 9.0,
when I do ls -l some filenames have * after them.
For e.g if filename is xyz.cpp, it appears like xyz.cpp*
Can someone please explain what does it mean/indicate?
Is it got to do with the versioning system we are using? SCCS?
Thanks
ASKER CERTIFIED SOLUTION
Avatar of liddler
liddler
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tintin
Tintin

Either your profile or the system wide profile will have aliased ls.

If you don't like that behaviour, you can turn it off with

unalias ls
I have to agree with Tintin & Lidder. All the Asterik means is  the files with a trailing asterisk is an executable.

If you do an ls -l and it appears, it might be defined as an alias. You should follow the two above suggestions to remove the alias. However, it is a no biggie.

Here are some other signs you might see.

Directories are marked with a trailing slash (`/'), and symbolic links with  a  trailing  at-sign  (`@').

All this is occurs if you do ls -F
You can make

\ls -l
and is only ls not alias.