|
|
2009-03-06
, 05:15
|
|
Posts: 106 |
Thanked: 26 times |
Joined on Aug 2008
|
#2
|
linux is so frustrating. after many hours of trying to figure this out, i'm posting this. any help is much appreciated.
1) i accidentally downloaded something into the .root folder. i'm not able to delete the file using "rm filename" and yes, i am logged in as root.
2) i can't extract a tar that i downloaded. i'm in the correct directory. when i do "tar zxvf filename.tar.gz" it says there is no such file or directory. but that is wrong because if i do "ls" it is listed.
| The Following User Says Thank You to bigr3dd0g For This Useful Post: | ||
|
|
2009-03-06
, 05:33
|
|
Posts: 106 |
Thanked: 26 times |
Joined on Aug 2008
|
#4
|
Also be sure to be careful since UPPERcase and lowercase matter. Also, what does it say when you try to delete the file?
|
|
2009-03-06
, 06:00
|
|
Posts: 9 |
Thanked: 2 times |
Joined on Mar 2009
@ California
|
#5
|
i was missing a period in the file name in both cases. but i didn't know that i needed the dash in "tar -zxvf" though. i am following the directions here for hamachi and i guess he left it out: http://www.internettablettalk.com/fo...ad.php?t=17955
|
|
2009-03-06
, 06:02
|
|
|
Posts: 643 |
Thanked: 628 times |
Joined on Mar 2007
@ Seattle (or thereabouts)
|
#6
|
| The Following User Says Thank You to Johnx For This Useful Post: | ||
|
|
2009-03-06
, 09:20
|
|
Posts: 106 |
Thanked: 26 times |
Joined on Aug 2008
|
#7
|
|
|
2009-03-06
, 11:57
|
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#8
|

| The Following 2 Users Say Thank You to pycage For This Useful Post: | ||
|
|
2009-03-06
, 13:48
|
|
|
Posts: 2,121 |
Thanked: 1,540 times |
Joined on Mar 2008
@ Oxford, UK
|
#9
|
1) i accidentally downloaded something into the .root folder. i'm not able to delete the file using "rm filename" and yes, i am logged in as root.
2) i can't extract a tar that i downloaded. i'm in the correct directory. when i do "tar zxvf filename.tar.gz" it says there is no such file or directory. but that is wrong because if i do "ls" it is listed.