Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 394 Bytes

lab1.md

File metadata and controls

16 lines (14 loc) · 394 Bytes
  1. Create a directory SAMPLE under your home directory.
  2. Create a sub-directory by name TRIAL under SAMPLE.
  3. Switch to directory SAMPLE
  4. Change to your home directory.
  5. Print the present working directory.

======================================================= Solution

mkdir sample cd sample mkdir Trial cd sample cd pwd