DEV Community

Mathu varshtih
Mathu varshtih

Posted on

Linux - Basic commands

Linux Commands

  1. mkdir = create a folder
  2. cd = move inside the folder
  3. touche = create a empty file
  4. cd .. = Goback
  5. echo "Linux is "awesome" > filename = Add content to the mentioned file

Top comments (0)