Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove folder ubuntu

sudo rm -rf folder-name
Comment

ubuntu remove directory

rm -R folder-name
Comment

rm directory ubuntu

sudo rm -rf forder
Comment

remove folder ubuntu

$ rm -r directoryName
Comment

remove folder ubuntu

sudo rm -rf folderName
Comment

remove folder ubuntu

rm -f -R folder-name
Comment

remove a directory in ubuntu

# To remove an Empty directory, Use
$ sudo rmdir folder-name

# If it is not a empty directory, then rm command can be used
$ sudo rm -rf folder-name
Comment

ubuntu remove directory

rmdir
Comment

ubuntu remove directory

# To remove non-empty directories and all the files within them, 
# use the rm command with the-r (recursive) option:
rm -r dirname
Comment

PREVIOUS NEXT
Code Example
Shell :: count the numbers of directories in a specific directory 
Shell :: conda install camelot py 
Shell :: linux bring process to foreground 
Shell :: git check which files are committed 
Shell :: how to get ips of any website 
Shell :: add local repository to remote 
Shell :: tasksel: apt-get failed (100) 
Shell :: git cherry pick 
Shell :: loop bash 
Shell :: apt-key export import 
Shell :: push to git 
Shell :: npmrc file location windows 
Shell :: check packages in macos 
Shell :: git merge a file from another branch to current branch 
Shell :: how to delete particular type file recursively in linux 
Shell :: universal command to get operating system 
Shell :: linux sudo /opt/lampp/lampp start command not found 
Shell :: vscode kali linux 
Shell :: Grant Htaccess to all directory 
Shell :: git restore all 
Shell :: find text pattern in file linux 
Shell :: change password arch linux 
Shell :: login to github vscode using personal access tokens 
Shell :: check docker swarm status 
Shell :: vscode showing deleted branches 
Shell :: how to add the permission in the lampp in ubuntu 
Shell :: install spark on mac 
Shell :: how to install pip2 in kali linux 2021 
Shell :: how to commit single file in git 
Shell :: could not find driver postgres laravel 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =