View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#3022
Aaaa, if this is not a folder, for creating we need this command:
Code:
dd if=/dev/zero of=/home/user/MyDocs/.swap0 bs=1024 count=2097152
and after this we need: mkswap /home/user/MyDocs/.swap0

What the last command ?