Linux Basics (ii)

Source: Internet
Author: User

1. Please answer, 32-and 64-bit what is the difference? When to install 32-bit, and when to install 64-bit operating system? How do I see whether the system is 32-bit or 64-bit?
32-bit or 64-bit refers to the CPU's ability to process data once,the64bit CPU has greater addressing capacity, supports up to 16GB of memory, and 32bit only supports 4G memory. 64 bits should be installed when memory is greater than 4G, otherwise it will be more suitable for 32 bits. Using Commands getconf Long_bit, return 32 is 32 bits, return 64 is 64 bit.


2. What is the role of the swap partition? How do I determine the size of a swap partition?
swap partitions are similar to virtual memory under windows and are used to store data in memory on a virtual piece of space on a hard disk. The swap partition size is typically set to twice times the memory capacity, but the maximum should not exceed 8G.


3. Amin in the tutorial, teach you how to divide the universal partition?
The /boot partition 100M,SWAP partition is twice times the memory capacity and the remaining capacity is allocated to the/root directory.


4. After the system is installed, try the cloning of the VMware virtual machine.


5. Check the information to understand the concept of grub, a brief description.
GNU Grub (GRand Unified bootloader abbreviated as "GRUB") is aGNUthe number of projectsOperating SystemStart the program. Grub is the implementation of the multi-boot specification, which allows the user toComputerwithin the same time with multipleOperating System, and select the operating system you want to run when the computer starts. Grub can be used to selectOperating Systemdifferent on the partitionKernel, which can also be used toKernelPass the startup parameters.


6. How much do you know about time zones? What time zone are we using in China?
time zone is the same time definition used for the region on Earth. In China we use the East 8 area.

Linux Basics (ii)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.