Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. $ cat /proc/swaps
  2. Filename Type Size Used Priority
  3. /swapfile file 2097148 0 -2
  4.  
  5. $ sudo swapon /dev/sdb5
  6.  
  7. $ cat /proc/swaps
  8. Filename Type Size Used Priority
  9. /swapfile file 2097148 0 -2
  10. /dev/sdb5 partition 16831484 0 -3
  11.  
  12. $ sudo swapoff /swapfile
  13.  
  14. $ cat /proc/swaps
  15. Filename Type Size Used Priority
  16. /dev/sdb5 partition 16831484 0 -2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement