DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2007-11-02 19:43:40

alexz
Member
Registered: 2007-07-20
Posts: 6

To remove folder (mldmonkey and fun_plug.d.old)

Hello! I have created some folders that I do not want to have left on my DNS-323. They are under my /HD_a2/ so it is not that hard to do it through telnet, I thought.

I logged on in telnet and used rm -rf <folder>.

It returned that I did not have any permission. So I tried:

sudo rm -rf <folder>

That did not either work. Do you have any ideas?
Thank you.

Offline

 

#2 2007-11-03 01:50:38

marca
Member
Registered: 2007-10-13
Posts: 64

Re: To remove folder (mldmonkey and fun_plug.d.old)

chmod -R 777 <folder>

Offline

 

#3 2007-11-03 21:15:43

alexz
Member
Registered: 2007-07-20
Posts: 6

Re: To remove folder (mldmonkey and fun_plug.d.old)

~/HD_a2 $ chmod -R 777 fun_plug.d.old
chmod: fun_plug.d.old: Operation not permitted
chmod: fun_plug.d.old: Operation not permitted

Offline

 

#4 2007-11-03 21:27:52

fonz
Member / Developer
From: Berlin
Registered: 2007-02-06
Posts: 1716
Website

Re: To remove folder (mldmonkey and fun_plug.d.old)

You need to be root. ls -l will show you that funplug files are owned by root, so only root can remove them.

Offline

 

#5 2007-11-03 21:42:43

alexz
Member
Registered: 2007-07-20
Posts: 6

Re: To remove folder (mldmonkey and fun_plug.d.old)

fonz wrote:

You need to be root. ls -l will show you that funplug files are owned by root, so only root can remove them.

I have tried to log in with admin and a user that have the root privilege. Is it anything I have not thought of?

Offline

 

#6 2007-11-03 23:19:35

krid
Member
Registered: 2007-10-27
Posts: 19

Re: To remove folder (mldmonkey and fun_plug.d.old)

Try "whoami" to find out who you are according to the DNS-323. Or maybe you don't have write priviliges. Try "chown -R root.root <folder>". But this will only work if you are root.

Offline

 

#7 2007-11-04 23:47:57

alexz
Member
Registered: 2007-07-20
Posts: 6

Re: To remove folder (mldmonkey and fun_plug.d.old)

Thanks krid for his help. I had som identity problem. smile

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB