]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
In example, change dd count size and also chmod so others can't read swap.
authorreed <reed@NetBSD.org>
Sat, 22 Mar 2008 14:39:57 +0000 (14:39 +0000)
committerreed <reed@NetBSD.org>
Sat, 22 Mar 2008 14:39:57 +0000 (14:39 +0000)
fortune/datfiles/netbsd-tips

index 9e58dde83e8fca63bd327b02cddd30ae388b87d5..0c69be03152c0bb0ad63261b7bc64f2bb0123f23 100644 (file)
@@ -44,7 +44,8 @@ And then run:
 The following shows an example of temporarily adding 10MB more swap
 space for virtual memory:
 
 The following shows an example of temporarily adding 10MB more swap
 space for virtual memory:
 
- dd if=/dev/zero of=/root/swapfile bs=1024 count=10000
+ dd if=/dev/zero of=/root/swapfile bs=1024 count=10240
+ chmod go= /root/swapfile
  swapctl -a /root/swapfile
 %
 If your console ever gets broken, you can try resetting it to its
  swapctl -a /root/swapfile
 %
 If your console ever gets broken, you can try resetting it to its