Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
File types & SOS
Name: m_pahlevanzadeh Date: March 23, 2003 at 15:23:06 Pacific OS: redhat CPU/Ram: 233/128
Comment:
Hi dears.I have redhat 7.3. & i have a file with .bin extenssion.But i don't know that how i install it on redhat. Please guide me... --Best regards
The ".bin" needs to made executable to run it. To do this use this command: chmod +x yourbinfile.bin
To run it type: ./yourbinfile.bin
It probably will create a directory and unpack a bunch of files into it.Change to that directory using the cd command. Look for a readme or install file. Open any files like that with an editor and read them. They will give instructions on how to continue with the installation.
Summary: Can anybody tell me what are the meanings of Blue,Green,White & any other file types of Red Hat Linux.I am a beginer in Linux.Please help me. ...
Summary: Does anyone know what file type is igz. I believe it is an image type from a floppy for example. The Ultimate Boot CD uses them and I can't find anywhere how or what creates these file types. I am mo...
Summary: Hi, there. I need to post up a problem here about the tar.gz. file type i faced.I having problem installing these kind of file after i extracted it using the gunzip and tar -xf command. After changing...