(Mods please move this if its better suited elsewhere)
I've googled this to no avail.
I have a file (no extension) which I was instructed to run with:
sudo ./file
However doing so gives me
sudo: ./file: command not found
I'm not too terminal savvy, but I tried switching to bash, and ran it again with the same error.
I re-installed the BSD components, but had no luck.
sudo ls or sudo cd work fine.
The file itself is in the ~/ directory.
echo $PATH
/bin:/sbin:/usr/bin:/usr/sbin
echo $SHELL
/bin/bash
Anyone know what could cause this?
Thanks,
Blase
I've googled this to no avail.
I have a file (no extension) which I was instructed to run with:
sudo ./file
However doing so gives me
sudo: ./file: command not found
I'm not too terminal savvy, but I tried switching to bash, and ran it again with the same error.
I re-installed the BSD components, but had no luck.
sudo ls or sudo cd work fine.
The file itself is in the ~/ directory.
echo $PATH
/bin:/sbin:/usr/bin:/usr/sbin
echo $SHELL
/bin/bash
Anyone know what could cause this?
Thanks,
Blase