Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to force remove a directory in kali linux

#if the directory is empty
sudo rmdir dirname
#is the directory is not emmty
sudo rm -rf dirname
Comment

PREVIOUS NEXT
Code Example
Shell :: installing webpack-cli 
Shell :: push project to new branch git 
Shell :: show conflicts git 
Shell :: get size of image linux 
Shell :: view live log linux 
Shell :: know version of centos ec2 
Shell :: how to set up git in linux terminal 
Shell :: delete logs older than 7 days linux 
Shell :: merge feature branch into master 
Shell :: installation of docker 
Shell :: kubernetes /bin/bash 
Shell :: how to check jibri version 
Shell :: docker manjaro 
Shell :: How to check if there are multiple versions of PHP installed on Ubuntu 12.04 LTS? 
Shell :: linux grep recursive 
Shell :: how to install blackeye bash 
Shell :: ubuntu install nvm 
Shell :: git switch vs checkout 
Shell :: find or locate pip (s) path 
Shell :: docker container name 
Shell :: windows subsystem for linux install 
Shell :: git stash drop 
Shell :: bash random sleep 
Shell :: git stash docs 
Shell :: How to find information about my RAM on linux 
Shell :: check gateway linux 
Shell :: Apply .gitignore on an existing repository 
Shell :: htaccess deny all but 
Shell :: volver a commit anterior temporal 
Shell :: sbt build command 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =