1
00:00:00,380 --> 00:00:01,800
In this section of the course,

2
00:00:01,800 --> 00:00:04,860
we're going to cover a single exam objective that's focused

3
00:00:04,860 --> 00:00:06,720
on the concepts surrounding the Bash shell

4
00:00:06,720 --> 00:00:08,370
and its scripting language.

5
00:00:08,370 --> 00:00:10,590
This objective is covered in domain three,

6
00:00:10,590 --> 00:00:13,050
scripting, containers, and automation,

7
00:00:13,050 --> 00:00:15,690
and we're going to be focused on objective 3.1.

8
00:00:15,690 --> 00:00:17,580
This states, given a scenario,

9
00:00:17,580 --> 00:00:19,440
you must create simple shell scripts

10
00:00:19,440 --> 00:00:21,390
to automate common tasks.

11
00:00:21,390 --> 00:00:22,830
This section of the course is all

12
00:00:22,830 --> 00:00:25,410
about discovering the true power of Linux by allowing you

13
00:00:25,410 --> 00:00:27,450
to write your own scripts to automate functions

14
00:00:27,450 --> 00:00:29,820
across the entire operating system.

15
00:00:29,820 --> 00:00:32,009
First, we're going to learn about the Bash shell

16
00:00:32,009 --> 00:00:33,990
and some basic scripting commands.

17
00:00:33,990 --> 00:00:37,140
Then we'll create our own bash script using simple commands

18
00:00:37,140 --> 00:00:39,090
and logical control statements.

19
00:00:39,090 --> 00:00:41,280
As always, we're going to continue to alternate

20
00:00:41,280 --> 00:00:43,890
between theory lessons and hands-on demonstrations

21
00:00:43,890 --> 00:00:46,380
throughout each of these concepts in this section.

22
00:00:46,380 --> 00:00:50,040
And we'll do all of that inside our real time CentOS system.

23
00:00:50,040 --> 00:00:52,620
So, let's get started talking all about scripting

24
00:00:52,620 --> 00:00:54,183
in this section of the course.

