6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
fallocate -l 2G /swap2file
|
|
chmod 600 /swap2file
|
|
mkswap /swap2file
|
|
swapon /swap2file
|
|
|