COMPUTER PROGRAMMING FUNDAMENTALS
RASPBERRY PI PROJECT IDEAS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Ipp
|
|
cd chown
|
|
mkdir
|
|
None of these
|
Detailed explanation-1: -Use the mkdir command to create one or more directories specified by the Directory parameter. Each new directory contains the standard entries dot (.) and dot dot (..). You can specify the permissions for the new directories with the-m Mode flag.
Detailed explanation-2: -Creating Directories The mkdir command creates new directories. Include the –p option if the directory name includes a path name. The command used with the-p option creates all of the non-existing parent directories that do not yet exist in the path to the new directory.
Detailed explanation-3: -The mkdir stands for ‘make directory’. With the help of mkdir command, you can create a new directory wherever you want in your system. Just type “mkdir <dir name>, in place of <dir name> type the name of new directory, you want to create and then press enter.
Detailed explanation-4: -Creates a directory or subdirectory. Command extensions, which are enabled by default, allow you to use a single mkdir command to create intermediate directories in a specified path. This command is the same as the md command.
Detailed explanation-5: -The mkdir command in Linux/Unix allows users to create or make new directories (also referred to as folders in some operating systems). This command creates the DIRECTORY(ies), if they do not already exist.