Linux에서 날짜 및 시간 설정을 정확하게 유지하는 것은 시스템 작업이 원활하게 작동하는 데 매우 중요합니다. 그만큼 timedatectl Linux의 명령을 사용하면 시스템 시계 및 다양한 관련 설정을 쿼리하고 변경할 수 있습니다. 이는 systemd의 일부로 제공되며 시스템이 올바른 날짜와 시간을 보고하도록 하는 간단한 방법을 제공합니다. 여기서 우리는 사용 방법을 보여줍니다 timedatectl Linux 시스템의 시간과 날짜를 제어합니다.
팁: cron 대체품으로 systemd 타이머를 사용할 수도 있습니다.
시스템 클록과 실시간 클록(RTC)
Linux 시스템은 시간을 추적하기 위해 시스템 시계와 실시간 시계라는 두 가지 시계를 사용합니다.
그만큼 시스템 시계 또는 소프트웨어 관리 시계는 운영 체제나 Linux 커널에 의해 유지됩니다. 시스템 부팅 중에 초기값을 얻으려면 실시간 시계의 도움이 필요합니다.
그만큼 실시간 시계 또는 RTC 마더보드의 하드웨어 시계이며 시스템이 꺼진 경우에도 활성 상태를 유지합니다. 배터리를 사용하여 지속적으로 작동하므로 부팅 중에 시간을 추적하고 시스템에 정확한 시간을 알릴 수 있습니다.
그만큼 timedatectl 명령을 사용하면 이 두 시계를 모두 관리할 수 있습니다.
timedatectl을 사용하여 시스템 날짜 및 시간 표시
그만큼 timedatectl 명령은 가장 유용한 Linux 명령 중 하나입니다. Linux 시스템에서 현재 날짜와 시간을 간단히 확인하려면 timedatectl 다른 매개변수 없이 명령을 누르고 다음을 누르세요. 입력하다. 출력에는 현지 시간, 표준시, RTC 시간, 시간대 및 기타 유용한 정보가 표시됩니다.

동안 현지 시각 (시스템 시간대 기준), 세계시그리고 RTC 시간 항목은 설명이 필요 없으며 시간대 항목은 현재 시스템에 설정된 시간대를 나타냅니다.
다른 항목은 시스템 시계가 NTP 서버와 동기화되는지(인터넷을 사용한 실시간 업데이트용), 해당 NTP 서비스가 활성화되어 있는지, RTC가 UTC 대신 현지 시간을 사용하고 있는지 여부를 알려줍니다.
set-timezone을 사용하여 시스템 시간대 업데이트
Linux 시스템이 사용하는 시간대에 따라 시스템 시계가 올바른 현지 시간을 표시하지 않을 수 있습니다.
시스템이 사용하는 시간대를 확인하려면 다음을 참조하세요. 시간대 이전 섹션의 출력에 있는 줄입니다. 예를 들어, 내 시스템은 다음을 사용하고 있습니다. 미국/동부(EST, -0500) 시간대. 그만큼 -0500 오프셋은 UTC 또는 표준시와의 차이를 나타냅니다.
시간대를 변경하려면 먼저 사용할 수 있는 시간대 목록을 시스템에 쿼리하세요.
timedatectl list-timezones
긴 목록이 생성되며 스크롤하는 데 오랜 시간이 걸립니다. 보다 실용적인 출력을 위해 명령을 수정하여 결과를 해당 지역이나 국가로 제한할 수 있습니다.
timedatectl list-timezones | grep "America/" | less

시스템의 현재 시간대를 변경하려면 set-timezone 매개변수는 다음과 같습니다:
timedatectl set-timezone "America/Chicago"
명령을 실행하려면 높은 권한이 필요하므로 시스템에서 암호를 입력하라는 메시지를 표시할 수 있습니다. 완료되면 간단히 실행하여 변경 사항을 확인할 수 있습니다. timedatectl 다시.

출력에서 이전 명령에서 업데이트된 새 표준 시간대를 보고하는 것을 볼 수 있습니다. 원하는 경우 Ubuntu 및 기타 Linux 배포판에서 여러 시간대를 설정하여 한 번에 여러 시간대를 빠르게 확인할 수도 있습니다.
설정 시간을 사용하여 수동으로 시스템 날짜 및 시간 설정
대부분의 경우 시스템은 시작 시 시스템 시계를 NTP 서버와 동기화하므로 시스템 시간과 날짜가 항상 정확합니다. 그러나 시스템이 인터넷에 접속할 수 없는 경우에도 다음을 사용할 수 있습니다. set-time 새 날짜나 시간을 수동으로 설정하는 매개변수입니다.
시스템 날짜 및 시간을 수동으로 설정하려면 먼저 NTP 서버와의 동기화를 비활성화하십시오.
sudo systemctl disable --now chronyd
그런 다음 다음 명령을 사용하여 새 날짜와 시간을 설정합니다.
timedatectl set-time "2023-11-16 10:00:00"

