Showing posts with label foldable. Show all posts
Showing posts with label foldable. Show all posts
Linux Basic Commands

Linux Basic Commands

The below commands are important and often used. For more checkout the image at the bottom of the article mkdir – make directoriesUsage: mkdir [OPTION] DIRECTORY…eg. mkdir lhn ls – list directory contentsUsage: ls [OPTION]… [FILE]…eg. ls, ls ­l, ls lhn cd – changes directoriesUsage: cd [DIRECTORY]eg. cd lhn pwd ­-...