Thursday, October 3, 2013

removing a folder in ubuntu

In order to delete the folder from command line , if the floder is not being deleted we can use the following command on command line

sudo rm -r [FolderName]

for example

sudo rm -r ros

No comments:

Post a Comment