DEV Community

6 1

Linux Reboot and shutdown commands

Linux Reboot and shutdown commands

Commands Description
$systemctl reboot Reboot the system
$sudo systemctl reboot
[sudo] password for srini:
Reboot the system with sudo
$sudo systemctl poweroff
[sudo] password for srini:
Poweroff the system with sudo
$sudo systemctl reboot --force
[sudo] password for srini:
Force reboot the system with sudo
$sudo systemctl poweroff --force
[sudo] password for srini:
Force Poweroff the system with sudo
$sudo systemctl reboot --force --force
[sudo] password for srini:
Its exactly like pressing reset button
$sudo systemctl poweroff --force --force
[sudo] password for srini:
Its like unplugging the computer from power source
$sudo shutdown 02:00
[sudo] password for srini:
Time format : 00:00 to 23:50
shutdowns at 2 am in the morning
$sudo shutdown +15
[sudo] password for srini:
Shutdowns after 15minutes
$sudo shutdown -r 02:00
[sudo] password for srini:
Reboots and shutdown at 2am
$sudo shutdown -r +15
[sudo] password for srini:
Reboots and Shutdowns after 15minutes
$sudo shutdown -r +1 ' Scheduled restart to do an offline backup'
[sudo] password for srini:
Reboots and Shutdowns after 1 minute before to that will get a warning message

Note : systemctl comes from the word - system control

Conclusion : Discussed about Linux Reboot and shutdown commands. I am preparing to excel in Linux Administration and will keep sharing one blog every week.

πŸ’¬ If you enjoyed reading this blog post and found it informative, please take a moment to share your thoughts by leaving a review and liking it πŸ˜€ and follow me in linkedin

Image of AssemblyAI tool

Transforming Interviews into Publishable Stories with AssemblyAI

Insightview is a modern web application that streamlines the interview workflow for journalists. By leveraging AssemblyAI's LeMUR and Universal-2 technology, it transforms raw interview recordings into structured, actionable content, dramatically reducing the time from recording to publication.

Key Features:
πŸŽ₯ Audio/video file upload with real-time preview
πŸ—£οΈ Advanced transcription with speaker identification
⭐ Automatic highlight extraction of key moments
✍️ AI-powered article draft generation
πŸ“€ Export interview's subtitles in VTT format

Read full post

Top comments (4)

Collapse
 
justplegend profile image
JPL β€’

Good! Thanks!

Collapse
 
srinivasuluparanduru profile image
Srinivasulu Paranduru β€’

:)

Collapse
 
sjymon_ profile image
Otto β€’

Nice ! Thanks!

Collapse
 
srinivasuluparanduru profile image
Srinivasulu Paranduru β€’

thanks @sjymon_

Best Practices for Running  Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK cover image

Best Practices for Running Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK

This post discusses the process of migrating a growing WordPress eShop business to AWS using AWS CDK for an easily scalable, high availability architecture. The detailed structure encompasses several pillars: Compute, Storage, Database, Cache, CDN, DNS, Security, and Backup.

Read full post

πŸ‘‹ Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay