“Удалить папку в Linux” Ответ

Ubuntu удалить каталог

rm -R folder-name
Cooperative Capybara

Linux удалить папку и все его контент

rm -rf /path/to/directory/*
Gentle Gibbon

команда Linux, чтобы удалить DIR

rm -rf directoryname
Old-fashioned Otter

удалить каталог из Linux

rm -r filename

rm -rf filename

this command remove the directory and subdirectory forecefully
Mr. Samy

Как удалить каталог в UNIX

rmdir directoryname  	// This is will delete an empty directory. 

rmdir -r directoryname 	// This is will delete everything in the directory
						// including all files and subdirectories. 
Agreeable Aardvark

Удалить папку в Linux

rm -r -f folderName
SECRET MYSTERY

Ответы похожие на “Удалить папку в Linux”

Вопросы похожие на “Удалить папку в Linux”

Больше похожих ответов на “Удалить папку в Linux” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования