Which of the following commands can be used to create and activate a swap partition on a Linux system? (Each answer represents part of the whole.)
A. makeswap /dev/sda6
B. mkswap /dev/sda6
C. mkeswap /dev/sda6
D. mke2swap /dev/sda6
E. mke2swap -on /dev/sda6
F. mkswap -on /dev/sda6
G. swapon /dev/sda6
Ans:
B. mkswap /dev/sda6
G. swapon /dev/sda6
You might also like to view...
List courses and their description whose prerequisites are taught by Nina Schorin.
What will be an ideal response?
Why is the mesh topology barely used in any network system?
What will be an ideal response?
A(n) ________ is a predefined computation that performs complicated calculations
Fill in the blank(s) with correct word
Which of the following is not a benefit of using modules when developing a program?
a. They make programs easier to debug. b. They make program development faster. c. Programs which contain modules always run faster than programs without modules. d. Module code can be reused.