ls command in linux
In this blog we will learn about ls command . ls is a linux shell command that lists directory .First […]
In this blog we will learn about ls command . ls is a linux shell command that lists directory .First […]
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 […]
Copyright © 2024 | WordPress Theme by MH Themes