mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:22:07 +02:00

* linux/a*: add and update Korean translation * Update pages.ko/linux/apt-file.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/ark.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/atool.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Chooooo <contact@choo.ooo>
24 lines
668 B
Markdown
24 lines
668 B
Markdown
# ac
|
|
|
|
> 사용자가 얼마나 오랫동안 연결되어 있었는지에 대한 통계를 출력합니다.
|
|
> 더 많은 정보: <https://www.gnu.org/software/acct/manual/accounting.html#ac>.
|
|
|
|
- 현재 사용자가 몇 시간 동안 연결되었는지 출력:
|
|
|
|
`ac`
|
|
|
|
- 사용자가 몇 시간 동안 연결되었는지 출력:
|
|
|
|
`ac --individual-totals`
|
|
|
|
- 특정 사용자가 몇 시간 동안 연결되었는지 출력:
|
|
|
|
`ac --individual-totals {{사용자명}}`
|
|
|
|
- 특정 사용자가 하루 동안 몇 시간 연결되었는지 출력(총합 포함):
|
|
|
|
`ac --daily-totals --individual-totals {{사용자명}}`
|
|
|
|
- 추가 세부 정보도 표시:
|
|
|
|
`ac --compatibility`
|