smbpasswd.sh gives no rule to make target
I have already run cat /etc/passwd.
When I run mksmbpasswd.sh > /etc/samba/smbpasswd
it says
mksmbpasswd.sh: command not found.
When I type
make smbpasswd.sh > /etc/samba/smbpasswd
it says
"No Rule to Make Target".
When I do it without the .sh I end up with an empty file.
I have tried other things and I have looked everywhere for help but all I can find is instructions telling me to type the commands I just listed.
Anyone have any ideas? I am using Debian 10 trying to share with XP.
|