Bash Scripting Masterclass

preview_player
Показать описание
In this video you will learn bash scripting to get you fully up and runing. Starting from simple scripts moving into using arguments and user input to adding functions.

00:00 Introduction
01:05 Script Names
08:20 Permissions and Path
15:03 Script Arguments
21:04 Read User Input
26:42 Functions
34:16 Sensitive Data
41:15 Creating Users
47:47 Summary

Рекомендации по теме
Комментарии
Автор

The best tutor and tutorial i have seen around on Youtube. Thank you very much!

belalehner
Автор

I've picked up on the job knowledge and this has filled in some gaps, very useful, thanks.

peterjones
Автор

Maybe you could mention the fact that the user you're logged in as, is set to not ask for a password when using sudo.

RobBominaar
Автор

Come on. Anyone who wouldn’t know what a file is for is not even worth mentioning.

file filename

I’m a l33t hacker, right? I expect more from you.

CreachterZ
Автор

alias sh="$([ -h 2>&1 ])"

ChristopherBruns-oo