Lapskaus IT
A computer blog as colorful as Lapskaus ingredients ...
Sunday, August 31, 2008
Deleting stuffs via Linux Terminal
Deleting folder via terminal
To delete a folder and its entire contents:
Code:
sudo rm -rf (folder_name)
*** BUT PLEASE BE CAREFULL
Deleting files via terminal
Code:
rm (filename)
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment