Basic Linux Commands
1) Make a Directory (mkdir) Making directories is easy with the mkdir command. The following command creates a directory called example unless example already exists: You can create nested directories as well. That is the directory inside the direct...
Jul 1, 20233 min read57
