mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 13:15:28 +02:00
20 lines
512 B
Markdown
20 lines
512 B
Markdown
# deluged
|
|
|
|
> Deluge BitTorrent 클라이언트를 위한 데몬 프로세스.
|
|
> 더 많은 정보: <https://manned.org/deluged>.
|
|
|
|
- Deluge 데몬 시작하기:
|
|
|
|
`deluged`
|
|
|
|
- 특정 포트에서 Deluge 데몬 시작하기:
|
|
|
|
`deluged {{[-p|--port]}} {{포트번호}}`
|
|
|
|
- 특정 구성파일을 이용하여 Deluge 데몬 시작하기:
|
|
|
|
`deluged {{[-c|--config]}} {{경로/구성_파일명}}`
|
|
|
|
- Deluge 데몬을 시작하고 파일에 로그 출력하기:
|
|
|
|
`deluged {{[-l|--logfile]}} {{경로/로그_파일명}}`
|