I'm a new user to Linux and been practicing using creating/using scripts in bash.
I found a script to add new users automatically but when I try to run the script in root, I keep getting the same error message :'No such file or directory
'. the message snippet is as follows:
student@Ubuntu1410:/$ chmod +x /home/student/Scripts/adduser.sh
student@Ubuntu1410:/$ ./adduser.sh
bash: ./adduser.sh: No such file or directory
student@Ubuntu1410:/$
cd
to go to that directory? – Tim Jun 28 '15 at 11:01