Welcome all... I am a new user to bash shell. Can anyone tell me how to run self made shell scripts...? Earlier it was no problem. But I don’t know why it now not runs...Same is cases with my internet settings...Presently I am sending this thread using vista...I have ubuntu 7.04... Below is A SNAPSHOT of the commands that appear actually...
mohit@mohit-desktop:~/practice/self/shell$ cat > ss1 #ss1 date
mohit@mohit-desktop:~/practice/self/shell$ cat ss1 #ss1 date
mohit@mohit-desktop:~/practice/self/shell$ ls -l total 4 -rw-r--r-- 1 mohit mohit 11 2008-12-04 19:24 ss1
mohit@mohit-desktop:~/practice/self/shell$ umask 0022
mohit@mohit-desktop:~/practice/self/shell$ chmod 744 ss1
mohit@mohit-desktop:~/practice/self/shell$ ls -l total 4 -rwxr--r-- 1 mohit mohit 11 2008-12-04 19:24 ss1
mohit@mohit-desktop:~/practice/self/shell$ ss1 bash: ss1: command not found
mohit@mohit-desktop:~/practice/self/shell$ su Password:
root@mohit-desktop:/home/mohit/practice/self/shell# ss1 bash: ss1: command not found
root@mohit-desktop:/home/mohit/practice/self/shell# ls -l total 4 -rwxr--r-- 1 mohit mohit 11 2008-12-04 19:24 ss1
root@mohit-desktop:/home/mohit/practice/self/shell# ss1 bash: ss1: command not found
root@mohit-desktop:/home/mohit/practice/self/shell# chmod 777 ss1
root@mohit-desktop:/home/mohit/practice/self/shell# ls -l total 4 -rwxrwxrwx 1 mohit mohit 11 2008-12-04 19:24 ss1
root@mohit-desktop:/home/mohit/practice/self/shell# ss1 bash: ss1: command not found