mv Command in Linux
In this blog we will learn about mv command .First of all lets open our terminal , We can press ctrl+alt+ t […]
In this blog we will learn about mv command .First of all lets open our terminal , We can press ctrl+alt+ t […]
In this blog we will learn how we can use cd command in Linux. cd command we can use to […]
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