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 term Generalized Symbolic Execution?
Normal 0 false false
Give a brief explanation of inharmonious ecological interaction.
What are you able to do that promotes, or would promote, peace in a personal or health crisis? How willing are you to use this skill? What would make you more willing to do this?
Starvation: It is a resource management problem in which a process does not get the resources it requires for a long time since the resources are being assigned to other processes.
Property Specification in Java PathFinder: In Java PathFinder, properties are specified in Java. JPF can check a number of properties out of the box: No Deadlocks No Assertion Violation No Uncaught Exceptions (i.e.,
Greedy Best-First Search: It uses a heuristic that attempts to predict how close the end of a path is to the goal state, so that paths which are judged to be closer to the state are explored first.
Explain the benefits commensalism offer to the species.
How does the vegetal stratification of an ecosystem influence the biological diversity?
18,76,764
1930951 Asked
3,689
Active Tutors
1461338
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!