* weird behaviour about cannot complete a directory which it can be `ls`
@ 2024-03-01 9:05 Wu Zhenyu
0 siblings, 0 replies; only message in thread
From: Wu Zhenyu @ 2024-03-01 9:05 UTC (permalink / raw)
To: zsh-users
In Android Termux, I try:
```zsh
% ls /<TAB>
```
Nothing is completed. In fact:
```zsh
% ls /
"/": Permission denied (os error 13)
```
However, I can:
```zsh
% ls /sdcard
Android ...
```
The weird thing is:
```zsh
% ls /sdcard/<TAB>
```
Also nothing is completed.
Why the weird thing happen? How can I make `ls /sdcard/<TAB>` work?
TIA!
--
Best Regards
Wu Zhenyu
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-03-01 9:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-01 9:05 weird behaviour about cannot complete a directory which it can be `ls` Wu Zhenyu
Code repositories for project(s) associated with this public inbox
https://git.vuxu.org/mirror/zsh/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).