Bieng root user i cant delete a directory

Closed
priyanka - May 22, 2009 at 03:26 AM
 Chakal - Jun 29, 2009 at 06:42 AM
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.
Related:

3 responses

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
1
Thanks simone for the link
0
god09 Posts 6 Registration date Thursday February 21, 2008 Status Member Last seen May 22, 2009 3
May 22, 2009 at 03:35 AM
Did you login with the right user name and password?
-1