Create swap partition after OS installation
How to make swap partition after OS installation?
Expert
swap can be made in two ways after the installation,
1. fdisk command
2. create a swap file by using dd command
after creating swap file or file system
#mkswap /dev/sda10
#swapon /dev/sda10
#swapon -s #To see the swap devices
by using dd command
#dd if=/dev/zero of=/swap bs=1024 count=1
Which will creates the file size 1024(1GB).
#mkswap /swap
#swapon /swap
#swapon -s #to see the swap devices
Normal 0 false false
Explain the term KSA (Knowlede Sense Ability) in Information System ?
State the things that will make you sick whenever eaten.
Architecture and design: Architecture: Describe multi-layer design to implement a difficult business solution and illustrates how each layer interacts with each other efficiently. Indicate
Property Preservation: To use abstraction to show that a property holds on a concrete program, any abstractions must be property preserving. Property preservation enables you to take the results of checking the property on the abstracted program and t
CDs and DVDs: Customized CDs and DVDs for induction or training purposes of employees could be used. Typically, when new recruits joins, to familiarize them with the workplace, organizational culture and most importantly their job duties, organization
18,76,764
1940696 Asked
3,689
Active Tutors
1427894
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!