mkdir
mkdir command is used to create directory.mkdir generates a new directory with the name path. The newly created files permission is initialized from mode. The new directory takes upon the group id of the parent directory. The new directory will be an empty directory. It returns 0 on a successful completion of the command.This command is default shell command in Linux.