zsh: permission denied: help #9436
Replies: 3 comments
-
You could add an alias |
Beta Was this translation helpful? Give feedback.
-
@elsaco Thanks for taking the time to help me. I should've clarified: I am aware of ➜ ~ type asdf
asdf not found
➜ ~ asdf
zsh: command not found: asdf Why doesn't * Maybe I could use an Ubuntu docker container to test this and it would be the same as trying on an Ubuntu host machine? I guess hindsight is 20/20. |
Beta Was this translation helpful? Give feedback.
-
IMO, it's not a WSL bug. What
WSL used for testing:
Update: after installing
|
Beta Was this translation helpful? Give feedback.
-
Version
Microsoft Windows [Version 10.0.19044.2364]
WSL Version
Kernel Version
5.4.72
Distro Version
Ubuntu 20.04
Other Software
zsh shell
Repro Steps
For me,
help trap
outputszsh: permission denied: help
. None of these commands print anything:Simply typing
help
gives the same error.I don't have an ubuntu host OS to test on, so this error may occur universally. If so, please ignore.
NOTE: This is a duplicate of #3833, but I am creating this duplicate because the author closed theirs when they were given a workaround. I'm looking for a fix to the
zsh: permission denied: help
error.Expected Behavior
help
in zsh prints the same output that a host Ubuntu OS would.Actual Behavior
This permission denied error is printed:
zsh: permission denied: help
Diagnostic Logs
No response
Beta Was this translation helpful? Give feedback.
All reactions