shutdown – POFTUT

How To Use “shutdown r” Command In Windows To Reboot and Shutdown Computer?

shutdown command is used to halt, shutdown, reboot, restart the given system. shutdown command can be used for both Linux and Windows. In this tutorial, we will examine the shutdown r command usage. Reboot/Restart Computer r option is mainly used to restart or reboot the system. If we do not provide any extra option the system … Read more

How To Restart CentOS, Fedora, RedHat?

CentOS, Fedora and RedHat are Linux distributions of the same family. These distributions provides different ways and command in order to restart. In this tutorial we will look different ways to restart CentOS, Fedora and RedHat and their affect to the system. Restart with Shutdown Command shutdown command is the most common way to stop or … Read more

How To Shutdown Windows From Command Line with Shutdown Command Examples and Tutorial

Windows operating systems provide the commandshutdown which has a lot of functions like a reboot, shutdown, logoff, etc. In this tutorial, we will look most useful of them. Windows XP is a very old operating system where it may lack some of the options and features described here. We will use tocmd.exe run from CLI. … Read more

Useful Linux Commands

Useful Linux Commands

Linux is a command-based operating system. Most of the things are done in the command-line environment bash. In this tutorial, we will look at popular and useful commands used by Linux system administrators and users. You can access detailed tutorials simply clicking links below. tr tr command is used to translate or delete characters in the … Read more

Linux Shutdown and Reboot Command Tutorial with Examples

Shutting down the Linux systems can be done in different ways. We can use provided GUI like KDE, GNOME, Unity ect. to shutdown system. But what will we do if we have only console access to the system. We can use shutdown command to shutdown and reboot system. Syntax shutdown [OPTIONS…] [TIME] [MESSAGE…] Shutdown System We … Read more

How To Shutdown Linux System?

I am new to Linux and I have installed some Linux distributions. I try to learn bash commands. I can shutdown my computer from Desktop manager easily. But How can I shutdown system from bash without a GUI. There are different ways to shutdown Linux system. Following commands will work most of the distributions like … Read more