# Korean translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # ASPLINUX , 2000. msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" "POT-Creation-Date: 2024-06-01 06:02+0200\n" "PO-Revision-Date: 2000-07-29 08:57+0900\n" "Last-Translator: ASPLINUX \n" "Language-Team: Korean \n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "mem" msgstr "mem" #. type: TH #: archlinux debian-unstable opensuse-tumbleweed #, no-wrap msgid "2024-05-02" msgstr "2024년 5월 2일" #. type: TH #: archlinux debian-unstable #, fuzzy, no-wrap #| msgid "Linux man-pages 6.03" msgid "Linux man-pages 6.8" msgstr "Linux man-pages 6.03" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "이름" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "mem, kmem, port - system memory, kernel memory and system ports" msgstr "mem, kmem, port - 시스템메모리, 커널메모리와 시스템포트." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "DESCRIPTION" msgstr "설명" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy msgid "" "I is a character device file that is an image of the main memory " "of the computer. It may be used, for example, to examine (and even patch) " "the system." msgstr "" "B은 컴퓨터 메인메모리의 이미지인 문자장치 파일이며, 시스템검사에 쓰인" "다. mem의 바이트주소는 물리적인 메모리주소로 해석된다." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Byte addresses in I are interpreted as physical memory addresses. " "References to nonexistent locations cause errors to be returned." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Examining and patching is likely to lead to unexpected results when read-" "only or write-only bits are present." msgstr "" "검사와 패칭은 read-only나 write-only비트가 주어졌을때, 예기치 못한 결과를 낳" "을 수 있다." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Since Linux 2.6.26, and depending on the architecture, the " "B kernel configuration option limits the areas which " "can be accessed through this file. For example: on x86, RAM access is not " "allowed but accessing memory-mapped PCI regions is." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "It is typically created by:" msgstr "다음에 의해 생성된다:" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "mknod -m 660 /dev/mem c 1 1\n" "chown root:kmem /dev/mem\n" msgstr "" "mknod -m 660 /dev/mem c 1 1\n" "chown root:kmem /dev/mem\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "The file kmem is the same as mem, except that the kernel virtual memory " #| "rather than physical memory is accessed." msgid "" "The file I is the same as I, except that the kernel " "virtual memory rather than physical memory is accessed. Since Linux 2.6.26, " "this file is available only if the B kernel configuration " "option is enabled." msgstr "" "kmem파일은 물리적 메모리보다는 커널 가상메모리가 액세스되는 것을 제외하고는 " "mem파일과 같다." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "mknod -m 640 /dev/kmem c 1 2\n" "chown root:kmem /dev/kmem\n" msgstr "" "mknod -m 640 /dev/kmem c 1 2\n" "chown root:kmem /dev/kmem\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I is similar to I, but the I/O ports are accessed." msgstr "I는 I/O포트가 액세스되는 걸 제외하고는 I과 같다." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "mknod -m 660 /dev/port c 1 4\n" "chown root:kmem /dev/port\n" msgstr "" "mknod -m 660 /dev/port c 1 4\n" "chown root:kmem /dev/port\n" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "FILES" msgstr "파일" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I" msgstr "I" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I" msgstr "I" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I" msgstr "I" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "SEE ALSO" msgstr "추가 참조" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B(1), B(1), B(2)" msgstr "B(1), B(1), B(2)" #. type: TH #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "2022-10-30" msgstr "2022년 10월 30일" #. type: TH #: debian-bookworm #, no-wrap msgid "Linux man-pages 6.03" msgstr "Linux man-pages 6.03" #. type: TH #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "2023-10-31" msgstr "2023년 10월 31일" #. type: TH #: fedora-40 mageia-cauldron #, fuzzy, no-wrap #| msgid "Linux man-pages 6.03" msgid "Linux man-pages 6.06" msgstr "Linux man-pages 6.03" #. type: TH #: fedora-rawhide #, fuzzy, no-wrap #| msgid "Linux man-pages 6.03" msgid "Linux man-pages 6.7" msgstr "Linux man-pages 6.03" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "Linux man-pages 6.04" msgstr "Linux man-pages 6.04" #. type: TH #: opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "Linux man-pages 6.03" msgid "Linux man-pages (unreleased)" msgstr "Linux man-pages 6.03"