Comprehensive Guide to the Linux Directory Command
Create DirectoryCreate a subdirectory in the current directory # Create a subdirectory named mengyuan in the current directory mkdir ./mengyuan Create multiple levels of subdirectories in the current directory # Create a subdirectory named mengnianxi in the subdirectory named mengyuan in the current directory # Note: With the -p parameter, if the subdirectory named mengyuan … Read more