# LF - Exercises 1
##### 1. Run a couple of learned commands with the path shortcuts and explain what they do
###### Use `cd ~` to return to `home/user` in this case the user is "vagrant"

###### Use path absolute to move to folder that you want for example `cd /var/log`

##### 2. If you are in /var/log/anaconda dir and want to return to your user’s home, what’s a good shortcut to use?

##### 3. Write a command to list file sizes in human readable format.

##### 4. How would you list all files inside a child directory?

##### 5. Try file command with a regular file and with a directory, what info does it show? Do you see differences?
If you use "file" command with a file you can see what file's type it is but if you use that command with a folder you can see that it is a "directory" type
