Browsing Korean translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Korean guidelines.
110 of 551 results
1.
%s [options]

COMMANDS:
-h, --help Show this help
--version Show version
--dump-conf Dump default configuration
--dump-modules Dump list of available modules
--dump-resample-methods Dump available resample methods
--cleanup-shm Cleanup stale shared memory segments
--start Start the daemon if it is not running
-k --kill Kill a running daemon
--check Check for a running daemon (only returns exit code)

OPTIONS:
--system[=BOOL] Run as system-wide instance
-D, --daemonize[=BOOL] Daemonize after startup
--fail[=BOOL] Quit when startup fails
--high-priority[=BOOL] Try to set high nice level
(only available as root, when SUID or
with elevated RLIMIT_NICE)
--realtime[=BOOL] Try to enable realtime scheduling
(only available as root, when SUID or
with elevated RLIMIT_RTPRIO)
--disallow-module-loading[=BOOL] Disallow user requested module
loading/unloading after startup
--disallow-exit[=BOOL] Disallow user requested exit
--exit-idle-time=SECS Terminate the daemon when idle and this
time passed
--scache-idle-time=SECS Unload autoloaded samples when idle and
this time passed
--log-level[=LEVEL] Increase or set verbosity level
-v --verbose Increase the verbosity level
--log-target={auto,syslog,stderr,file:PATH,newfile:PATH}
Specify the log target
--log-meta[=BOOL] Include code location in log messages
--log-time[=BOOL] Include timestamps in log messages
--log-backtrace=FRAMES Include a backtrace in log messages
-p, --dl-search-path=PATH Set the search path for dynamic shared
objects (plugins)
--resample-method=METHOD Use the specified resampling method
(See --dump-resample-methods for
possible values)
--use-pid-file[=BOOL] Create a PID file
--no-cpu-limit[=BOOL] Do not install CPU load limiter on
platforms that support it.
--disable-shm[=BOOL] Disable shared memory support.
--enable-memfd[=BOOL] Enable memfd shared memory support.

STARTUP SCRIPT:
-L, --load="MODULE ARGUMENTS" Load the specified plugin module with
the specified argument
-F, --file=FILENAME Run the specified script
-C Open a command line on the running TTY
after startup

-n Don't load default script file
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
%s [options]

명령:
-h, --help 도움말을 표시
--version 버전을 표시
--dump-conf 기본 구성을 덤프
--dump-modules 사용 가능한 모듈의 목록을 덤프
--dump-resample-methods 사용 가능한 재표본 방식으로 덤프
--cleanup-shm 오래된 공유 메모리 세그멘트 정리
--start 만약 실행되지 않았으면 데몬을 시작
-k --kill 실행 중인 데몬을 제거
--check 동작 중인 데몬을 위한 점검 (종료 코드만 반환)

OPTIONS:
--system[=BOOL] 시스템-전반의 인스턴스로 실행
-D, --daemonize[=BOOL] 시작 후에 데몬화
--fail[=BOOL] 시작이 실패 할 때에 종료
--high-priority[=BOOL] 높은 수준으로 설정을 시도
(root로만 사용 가능, SUID 또는
높은 RLIMIT_NICE일 때에)
--realtime[=BOOL] Try to enable realtime scheduling
(root로만 사용 가능, SUID 또는
높은 RLIMIT_RTPRIO일 때에)
--disallow-module-loading[=BOOL] 시작 후 사용자가 요청 모듈을
적재/적재하지 않는 부분을 허용하지 않음
--disallow-exit[=BOOL] 사용자가 요청한 종료를 허용하지 않음
--exit-idle-time=SECS 유휴 상태이고 시간이 경과하면
데몬을 종료함
--scache-idle-time=SECS 유휴 상태이고 시간이 경과하면
자동 적재된 표뵨을 내려 놓음
--log-level[=LEVEL] 자세한 표시 수준을 높이거나 설정
-v --verbose 자세한 표시 수준을 높임
--log-target={auto,syslog,stderr,file:PATH,newfile:PATH}
기록 대상을 지정
--log-meta[=BOOL] 로그 메시지에서 코드 위치를 포함
--log-time[=BOOL] 로그 메시지에서 시간표기를 포함
--log-backtrace=FRAMES 로그 메시지에서 역추적을 포함
-p, --dl-search-path=PATH 동적 공유 객체(플러그인)을 위한
검색 경로를 설정
--resample-method=METHOD 지정한 재표본 방식을 사용
(사용 가능한 값을 위해 --dump-resample-methods을
참조)
--use-pid-file[=BOOL] PID 파일을 생성
--no-cpu-limit[=BOOL] 이를 지원하는 CPU 적재 제한기를
설치하지 않음.
--disable-shm[=BOOL] 공유 메모리 지원을 비활성화.
--enable-memfd[=BOOL] memfd 공유 메모리 지원을 활성화.

스크립트 시작:
-L, --load="MODULE ARGUMENTS" 지정된 인수와 함께 지정된 플러그인
모듈을 적재
-F, --file=FILENAME 지정된 스크립트를 실행
-C 시작 후에 동작 중인 TTY에서
명령 줄을 엽니다

-n 기본 스크립트 파일을 적재하지 않음
Translated by simmon
Located in src/daemon/cmdline.c:113
2.
--daemonize expects boolean argument
--daemonize 에는 부울 인수가 필요합니다
Translated by simmon
Located in src/daemon/cmdline.c:246
3.
--fail expects boolean argument
--fail 에는 부울 인수가 필요합니다
Translated by simmon
Located in src/daemon/cmdline.c:254
4.
--log-level expects log level argument (either numeric in range 0..4 or one of debug, info, notice, warn, error).
--log-level은 로그 수준 논의가 예상됩니다 (0..4 숫자 범위 내의 수 또는 디버그중의 하나, 정보, 알림, 경고, 오류).
Translated by simmon
Located in src/daemon/cmdline.c:265
5.
--high-priority expects boolean argument
--high-priority 에는 부울 인수가 필요합니다
Translated by simmon
Located in src/daemon/cmdline.c:277
6.
--realtime expects boolean argument
--realtime 에는 부울 인수가 필요합니다
Translated by simmon
Located in src/daemon/cmdline.c:285
7.
--disallow-module-loading expects boolean argument
--disallow-module-loading 에는 부울 인수가 필요합니다
Translated by simmon
Located in src/daemon/cmdline.c:293
8.
--disallow-exit expects boolean argument
--disallow-exit 에는 부울 인수가 필요합니다
Translated by simmon
Located in src/daemon/cmdline.c:301
9.
--use-pid-file expects boolean argument
--use-pid-file 부울 인수가 필요합니다
Translated by simmon
Located in src/daemon/cmdline.c:309
10.
Invalid log target: use either 'syslog', 'journal', 'stderr' or 'auto' or a valid file name 'file:<path>', 'newfile:<path>'.
잘못된 로그 대상: 'syslog', 'journal', 'stderr' 또는 'auto' 또는 유효한 파일 이름 'file:<path>', 'newfile:<path>'를 사용하십시오.
Translated by simmon
Located in src/daemon/cmdline.c:328
110 of 551 results

This translation is managed by Ubuntu Korean Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: B. W. Knight, Choi Damdam, DoHwan Kim, Eunju Kim, KimJeongYeon, Lyuso, MinSik CHO, P. Jae Woong, Sang-hyeon Lee, Sangchul Lee, Seung Soo, Ha, Sophia J. Ha, TAESEONG KIM, simmon.