timedatectl을 사용하여 실시간 시계 구성
시스템의 실시간 시계를 구성할 수도 있습니다. 기본적으로 RTC는 표준시 또는 UTC와 동기화되지만 현지 시간대로 설정할 수도 있습니다.
한 가지 주의할 점은 RTC를 현지 시간대에 유지하면 시간대 변경 및 일광 절약 시간 조정과 관련하여 다양한 문제가 발생할 수 있다는 것입니다. RTC를 현지 시간대로 변경하면 시스템에서도 유사한 경고가 표시될 수 있습니다.
어쨌든 RTC를 현지 시간대로 설정하려면 다음 명령을 실행하십시오.
timedatectl set-local-rtc 1

RTC를 다시 UTC로 설정하려면 간단히 바꾸십시오. 1 ~와 함께 0 같은 명령으로.
메모: Windows 및 Linux로 컴퓨터를 이중 부팅하는 경우 시스템 시계가 동기화되지 않는 시나리오가 발생할 수 있습니다. 문제를 해결하는 방법은 다음과 같습니다.
시스템 시계를 NTP와 동기화
NTP(Network Time Protocol)는 인터넷을 통한 광범위한 컴퓨터 네트워크 간의 시계 동기화를 위한 인터넷 프로토콜입니다. 이는 참여하는 모든 컴퓨터를 UTC의 몇 밀리초 이내에 동기화하기 위한 것입니다.
시스템 시계를 NTP 서버와 동기화하려면 시스템에 NTP가 설치되어 있어야 합니다. 간단히 설치 명령을 실행하여 이 작업을 수행할 수 있습니다.
sudo apt-get -y install ntp

이제 NTP 서버와의 자동 동기화를 활성화하려면 다음 명령을 실행하십시오.
timedatectl set-ntp true

마찬가지로 다음 명령을 사용하여 NTP 동기화를 비활성화할 수 있습니다. timedatectl set-ntp false.
timedatectl을 사용하여 시스템 시간 및 날짜 관리
그만큼 timedatectl 명령은 시스템 시계 및 RTC 구성을 조정하고 이사했거나 여행 중인 경우 필요한 시간대를 설정할 수 있는 편리한 도구입니다. 항상 이동 중이라면 작업 일정을 쉽게 잡을 수 있도록 이러한 시간대 변환기를 활용하는 것이 좋습니다.
모든 스크린샷은 Tanveer Singh이 작성했습니다.
우리의 활동을 지원해주세요 ❤️
이 글이 마음에 드셨다면, 앞으로도 좋은 콘텐츠를 계속 발행할 수 있도록 팁을 남겨주세요.










