Which command is used to create a directory named “Photos” in the current directory in Linux?
Note
The command used to create a directory named "Photos" in the current directory in Linux is: mkdir Photos
This command creates a directory named "Photos" directly in the current directory where you execute the command.
Therefore, mkdir Photos is the correct command to create a directory named "Photos" in the current directory in Linux.