Related:
- Bieng root user i cant delete a directory
- Phpmyadmin access denied for user 'root'@'localhost' - Guide
- Delete my whatsapp account without app - Guide
- User information is error please input again - Google Chrome Forum
- King root - Download - Cleaning and optimization
- Game vault apk download android no root - Download - Online gaming and betting
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
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
god09
Posts
6
Registration date
Thursday February 21, 2008
Status
Member
Last seen
May 22, 2009
3
May 22, 2009 at 03:35 AM
May 22, 2009 at 03:35 AM
Did you login with the right user name and password?