"리눅스 swapon"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-source +syntaxhighlight))
 
(사용자 2명의 중간 판 8개는 보이지 않습니다)
4번째 줄: 4번째 줄:


==실행예시==
==실행예시==
<source lang='cli'>
<syntaxhighlight lang='console'>
[root@jmnote ~]# swapon
[root@zetawiki ~]# swapon
NAME      TYPE      SIZE USED PRIO
NAME      TYPE      SIZE USED PRIO
/dev/dm-0 partition  2G  0B  -1
/dev/dm-0 partition  2G  0B  -1
</source>
</syntaxhighlight>
<source lang='cli'>
<syntaxhighlight lang='console'>
[root@jmnote ~]# fdisk -l | grep swap -A3
[root@zetawiki ~]# fdisk -l | grep swap -A3
Disk /dev/mapper/centos-swap: 2181 MB, 2181038080 bytes, 4259840 sectors
Disk /dev/mapper/centos-swap: 2181 MB, 2181038080 bytes, 4259840 sectors
Units = sectors of 1 * 512 = 512 bytes
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
</source>
</syntaxhighlight>
<source lang='cli'>
<syntaxhighlight lang='console'>
[root@jmnote ~]# free -m | grep Swap
[root@zetawiki ~]# free -m | grep Swap
Swap:        2079          0      2079
Swap:        2079          0      2079
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==
*[[swapon -s]]
*[[리눅스 스왑 파일 생성]]
*[[리눅스 mkswap]]
*[[리눅스 mkswap]]
*[[리눅스 fdisk]]
*[[리눅스 fdisk]]
27번째 줄: 29번째 줄:
*[[/etc/fstab]]
*[[/etc/fstab]]


==참고 자료==
==참고==
*https://wiki.archlinux.org/index.php/swap
*https://wiki.archlinux.org/index.php/swap


[[분류: /usr/sbin]]
[[분류: /usr/sbin]]
[[분류: 스왑 공간]]

2020년 11월 2일 (월) 00:56 기준 최신판

리눅스 swapon
/usr/sbin/swapon

1 실행예시[ | ]

[root@zetawiki ~]# swapon
NAME      TYPE      SIZE USED PRIO
/dev/dm-0 partition   2G   0B   -1
[root@zetawiki ~]# fdisk -l | grep swap -A3
Disk /dev/mapper/centos-swap: 2181 MB, 2181038080 bytes, 4259840 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
[root@zetawiki ~]# free -m | grep Swap
Swap:         2079          0       2079

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}