Linux – rmdir command
rmdir $ rmdir -p {directory} rmdir – remove directory This deletes a directory. The directory must be empty of both […]
rmdir $ rmdir -p {directory} rmdir – remove directory This deletes a directory. The directory must be empty of both […]
mkdir Use mkdir to make a directory $ mkdir {directory} $ mkdir newdir $ mkdir –p newdir1/newdir2/newdir3 NOTE: You have […]
cat command is used to concatenate or displays the contents of a file. To use it, type cat, and then […]
Linux cd command. cd – Change the shell working directory. cd command syntax cd [-L|-P] [dir] cd command options cd command […]
Copyright © 2024 | WordPress Theme by MH Themes