"리눅스 공유메모리 세그먼트 확인"의 두 판 사이의 차이

24번째 줄: 24번째 줄:
==같이 보기==
==같이 보기==
*[[ipcs]]
*[[ipcs]]
*[[세그먼트]]


[[분류: 리눅스]]
[[분류: 리눅스]]

2013년 10월 13일 (일) 02:29 판

Shared Memory Segments in Linux
리눅스 공유메모리 세그먼트 확인

1 방법

명령어
ipcs -m
실행예시
[root@jmnote ~]# ipcs -m

------ Shared Memory Segments --------
key        shmid      owner      perms      bytes      nattch     status      
0x74063831 65536      root      600        4          0                       
0x00000000 425985     root      644        52         2                       
0x00000000 458754     root      644        16384      2                       
0x00000000 491523     root      644        268        2                       
0x004d01b8 524292     testuser  777        16214745   0                       
0x004d0187 557061     testuser  777        44         0

2 같이 보기

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