Linux Important Command --
1. Create The Directory
if you want to create the directory using the ubuntu terminal then you can use the following command
type on the terminal--
mkdir folderName.
2. Remove All folder and its content from particular directory
you can type following cammand on terminal
rm -r *
3. Make zip file by command
tar -zcf fileName.tar.gz conetent(which you wnt to make zip)
1. Create The Directory
if you want to create the directory using the ubuntu terminal then you can use the following command
type on the terminal--
mkdir folderName.
2. Remove All folder and its content from particular directory
you can type following cammand on terminal
rm -r *
3. Make zip file by command
tar -zcf fileName.tar.gz conetent(which you wnt to make zip)
No comments:
Post a Comment