On Sun, 17 Feb 2002 16:48:24 +1300
Walter Logeman <[EMAIL PROTECTED]> revealed these words to me:

> Hi,
> 
> What do the * and the @ denote after a file - as in the 
> following listing:
> 
> 998 walter@psybernet:/sbin (04:45:25)
> $ ls
> agetty*        ether-wake*  ifup*                   killall5*    
>   mkfs.msdos@
> 
> 

this is the result when you pass the switch -F to ls (see for yourself by typing alias 
| grep ls ). the -F option presents this explanation from 'man ls':

 -F, --classify
              append indicator (one of */=@|) to entries

the asterisk means that the file is an executable (its execute bit is set to on ).
the slash means that the file is a directory
the at sign ('@') means that it is a link
the pipe means its a, well, pipe (either named or unnamed).

i dont know about the equals sign but i think it pertains to special files that you 
wont meet frequently (check your /dev as there are some files there that have this 
indicator.)

ciao!


-- 

"Programming, an artform that fights back."

=============================
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=============================


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to