|
|
2013-07-23
, 06:34
|
|
Posts: 26 |
Thanked: 0 times |
Joined on Apr 2013
|
#1
|
|
|
2013-07-23
, 06:53
|
|
Posts: 26 |
Thanked: 0 times |
Joined on Apr 2013
|
#3
|
|
|
2013-07-23
, 08:13
|
|
|
Posts: 6,346 |
Thanked: 20,678 times |
Joined on Sep 2012
@ UK
|
#4
|
|
|
2013-07-23
, 17:07
|
|
Posts: 646 |
Thanked: 1,126 times |
Joined on Jul 2010
@ Espoo, Finland
|
#5
|
I think he meant he was trying to delete the file as root. That should work unless the file is still open by someone else.

~ $ touch /home/user/removeme ~ $ ls -al /home/user/removeme -rw-r--r-- 1 user users 0 Jul 23 20:00 /home/user/removeme ~ $ devel-su Password: BusyBox v1.20.0.git (MeeGo 3:1.20-0.2+0m8) built-in shell (ash) Enter 'help' for a list of built-in commands. ~ # rm /home/user/removeme rm: remove '/home/user/removeme'? y rm: can't remove '/home/user/removeme': Permission denied
|
|
2013-07-23
, 17:27
|
|
|
Posts: 642 |
Thanked: 516 times |
Joined on Apr 2012
@ Finland
|
#6
|
rm /home/user/movienam.e
|
|
2013-07-23
, 19:08
|
|
Posts: 23 |
Thanked: 23 times |
Joined on Jul 2012
|
#7
|
|
|
2013-07-23
, 19:36
|
|
Posts: 1,067 |
Thanked: 2,384 times |
Joined on Jan 2012
@ Finland
|
#8
|
| The Following User Says Thank You to rainisto For This Useful Post: | ||
|
|
2013-07-23
, 19:47
|
|
|
Posts: 6,431 |
Thanked: 12,683 times |
Joined on Nov 2011
@ Open Mobile Platform, Innopolis, Russia
|
#9
|
| The Following User Says Thank You to coderus For This Useful Post: | ||
|
|
2013-07-23
, 20:38
|
|
Posts: 23 |
Thanked: 23 times |
Joined on Jul 2012
|
#10
|