Thread
:
Deleting Folders
View Single Post
#
2
(
permalink
)
December 18th, 2002
RabidPenguin
Disciple
Join Date: October 3rd, 2002
Posts: 13
To delete a folder in Linux execute the following command
rm -rf /path/to/folder/folder_name
. If the folder is not in your home directory you will need to be root to delete it.
RabidPenguin
View Public Profile
Find all posts by RabidPenguin