Search : in
By :

Bieng root user i cant delete a directory

Last answer on Jun 29, 2009 11:42:55 am BST priyanka, on May 22, 2009 8:26:15 am BST 
 Report this message to moderators

Hello,
I log in as root user in my server(linux) but i cant delete a directory although it has all the permissions which are required for a root user.so how can i delete this directory?And why is this happening?A user can do anything.

Configuration: Windows Vista
Firefox 3.0.10

Best answers for « bieng root user i cant delete a directory » in :
Warning: rmdir(..): Directory not empty Show Warning: rmdir(..): Directory not empty If you are attempting to delete a PHP file and that you get the error message: Warning: rmdir(..): Directory not emptyť. This might mean that the directory is not empty. To be able to...
Remove Directory Links from Favorites Show Remove Directory Links from favourites Hiding Links folder Permanently delete the Links folder Despite deleting the folder "Links" in favorites, this one is regenerated automatically when you restart the computer. There are two...
Deleting Rootkits Show Deleting Rootkits Definition of Rootkit Solution First method using Gmer Second method using MalwareBytes'Anti-Malware Other convenient software Definition of Rootkit A root is a malicious program that hides presence of harmful...
How to know who blocked/deleted you on MSN ShowHow to know who blocked/deleted you on MSN There are many websites that claim to be able to confirm if a contact on your list has blocked you or not. These so-called block checkers do this by detecting the public status of the user who...
How to restore deleted files ShowHow to restore deleted files Download a recovery tool There are easy and effective recovery tools available for download on the web and some have the major advantage of being free. Zero Assumption Recovery Download Link: http://www.z-a...
PhpMyAdmin - Access denied for user root@localhost ShowPhpMyAdmin - Access denied for user root@localhost To reset the rights of the root user Insert the host and password Beginners may face the problem of accessing MySql by the root user. This issue happens when the root requires you...
Download Directory Report ShowDirectory Report spreads the explorer capacities. Among the proposed functions, it can print directory contents while mentioning the file properties or EXE and DLL information, or WAV and MP3 file properties. Directory Report can also display the...
UNIX Commands ShowTable of the main UNIX commands Unix Commands Description Options ls lists the content of a directory -a Displays all files, including hidden files -I Displays a...
Directory ShowWhat is a directory? A directory (also known as a folder) is an IT element that can contain files. Imagine a large dresser containing drawers in which files or other drawers are stored. A directory can in fact contain: files other...

1

god09, on May 22, 2009 8:35:13 am BST

Did you login with the right user name and password?

Reply to god09

3

Simone99, on May 25, 2009 2:22:44 pm BST
  • +1

To remove a directory you have to simply use this command :
if the directory is empty use the command

rm ./directoryname

if the directory contain sub directories and not empty then use this command

rm -r directoyname

See here , there is a post with very usefull commands for Linux :
http://www.aspireoneuser.com/forum/viewtopic.php?f=67&t=9389

Reply to Simone99

4

 Chakal, on Jun 29, 2009 11:42:55 am BST

Thanks simone for the link

Reply to Chakal