Lab 4-1: Performing Basic File Management : Linux installation and configuration
Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!
Which of the following special characters are used as wildcards? [Choose all that apply.]
* *', "?", "[ ]", "~"
To copy a directory and the files contained in it to another directory, which of the following parameter should be used with the cp command?
-r
Which of the following parameter should be used with the rm command to remove a directory?
-r
To create a subdirectory within a directory, which of the following command should be used?
mkdir myfolder/mydocs
Which of the following command is used to delete a file?
rm