Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
06-01-2012, 11:19 AM
|
#1
|
LQ Newbie
Registered: Jun 2012
Location: Netherlands
Distribution: Mint, Debian and Ubuntu are my favorites
Posts: 7
Rep:
|
Undeletable directory
Hello. I have accidentally created a directory named "--arch=i386" and now I am unable to delete it.
How to delete such directory?
Linux-Mint ~ # ls
--arch=i386 -arch=i386
Linux-Mint ~ # rm --arch=i386
rm: unrecognized option '--arch=i386'
Try `rm ./'--arch=i386'' to remove the file `--arch=i386'.
Try `rm --help' for more information.
Linux-Mint ~ # rm "--arch=i386" -fr
rm: unrecognized option '--arch=i386'
Try `rm ./'--arch=i386'' to remove the file `--arch=i386'.
Try `rm --help' for more information.
Linux-Mint ~ #
|
|
|
06-01-2012, 11:21 AM
|
#2
|
LQ Newbie
Registered: Jun 2012
Location: Netherlands
Distribution: Mint, Debian and Ubuntu are my favorites
Posts: 7
Original Poster
Rep:
|
o yea.
rm ./'--arch=i386' gives me
rm: cannot remove `./--arch=i386': Is a directory
|
|
|
06-01-2012, 11:27 AM
|
#3
|
Member
Registered: Jun 2012
Location: Missouri, USA
Posts: 236
Rep:
|
Try to remove it by passing '--' to 'rm'. Something like:
Code:
rm -rf -- --arch\=i386/
assuming you're within the directory where it resides.
Last edited by rosehosting.com; 06-01-2012 at 11:28 AM.
|
|
|
06-01-2012, 11:29 AM
|
#4
|
Member
Registered: Feb 2010
Location: Georgia
Distribution: Slackware64 14.2
Posts: 779
Rep:
|
With the rm command, you need to pass the -r option to delete a directory.
Alternatively, you could use rmdir which is an rm for directories.
|
|
|
06-01-2012, 11:38 AM
|
#5
|
LQ Newbie
Registered: Jun 2012
Location: Netherlands
Distribution: Mint, Debian and Ubuntu are my favorites
Posts: 7
Original Poster
Rep:
|
Quote:
Originally Posted by Cultist
With the rm command, you need to pass the -r option to delete a directory.
Alternatively, you could use rmdir which is an rm for directories.
|
rm ./'--arch=i386' -fr worked for me. Sorry for asking stupid questions :-)
|
|
|
06-01-2012, 11:50 AM
|
#6
|
Moderator
Registered: May 2001
Posts: 29,415
|
It's not a stupid question. Not asking, that's stupid.
|
|
|
All times are GMT -5. The time now is 05:57 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|