1
00:00:03,520 --> 00:00:10,810
In this lecture we will talk about creating new directories using graphical interface.

2
00:00:10,810 --> 00:00:15,760
It is quite simple but how it is with terminal

3
00:00:19,860 --> 00:00:27,980
so open terminal.

4
00:00:28,030 --> 00:00:37,660
I am inside my home Radic three and I will show content of it and then for creating new directory I

5
00:00:37,660 --> 00:00:39,400
really use command.

6
00:00:39,690 --> 00:00:40,170
Magda

7
00:00:42,980 --> 00:00:48,050
followed by name of a directory which I want to have created in my case.

8
00:00:48,050 --> 00:00:52,600
That's the one I see in the directory was created.

9
00:00:54,960 --> 00:01:00,600
What if I want to create directory test to an inside it directory test the one

10
00:01:12,090 --> 00:01:19,150
I have got error message cannot create directory that's two that's the one No such file or directory

11
00:01:20,520 --> 00:01:24,560
same I would get if I use absolute bad

12
00:01:27,100 --> 00:01:28,680
on Richard

13
00:01:32,070 --> 00:01:40,950
that's two that's the one and now I have noticed that I did it it was absolute bad but relative for

14
00:01:40,950 --> 00:01:48,450
absolute perhaps I would need to start to slash home by the Here I am starting with the home that means

15
00:01:48,480 --> 00:01:55,530
that inside my current directory maybe there wants to create test one folder inside my home directory

16
00:01:55,710 --> 00:02:04,590
select home slash Richard slash test 2 and as I don't have inside my home Radic 3 home folder I have

17
00:02:04,590 --> 00:02:13,010
got error message so how to solve it should I firstly create directory test 2 and after that create

18
00:02:13,020 --> 00:02:18,690
directory that's the one this would definitely solve this issue but we have another option let's look

19
00:02:18,750 --> 00:02:30,770
into my here we see parameter b no error if existing make parent directories as needed.

20
00:02:30,770 --> 00:02:37,310
This is exactly what we want to create parent directory test to if it is needed.

21
00:02:38,060 --> 00:02:46,220
So if I make data with parameter B test to slash that's the one

22
00:02:49,860 --> 00:02:51,980
I have got no error message.

23
00:02:51,980 --> 00:02:53,920
So let's check what was created.

24
00:02:55,040 --> 00:03:04,830
I see this two directory was created and inside this directory that's the one great let's check it also

25
00:03:04,830 --> 00:03:15,810
using terminal Alice C'mon show us that test to directory exits and when we use L as test do we see

26
00:03:15,810 --> 00:03:21,480
that inside those two data is does the one folder which is what we it.

27
00:03:21,660 --> 00:03:29,490
Of course we can use parameter L with Alice command for showing more details.
