-1

I'm having a problem on Kali Linux Lite 5.7.0 64-bit related to directory paths. Not just the CD command, every command requires the full path. For example, if I'm in a directory named "user/home/downloads/python3" and want to run the installer script, I can't just type in "bash installer.sh", If I do that it says "no such file or directory". I need to type in "bash user/home/downloads/python3/installer.sh" and then it runs. Also, it requires to do that not just for .sh files, but all files. Thank You.
~1zuku

1 Answers1

0

You should try:

bash ./installer.sh

to point the file in the current directory