sudo(super user do) command is used to execute commands with elevated(root user) privileges
The syntax used to created a folder/directory in linux is mkdir
The command used is pwd - Present working directory
Absolute path gives the complete path of the file/directory location from the root directory. Relative path gives the location in reference to the present working directory
In linux - cd ..