Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove folder ubuntu

sudo rm -rf folder-name
Comment

ubuntu remove directory

rm -R folder-name
Comment

ubuntu delete folder

$ rm -rf folderName
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 delete folder

sudo -r -f folder-name //if need permi
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 :: git add and commit all in just one line 
Shell :: commit container to image 
Shell :: days between two dates in linux 
Shell :: how to append string to file names in linux 
Shell :: change group ownership linux 
Shell :: umask 
Shell :: how to make top bar transparent ubuntu 
Shell :: copy data to kubernetes pod 
Shell :: install maven ubuntu 20.04 
Shell :: arch linux sort packages by size 
Shell :: windows list all files in subdirectories 
Shell :: how to setup .env file for docker 
Shell :: show git branch on terminal on mac 
Shell :: mover logs unraid 
Shell :: update composer 
Shell :: github ignore files 
Shell :: git status 
Shell :: git tag sort versions 
Shell :: gitlab login on terminal 
Shell :: kubectl apply 
Shell :: bash get create temporary 
Shell :: ubuntu bluetooth dongle not working 
Shell :: undo git stash with conflicts 
Shell :: how to run multiple npm scripts parallel 
Shell :: verbose stack Error: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` 
Shell :: git clone assigning a different local branch name 
Shell :: install sdl msys2 
Shell :: grep output to file 
Shell :: setup commandline vscode in mac 
Shell :: git init 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =