00:01
Hello students, here are the step by step guides on how to use the mac terminal.
00:06
So first we go for the open terminal.
00:10
The first we perform the open terminal.
00:15
So where it launches the terminal, it will launch the terminal application on your mac.
00:23
You can find it in a utility folder which is inside the application folder.
00:29
Alternatively, you can use the spotlight search as the cmd plus space and type terminal to quickly locate and open it.
00:39
So the next, the second we go for is the, the second we perform is the navigating directory.
00:47
Navigating directories.
00:50
Navigating directories.
00:55
As use the command cd, use the command as cd followed by the directory path to navigate to the specific directory.
01:06
For example, to navigate to your home directory, you can type as cd, example cd with the your path home directory followed by the path.
01:21
So use ls to the list of directory.
01:24
You can use ls for the list of directories and use cd dot dot to move to move up the one directory level.
01:34
Third step follow is the creating directory.
01:39
After navigating, you perform, you go for the creation of the directory.
01:46
Directory.
01:47
To create a directory, use the mk, mk directory, mkdir command followed by the directory name as for example, to create a directory called the top secret in your home directory, use the mk directory example as just use as mk directory with your top secret with your top secret.
02:16
Now, after that you need to, you will perform the moving of files, moving of files...