Script
CD: comando não encontrado redes@LAB01-01:~$ cd Documentos redes@LAB01-01:~/Documentos$ nano TrabalhoAGES.sh redes@LAB01-01:~/Documentos$ chmod 744 TrabalhoAGES.sh redes@LAB01-01:~/Documentos$ ls TrabalhoAGES.sh
TrabalhoAGES.sh
redes@LAB01-01:~/Documentos$ ls -l total 4
-rwxr--r-- 1 redes redes 23 2012-10-22 07:21 TrabalhoAGES.sh redes@LAB01-01:~/Documentos$ ./TrabalhoAGES.sh
Aula de Script redes@LAB01-01:~/Documentos$ ch chage chcon checkgid chgpasswd chmls chroot charmap check-bios-nx check-language-support chgrp chmod chrt chat checkbox-gtk checksctp chkdupexe chown chsh chattr check_forensic chfn chmcmd chpasswd chvt redes@LAB01-01:~/Documentos$ ch chage chcon checkgid chgpasswd chmls chroot charmap check-bios-nx check-language-support chgrp chmod chrt chat checkbox-gtk checksctp chkdupexe chown chsh chattr check_forensic chfn chmcmd chpasswd chvt redes@LAB01-01:~/Documentos$ nano Script.sh redes@LAB01-01:~/Documentos$ ./Script bash: ./Script: Arquivo ou diretório não encontrado redes@LAB01-01:~/Documentos$ ./Script.sh bash: ./Script.sh: Permissão negada redes@LAB01-01:~/Documentos$ sudo ./Script.sh
Password:
Access is denied sudo: ./Script.sh: command not found redes@LAB01-01:~/Documentos$ ls -l total 8
-rw-r--r-- 1 redes redes 157 2012-10-22 07:41 Script.sh
-rwxr--r-- 1 redes redes 23 2012-10-22 07:21