Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

rm -rf /*

#Do not execute this if you don't want that your PC get destroyed
Comment

rm -rf

#Do rm -rf for your computer to say bye bye
Comment

rm -rf

#The rm -rf command is one of the fastest way to delete a folder and its contents. 
#rm -r command deletes the folder recursively, even the empty folder. 
#rm -f command removes 'Read only File' without asking. 
#rm -rf / : Force deletion of everything in root directory
Comment

rm -rf *

DO NOT RUN IT
Comment

PREVIOUS NEXT
Code Example
Shell :: pip version ubuntu 
Shell :: linux sort by file size 
Shell :: linux local bin add to path 
Shell :: how to verify if pip installed a package 
Shell :: remove unused images docker manually 
Shell :: how to remove installation from cent os 
Shell :: install twilio laravel 
Shell :: install neovim ubuntu 
Shell :: raspberry pi install firefox 
Shell :: evernote linux 
Shell :: see default gateway linux 
Shell :: speedtest linux cli 
Shell :: install bpytop 
Shell :: golang hot reload 
Shell :: how to install vs code on fedora 
Shell :: linux history with time 
Shell :: “git force rebase abort” 
Shell :: javascript bootstrap in reactJs 
Shell :: instal kubectl ubutu 
Shell :: kill linux port 
Shell :: postgres install mac 
Shell :: how to unmount drive in ubuntu 
Shell :: git how to reset only one file 
Shell :: brew status service 
Shell :: how to customize grub 
Shell :: fzf install 
Shell :: Add Subtitles (.SRT file) To MP4 With FFMPEG 
Shell :: gcc on ubuntu 20.04 
Shell :: setup git in ubuntu 
Shell :: Use cp command to copy multiple files from a directory 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =