On Fri, Oct 2, 2009 at 9:03 PM, Eric Shubert <e...@shubes.net> wrote:

>   $ ls -l /var/qmail/bin/qmail-queue
>> lrwxrwxrwx. 1 root root 23 2009-09-30 15:49 /var/qmail/bin/qmail-queue ->
>> /var/qmail/bin/qmail-dk*
>>  $ ls -l  /var/qmail/bin/qmail-dk
>> -rws--x--x. 1 qmailq qmail 49K 2009-09-30 15:42 /var/qmail/bin/qmail-dk*
>>
>>
> qmail-dk shouldn't have an asterisk at the end of it. I don't know for sure
> if that's causing your problem or not. Do you know how to get rid of the
> asterisk in the file names?
>
>
The asterix is because the default ls alias on Fedora uses -F

r...@fury:~> alias
[..]
alias ls='ls -hF --color=auto'

from ls manpage

 *-F*       Puts a */*  (slash) after each filename if the file
                    is a directory, an *** (asterisk) after each
                    filename if the file can be executed


r...@fury:~> unalias ls
r...@fury:~> ls -l  /var/qmail/bin/qmail-dk
-rws--x--x. 1 qmailq qmail 49964 2009-09-30 15:42 /var/qmail/bin/qmail-dk

Reply via email to