Thread
:
7zip not working
View Single Post
Joorin
2010-07-10 , 14:08
Posts: 726 | Thanked: 345 times | Joined on Apr 2010 @ Sweden
#
4
Use the file command to find out what kind of files you're going to investigate:
Code:
file /usr/bin/7z
If it's identified as a text file or shell script, look in it with
Code:
cat /usr/bin/7z
Now you 'll see what it does. Now have a look at /usr/lib/p7zip/7z in the same way.
Quote & Reply
|
Joorin
View Public Profile
Send a private message to Joorin
Find all posts by Joorin