Bash Script Video Tutorial on a Mac - chmod explained and how to make it executable
Loading...
9,545
Loading...
Uploader Comments (GalaTechnology)
see all
All Comments (13)
-
just like Linux's bash.
I'm just watching this because I want to see what a mac is like.
-
make a turiol video where it tells us how to make a bash script in windows.
-
Whenever I open the file, it copies the file to my desktop as well as running the command. What did I do wrong?
-
@yourabigwinner lower case "L" and s. ls -l firstscript
-
@yourabigwinner its Ls not is
-
What am I doing wrong?
Matt-Almass-iMac:~ hewysebay$ is -l firstscript
-bash: is: command not found
-
Thank you so much :)
-
thanks a lot so i just learn how to exicute
steping up
-
A bit hard to see. The information was VERY helpful though. Thank you for posting this video! 5+!
Loading...
Sorry for the qulaity, I have not had to to remake it. However here are the instructions I use.
#!binbash
echo Hello from Gala Technology
ls -l firstsript
chmod 700 firstscript
. firstscript
-----
ls is the list command
the "." is the shortcut for the current directory you are in.
GalaTechnology 2 years ago
Please watch in high quality if you have the bandwidth.
GalaTechnology 3 years ago