Here is the command to test that all the directories in your path actually exist.
IFS=:;for p in $PATH; do test -d $p || echo $p; done
Was this post helpful?
Let us know if you liked the post. That’s the only way we can improve.
Here is the command to test that all the directories in your path actually exist.
IFS=:;for p in $PATH; do test -d $p || echo $p; done
Copyright © 2026, Linux Shtuff. Proudly powered by WordPress. Blackoot design by Iceable Themes.