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
Explain the requirements of information system life cycle?
UNIX OS shell: A shell is an interactive user interface to operating system services which permits a user to enter commands as character strings or via a graphical user interface. The shell transforms them to system calls the OS or forks off a process
Explain the term bio-ethics.
How did Andrew Johnson's impeachment end?
Black-Box Testing: Black-box testing assumes an external perspective of the system under test (SUT). It uses concrete input test data to obtain results from the SUT, which are then checked against some oracle. Usually, the oracle uses functional prope
Normal 0 false false
What are the Characteristics of Electronic Communications? Explain briefly.
Normal 0
18,76,764
1959859 Asked
3,689
Active Tutors
1430882
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!