Re: [newbie] filenames - bright green with * after them

2001-02-28 Thread John Rye

On Wed, 28 Feb 2001 21:55:57 +1300
"Robert Fleming" [EMAIL PROTECTED] wrote:

 Several files on our system appear bright green with a * immediately
 after them when a directory listing is performed.
 
 What does this indicate?

That their 'executable' bit is set.

In most cases that will mean that that file may be run by typing it's
command.

For example the commandline ls -l /usr/bin/s* returns the following
listing of /usr/bin (truncated)

-rwxr-xr-x1 root root14627 Apr  1  2000 /usr/bin/s2p*
-r-xr-sr-x1 root games   21296 May 11  2000
/usr/bin/same-gnome*
-rwxr-xr-x1 root root 2994 Apr 18  2000
/usr/bin/sane-config*
-rwxr-xr-x1 root root  122 Apr 25  2000
/usr/bin/savetextmode*
-rwxr-xr-x1 root root  194 Apr 21  2000
/usr/bin/saveunimap*
-rwxr-xr-x1 root root   140752 May 12  2000
/usr/bin/sawmill*
-rwxr-xr-x1 root root12816 May 12  2000
/usr/bin/sawmill-capplet*
-rwxr-xr-x1 root root10704 May 12  2000
/usr/bin/sawmill-client*
-rwxr-xr-x1 root root35314 May 12  2000
/usr/bin/sawmill-themer*
-rwxr-xr-x1 root root30416 May 12  2000
/usr/bin/sawmill-ui*
-rwxr-xr-x1 root root19440 Apr 18  2000
/usr/bin/scanimage*

And so on

run 'man ls' from your console for a detailed explaination

Cheers

John

--- 
 Mailto: [EMAIL PROTECTED]
"The number of UNIX installations has grown to 10, with more expected"
   (The UNIX Programmer's Manual, 2nd Edition, June 1972.)




Re: [newbie] filenames - bright green with * after them

2001-02-28 Thread Quaylar

At 21:55 28.02.2001 +1300, you wrote:
Several files on our system appear bright green with a * immediately after
them when a directory listing is performed.

What does this indicate?

wde


i think this is indicating that they are executable

--quay


--
-Quaylar-
Icq# 30932448
[EMAIL PROTECTED]
! Knowledge is power 
For confidental email plz encrypt with PGP





[newbie] filenames - bright green with * after them

2001-02-28 Thread Robert Fleming

Several files on our system appear bright green with a * immediately after
them when a directory listing is performed.

What does this indicate?

wde