F5F Stay Refreshed Software Operating Systems Unable to remove folders with rm command

Unable to remove folders with rm command

Unable to remove folders with rm command

R
RizenPlays
Junior Member
11
11-29-2016, 03:48 AM
#1
It seems the file system is a bit tricky. You might need to use a different command or check if the folder is locked. If you're unsure, try asking someone for help or looking up the exact error message.
R
RizenPlays
11-29-2016, 03:48 AM #1

It seems the file system is a bit tricky. You might need to use a different command or check if the folder is locked. If you're unsure, try asking someone for help or looking up the exact error message.

P
pidaresi
Junior Member
17
11-29-2016, 05:31 AM
#2
Identify the directory you wish to delete. Provide the path clearly, like rm -rf "/path/to/folder".
P
pidaresi
11-29-2016, 05:31 AM #2

Identify the directory you wish to delete. Provide the path clearly, like rm -rf "/path/to/folder".

P
pyrote
Senior Member
407
11-29-2016, 06:48 AM
#3
I attempted, but without the "", I'll try again tomorrow.
P
pyrote
11-29-2016, 06:48 AM #3

I attempted, but without the "", I'll try again tomorrow.

I
iTzPandaNuss
Member
144
11-29-2016, 09:21 PM
#4
You must either include quotes or use escape characters, like rm -rf Flipper@connerdev
I
iTzPandaNuss
11-29-2016, 09:21 PM #4

You must either include quotes or use escape characters, like rm -rf Flipper@connerdev

L
Lover_Girl
Member
197
11-30-2016, 01:14 AM
#5
Thanks a lot—it really did work. Taking it off solved the problem, and I’m amazed I could figure it out on my own.
L
Lover_Girl
11-30-2016, 01:14 AM #5

Thanks a lot—it really did work. Taking it off solved the problem, and I’m amazed I could figure it out on my own.

M
monsteredi
Junior Member
15
11-30-2016, 10:55 PM
#6
If you end up in the incorrect folder, it's hard to realize until it's too late. Of course, you should always verify your location, but after getting comfortable with the terminal, mistakes can happen. It's safer to start from the parent directory, type the initial letters, then press Tab for suggestions or checks. If the list doesn't match what you expect, you know you're in the wrong spot. Also, with a typo, accidental deletions are much less likely.
M
monsteredi
11-30-2016, 10:55 PM #6

If you end up in the incorrect folder, it's hard to realize until it's too late. Of course, you should always verify your location, but after getting comfortable with the terminal, mistakes can happen. It's safer to start from the parent directory, type the initial letters, then press Tab for suggestions or checks. If the list doesn't match what you expect, you know you're in the wrong spot. Also, with a typo, accidental deletions are much less likely.