-
sudo shutdown -h now 맥os터미널 창에서 컴퓨터 종료 시키기★Linux★리눅스★/Linux★명령어★Ubuntu★command 2022. 3. 16. 21:58728x90
https://www.howtogeek.com/512304/how-to-shut-down-your-mac-using-terminal/
컴퓨터 종료 시키기
sudo shutdown -h now sudo shutdown -h <time> sudo shutdown -h +1 1분 후에 꺼짐 sudo shutdown -h 23:00 23시에 종료 됨. // If you need to disable a shutdown timer, you can use the following command line // 예약 꺼짐 취소하기 killall sudo killall shutdown
컴퓨터 재시작 하기 Restart
sudo shutdown -r now sudo shutdown -r <time>
컴퓨터 잠자기 모드 Sleep
sudo shutdown -s now
출처:
반응형'★Linux★리눅스★ > Linux★명령어★Ubuntu★command' 카테고리의 다른 글
Linux/Mac Terminal Tutorial: The Grep❤️Command - search Files and Directories for (0) 2022.03.28 Move files to directory based on extension (zsh, macOS) (0) 2022.03.23 Linux/Mac Terminal Commmands] ❤️>_ find❤️-Corey Schafer (0) 2022.03.17 [리눅스명령어ls]ls -la 해서 파일 자세히 의미list file and directory names and attributes (0) 2022.03.17 Linus Torvalds ponders limits of automation as kernel release delayed (0) 2022.03.14 Bash 쉘 프로그래밍 - 6. 특수 기호 및 인용부호 (0) 2022.03.14 grep 사용법 내가 원하는 키워드가 있는지 검색하기!! (0) 2022.03.12 Bash Basic tutorial 8 (0) 2022.03.12