SUN
310-202 · Question #142
Assuming the directory /swapdir exists, what is the result of executing the following command? # mkfile 100m /swapdir/file1
The correct answer is A. A 100 megabyte swap file named /swapdir/file1 is created. See the full explanation below for the reasoning.
Question
Assuming the directory /swapdir exists, what is the result of executing the following command? # mkfile 100m /swapdir/file1
Options
- AA 100 megabyte swap file named /swapdir/file1 is created.
- BA 100 megabyte swap file named /swapdir/file1 is added to the existing swap space.
- CThe size of the existing swap partition is increased by 100 megabyte using a file named /swapdir/file1.
- DThis command fails, because swap space can be created only during the initial installation of the operating
How the community answered
(42 responses)- A71% (30)
- B7% (3)
- C5% (2)
- D17% (7)
Community Discussion
No community discussion yet for this question.