/usr/share/help/ko/gnome-terminal/pref-custom-command.page is in gnome-terminal-data 3.22.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="pref-custom-command" xml:lang="ko">
<info>
<revision pkgversion="3.8" date="2013-03-02" status="candidate"/>
<revision pkgversion="3.12" date="2014-09-08" status="candidate"/>
<link type="guide" xref="index#preferences"/>
<link type="guide" xref="profile"/>
<link type="seealso" xref="gs-execute-commands"/>
<!-- <link type="seealso" xref="prob-add-to-path"/>-->
<credit type="author copyright">
<name>Sindhu S</name>
<email>sindhus@live.in</email>
<years>2013</years>
</credit>
<credit type="copyright editor">
<name>Ekaterina Gerasimova</name>
<email>kittykat3756@gmail.com</email>
<years>2013-2014</years>
</credit>
<credit type="copyright editor">
<name>Michael Hill</name>
<email>mdhillca@gmail.com</email>
<years>2013</years>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc><app>터미널</app>을 시작할 때 명령 또는 다른 셸을 실행하도록 설정합니다.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>조성호</mal:name>
<mal:email>shcho@gnome.org</mal:email>
<mal:years>2016.</mal:years>
</mal:credit>
</info>
<title>사용자 지정 명령 및 셸</title>
<p><em>셸</em>은 <em>명령</em>을 실행하는 운영체제 사용자에게 인터페이스를 제공하는 프로그램입니다. <app>top</app> 또는 명령행 셸이 될 수 있습니다. 기본 셸은 보통 <app>Bash</app> 입니다.</p>
<p>입력을 기다리는 대신 시작할 때 명령을 실행하도록 <app>터미널</app>을 설정할 수 있습니다:</p>
<steps>
<item>
<p><guiseq><gui style="menu">편집</gui><gui style="menuitem">프로파일 기본 설정</gui><gui style="tab">명령</gui></guiseq>을 선택하십시오.</p>
</item>
<item>
<p><gui>셸 대신에 사용자 지정 명령 실행</gui>을 표시하십시오.</p>
</item>
<item>
<p>텍스트 상자에 원하는 명령 또는 셸을 입력하십시오.</p>
<p>명령은 여러분이 입력한 그대로 지정 인자를 함께 터미널에 전달합니다. 터미널의 하위 프로세스라면 터미널에서 환경 변수 값을 물려받습니다.</p>
</item>
<item>
<p><app>터미널</app> 새 탭 또는 새 창을 열어 사용자 지정 셸 또는 멍령 실행 모습을 보십시오.</p>
</item>
</steps>
<p>명령 실행이 끝났을 때 터미널 <link xref="pref-custom-exit">동작을 설정</link> 할 수 있습니다.</p>
<note style="important">
<p>명령 또는 셸이 있는 디렉터리 값이 시스템의 <code>PATH</code> 변수에 없다면 명령 또는 셸에 전체 경로를 입력해야합니다.</p>
</note>
</page>
|