Related:
- Bieng root user i cant delete a directory
- Kingo root pc - Download - Customization
- Gmail login different user - Guide
- T mobile add authorized user - Guide
- Should i delete my tiktok account - TikTok Forum
- Delete skype account - Guide
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 21 February 2008
Status
Member
Last seen
22 May 2009
3
22 May 2009 à 03:35
22 May 2009 à 03:35
Did you login with the right user name and password?