Search Results

Search: Posts Made By: Fingerz
Forum: Programming 10-26-2012
2,390
Posted By Don Cragun
When you are performing operations on two...
When you are performing operations on two integers, the result is an integer. So with:
int miles, yards;
float kilometers;
float kilometers2;
miles = 26;
yards = 385;
kilometers = 1.609 *...
Forum: Programming 10-25-2012
1,346
Posted By jim mcnamara
Some applications and UNIX code follow the...
Some applications and UNIX code follow the sysexits protocol

For example see:
sysexits(3) - preferable exit codes for programs (http://www.gsp.com/cgi-bin/man.cgi?section=3&topic=sysexits)
Forum: Red Hat 10-02-2012
3,590
Posted By Corona688
Not really. Swap in UNIX is equivalent to the...
Not really. Swap in UNIX is equivalent to the pagefile in Windows. My own root partition is one gigabyte, and 34% used. But my /usr/ partition is 10 gigabytes, 50% used.

How much you need...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 05:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy