View Single Post
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.