Linux Shell Scripting - Part 1
Uploader Comments (H4x0r18)
All Comments (93)
-
@cyborg9800 i think you should use vi instead of vim i.e. vi text1.sh.........let me know if it works
-
@beeregas you can use apt-get instead.
-
Thanks alot.
-
it says aptitude command not found? i checked to make sure i entered everything right.
-
@cyborg9800 You can type $ vi test1.sh to open the file with the vi editor. Vim is better.
But you will also have to learn how to use vi or vim.
-
Why are you using /bin/sh instead of /bin/bash ?
-
Really nice dude thx for the help now im ready for my test ! ;)
-
Nice tut but i have 3 suggestions .
Try using vi as your editor as its on almost every linux distro.
also try at the end of your commands "/y" so it doesn't ask you to continue when updating.
dunno if it was network issue but i'd update your /etc/apt/sources.list
-
nice tut ;) hope it get more complex with the time and who knows someday u may run a linux school :P
#!bin/sh
clear
su apt-get insatll students
fi !
oh.. almost forgot i hope u will check the option of explaining what the /bin/sh library means...
-
interesting stuff
look forward to more
cheers dude
shell-scriptsS vim test1.sh
this command doesn't work in my linux
cyborg9800 2 months ago
@cyborg9800 Maybe you don't have vim installed? Try using nano, its much easier to use. Also, make sure you use chmod command to give it executable permissions. If you are still having issues, send me a message to my inbox with your issue and error and I'll help you out. Thanks.
H4x0r18 2 months ago
thanks a loottt!! nice work..
goodideawins 4 months ago
@goodideawins No problem! Thanks for watching.
H4x0r18 4 months ago
Good introduction to the Linux shell.
aikirich 4 months ago
@aikirich Thanks! Not much of an introduction I would say, but could give me ideas for a future video. :)
H4x0r18 4 months ago