Removing a Directory and Its Files
RegisterLogin
Removing a Directory and Its Files
Post Description: Removing a Directory and Its Files
Tags: Removing, a, Directory, and, Its, Files
This Post Was Posted On Feb 29, 2008 By pinguin #1094
Post Description: Removing a Directory and Its Files
Tags: Removing, a, Directory, and, Its, Files
This Post Was Posted On Feb 29, 2008 By pinguin #1094
Removing a Directory and Its Files by pinguin
I want to remove a folder from my server I am leasing through your dedicated server service. What command should I use?
this is an update to my post here, i found this post helpful:
http://www.wallpaperama.com/disp-post23.html
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
pinguin
#1430 1
If you are getting this eror, follow the instruction in this post and you should be able to delete it:
http://www.webune.com/forums/fix-error-rmdir-html-directory-not-empty-t80.html
http://www.webune.com/forums/fix-error-rmdir-html-directory-not-empty-t80.html
Jul 30, 2006 Reply Report abuse
pinguin
#1429 2
I tried what you told me but i get this error when i followed your instructions:
rmdir: `html': Directory not empty
rmdir: `html': Directory not empty
Jul 30, 2006 Reply Report abuse
pinguin
#1428 3
Folders are for windows-
Linux folders are called "Directories" -
To remove a directory, send this command on you SSH session:
Code:
/path/to/directory/name is the full path to where the directory is at that you want to delete.
Example: I wan to delete the forums directory and the forums directory is at /var/www/html/forums i would have to do this:
move to the html directory
Code:
Then delete the forums directory
Code:
DONE
Linux folders are called "Directories" -
To remove a directory, send this command on you SSH session:
Code:
rmdir /path/to/directory/name
/path/to/directory/name is the full path to where the directory is at that you want to delete.
Example: I wan to delete the forums directory and the forums directory is at /var/www/html/forums i would have to do this:
move to the html directory
Code:
cd /var/www/html
Then delete the forums directory
Code:
rmdir forums
DONE
Jul 30, 2006 Reply Report abuse
Leave Your Comments...
©2011 Webune Forums - Wed Dec 21, 2011 9:42 am
Powered by: Webune Forums V3
Powered by: Webune Forums V3