Linux Quiz Preparation

  1. Assume you are in your home directory, write a command to create directory QUIZ and then write a commang to change to directory QUIZ. Write a path to the directory you are currently in which is directory QUIZ.

  2. Assume you are in directory QUIZ, write a command to create directory LAB.

  3. Assume you are in home directory and you have file yana.py there. Write a command to COPY this file to LAB directory keeping the same name.

  4. Assume you are in home directory and you have file yana.py there. Write a command to MOVE this file to directory QUIZ changing the name to p1.py

  5. Assume you are in home directory. Write a command to remove directory LAB.