[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dired on freebsd machine does not get file permissions, lists horizo
From: |
Michael Albinus |
Subject: |
Re: dired on freebsd machine does not get file permissions, lists horizontally |
Date: |
Thu, 15 Jul 2010 13:38:53 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Terrence Brannon <address@hidden> writes:
> mmm9500 # /bin/ls --color=never -al /u/autobahn/scripts/.
> ls: -al: No such file or directory
> /u/autobahn/scripts/.:
> cgi cron diy remote tmp
> cgi_login daemon fork shell transaction
> cgi_obj database generic system
OK, your /bin/ls does not like the order of the arguments. What happens,
if you call
# /bin/ls -al --color=never /u/autobahn/scripts/.
Furthermore, during its initialization, Tramp checks whether the
"--color=never" argument can be applied. What do you see when calling
# /bin/ls --color=never /
What is the return code?
Best regards, Michael.
- dired on freebsd machine does not get file permissions, lists horizontally, Terrence Brannon, 2010/07/13
- Re: dired on freebsd machine does not get file permissions, lists horizontally, Michael Albinus, 2010/07/13
- Re: dired on freebsd machine does not get file permissions, lists horizontally, Terrence Brannon, 2010/07/14
- Re: dired on freebsd machine does not get file permissions, lists horizontally, Michael Albinus, 2010/07/14
- Re: dired on freebsd machine does not get file permissions, lists horizontally, Terrence Brannon, 2010/07/14
- Re: dired on freebsd machine does not get file permissions, lists horizontally,
Michael Albinus <=
- Re: dired on freebsd machine does not get file permissions, lists horizontally, Terrence Brannon, 2010/07/15
- Re: dired on freebsd machine does not get file permissions, lists horizontally, Michael Albinus, 2010/07/15
- Re: dired on freebsd machine does not get file permissions, lists horizontally, Terrence Brannon, 2010/07/15
- Re: dired on freebsd machine does not get file permissions, lists horizontally, Michael Albinus, 2010/07/15
- Re: dired on freebsd machine does not get file permissions, lists horizontally, Terrence Brannon, 2010/07/15
- Re: dired on freebsd machine does not get file permissions, lists horizontally, Terrence Brannon, 2010/07/15
Re: dired on freebsd machine does not get file permissions, lists horizontally, Terrence Brannon, 2010/07/16