![THINK: The user wants to translate the title "Catch a Brainrot Tier List & Guide (RELEASE)" into Korean. I need to break down the key terms and concepts in the English title and find their appropriate Korean equivalents.
Catch a Brainrot: This is a playful, internet slang phrase.
"Brainrot" (뇌절) is a common internet slang in Korean, referring to something so cringey, overdone, or nonsensical that it makes your brain "rot" or shut down. It can also mean obsessing over something to an unhealthy degree.
"Catch a Brainrot" could be interpreted as "falling into brainrot," "getting brainrot," or simply "experiencing brainrot."
A common way to express "getting into / falling into [something bad/annoying/overdone]" in Korean internet slang is by using the noun and then implying the action. For example, "뇌절" itself can be used. Or, one might say "뇌절 각" (a situation ripe for brainrot), or "뇌절 유발" (brainrot-inducing).
However, "Catch a Brainrot" here seems to be the topic of the tier list. The tier list is about brainrot. So, maybe just referring to "brainrot" is enough.
Let's consider the nuance. "Catch a Brainrot" implies an action or a state. A tier list for brainrot items/situations.
Perhaps something like "뇌절 요소" (brainrot elements/factors) or "뇌절 유형" (brainrot types).
Or, simply using "뇌절" as the core concept.
If it's about identifying and categorizing different "brainrot" things, then "뇌절" as a concept is central.
"Catch a Brainrot" can be a bit tricky. Does it mean "how to get brainrot" or "how to identify brainrot"? Given the "Tier List & Guide," it's more likely about identifying and navigating different types of brainrot.
Let's try to capture the "catch" part. If it's about identifying or understanding brainrot.
"뇌절" is the direct translation for brainrot.
"잡다" (japda) means "to catch," but "뇌절을 잡다" doesn't sound natural in this context.
"뇌절에 대한" (about brainrot) or "뇌절 알아보기" (understanding brainrot).
Considering "Catch a Brainrot" as a playful, informal title, a direct translation might lose the feel.
Let's focus on what the tier list is. It's a tier list of brainrot-inducing things or brainrot situations. So the focus is on "brainrot."
Just "뇌절" might be sufficient as the object of the list.
Tier List: "티어 목록" (tieo mongnok) or "티어 리스트" (tieo riseuteu) are common. "등급표" (deunggeuppyo) is also possible for "tier list" or "ranking chart." "티어표" (tieopyo) is very common internet slang. "티어표" fits the informal tone better.
& Guide: "&" is often translated as "및" (mit), "그리고" (geurigo), or just omitted and implied by context. "Guide" is "가이드" (gaideu) or "안내서" (annaeseo). "가이드" is more common in such contexts.
(RELEASE): "(출시)" (chulsi), "(공개)" (gonggae), or "(발매)" (balmae). "(출시)" or "(공개)" are suitable for a content release. "(공개)" is perhaps more general for a release of information/content.
Combining them:
Option 1 (Focus on "brainrot" as the subject):
뇌절 티어표 & 가이드 (공개)
(Noejjeol tieopyo & gaideu (gonggae))
Option 2 (Trying to keep "catch"):
Is there a way to say "spotting brainrot" or "understanding brainrot" in a concise, slangy way?
"뇌절 잡기" (noejjeol japgi) - "catching brainrot," but again, "잡기" sounds like a game or a physical action.
"뇌절 포착" (noejjeol pochak) - "detecting/spotting brainrot," but "포착" is a bit too formal.
"뇌절 알아보기" (noejjeol arabogi) - "getting to know brainrot," "learning about brainrot."
"뇌절 공략" (noejjeol gongnyak) - "brainrot strategy/guide," implies how to deal with/understand brainrot. This is often used for game guides. This could fit "Catch a Brainrot Tier List & Guide."
Let's reconsider "Catch a Brainrot." If it's a guide for catching brainrot elements, then "뇌절 공략" or "뇌절 가이드" directly fits the "Guide" part.
The title is "Catch a Brainrot Tier List & Guide."
This implies the Tier List is about catching/understanding brainrot.
Let's break "Catch a Brainrot Tier List" as "뇌절 티어표." This means a tier list of brainrot.
Then "Guide" is just "가이드."
So, "뇌절 티어표 & 가이드" (Noejjeol tieopyo & gaideu) seems the most natural and concise translation for "Brainrot Tier List & Guide."
What about "Catch a"?
If the original was "How to Catch Brainrot: A Tier List & Guide," then "뇌절 잡는 법: 티어표 및 가이드" would be appropriate.
But it's "Catch a Brainrot Tier List & Guide." This phrasing suggests the tier list itself is a "catch a brainrot" type of list. It's almost like a category.
Perhaps "뇌절 캐치" (noejjeol kaechi - brainrot catch) could be integrated.
"뇌절 캐치 티어표 & 가이드" (Noejjeol kaechi tieopyo & gaideu)
"캐치" (kaechi) as in English "catch" is sometimes used for "catching on," "spotting," or "grabbing attention." This could work.
Let's compare:
뇌절 티어표 & 가이드 (공개) - Very direct, concise. "Brainrot Tier List & Guide (Release)." This implicitly covers "Catch a Brainrot" by making "brainrot" the subject of the list/guide.
뇌절 캐치 티어표 & 가이드 (공개) - Adds "캐치" which directly translates "Catch" and fits the informal tone. "Brainrot Catch Tier List & Guide (Release)." This explicitly states it's about catching or identifying brainrot.
Given the playful nature of "Catch a Brainrot," "뇌절 캐치" feels a bit more aligned with the original's intent of "spotting" or "identifying" brainrot items/situations. "캐치" is often used in Korean slang for "catching a glimpse," "catching on," or "spotting something."
Let's try to verify "뇌절 캐치". "밈 캐치" (meme catch) or similar phrases are used. It makes sense in an internet context.
So, the structure would be:
"Catch a Brainrot" -> 뇌절 캐치
"Tier List" -> 티어표
"& Guide" -> & 가이드
"(RELEASE)" -> (공개)
Putting it together:
뇌절 캐치 티어표 & 가이드 (공개)
Final check for plain text requirement:
"Return only the translated title as plain text. Do not include any explanations, additional text, formatting, or extra punctuation."
The chosen translation is "뇌절 캐치 티어표 & 가이드 (공개)". This fits all requirements.뇌절 캐치 티어표 & 가이드 (공개)](https://kr.moyens.net/wp-content/uploads/2026/07/1783863662_THINK-The-user-wants-to-translate-the-title-Catch-a-280x210.jpg)











