[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: how to run a file



On Tue, 09 Oct 2001 02:25:12 -0500 "Ian Truelsen" <linux35 hotmail com>
imparted to us:
> I just downloaded Star Office and the file has a .bin extension. How
> do I 
> unpack/run this file?

Just cd to where it is and type:

./*.bin

If it give you an error about permissions tyr again but first type:

chmod +x *.bin

You'll need to be root to set it up system wide, not so for individual
user. Also, you might want to move it to en empty directory before doing
anything because I _think_ the bin file unpacks to one or more files and
having it in another directory by itself makes it easy to work with and
delete the leftover files if needed/

-- 
We put the "k" in "kwality"





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]