Do you mean 5.00? Either way though yes 4.9531 is smaller than 5.00 or 500!
3GB is larger than 500MB. To put it in perspective, 1GB is equal to 1024MB, so 3GB equals 3072MB. Therefore, 3072MB is significantly greater than 500MB.
5gb stands for 5 gigabyte or 5 billion bytes and 500mb stands for 500 megabytes or 500 million bytes so 5gb is bigger than 500mb.
It means that you have 500mb at anytime on any network.
500mb equals 500000 Kb 1 Mb= 1000Kb
Usually more than half a gigabyte (500mb)
No 1 Gb larger than 200 mb.
because it is checking the files for consistency
bits1048576bytes131072kilobits1024kilobytes128megabits1megabytes0.125gigabits0.0009765625gigabytes0.0001220703125
500mb
It can refer to how much internet you have access to.
not quite sure :S
Type cd / to get to the root directory, get to your home directory, or get to the directory you wish to search from and type the below command.find . -size +500000 -printThis command would search for anything that's larger than 500MB. This value can be adjusted to a smaller value if no files are found that are this large.