# L1. Introduction to Linux. Exercises ## 1. Basic Commands #### 1. Display the current directory location #### 2. Navigate to the “apt” directory #### 3. List the files, and check their user permissions and their owner #### 4. From the current location, use the proper command to list all the files in the home directory of the current logged user #### 5. Navigate back to the current logged user`s home directory --- ## 2. Basic Directories Commands #### 1. Create a new directory #### 2. Navigate to the newly created directory, and create 4 directories #### 3. Navigate to dir1, and create 3 ”Parent” /” Child” directories #### 4. Remove dir2 and dir4 #### 5. Navigate to dir3, and create two text files --- ## 3. Basic Editing Commands (nano) #### 1. Write “Hello World” to “myEcho.txt” file #### 2. Print the content of “myEcho.txt” file #### 3. Copy and rename “myEcho.txt” to “myEcho2.txt” #### 4. Edit the content of “myEcho2.txt” with nano --- ## 4. Basic Editing Commands (vim) #### 1. Write “Hello World” to “myEcho.txt” file #### 2. Print the content of “myEcho.txt” file #### 3. Copy and rename “myEcho.txt” to “myEcho2.txt” #### 4. Edit the content of “myEcho2.txt” with vim