Deleting
-
7. Annihilating
Finally, we try investigating our Magical Destroying Powers
Deleting Directories and Files!Especially Releant: in Normal Activity you should Triple Check the Commands Before Execution…
As in Shell there’s Not a Trash Bin and so the stuff is directly Annihilated!!!* As in all other cases also ‘Remove‘ is here Abreviated by ‘rm‘ *
-
How Removing Files.
First, we Wipe Out the ‘box’ in the ‘livingroom’ with:
rm $HOME/livingroom/box
Check it with:
ls $HOME/livingroom/
Now we try the same for Multiple Entities…
First, we Make a Copy of the ‘can’ into then ‘bathroom’ in a ‘jar’ into the ‘bedroom’, always Magics Here ;) with:cp $HOME/bathroom/can $HOME/bedroom/jar
And then how to Liquidate Both? Simply like that:
rm $HOME/bathroom/can $HOME/bedroom/jar
-
How Removing Directories.
Now we Start to Hollow our beautiful Home… ((:
First, we Raze the ‘livingroom’:rm -rf $HOME/livingroom
And finally we Desert All the Remaining Spaces:
rm -rf ~/bathroom ~/bedroom ~/garden
Sorry, we Transformed our Home into a Blank Space, but What a Fun! :))
-
Contents
Tags: Command Line Tutorial for Beginners Kali Linux, Command Line Tutorial for Beginners Kali Linux Xenial, Kali Linux Command Line, Kali Linux Command Line Tutorial, Kali Linux Shell, Kali Linux Shell Tutorial, Kali Linux Terminal Tutorial for Beginners, Shell Tutorial for Beginners Kali Linux, Shell Tutorial for Beginners Kali Linux Xenial