answersLogoWhite

0

shutdown -r

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Which command line can be used to restart a running Linux system immediately?

shutdown -r now


Which type of operating system is dos?

DOS is Disk Operating System. It is a command-line OS. It means you have to control the computer through codes/commands.


What is the name of a command line operating system?

One well-known command line operating system is Linux, which is based on the Unix architecture. It provides a powerful command line interface (CLI) for users to interact with the system, execute commands, and manage files. Other examples include FreeBSD and MS-DOS, which also rely heavily on command line inputs for navigation and operations.


How is a command line and a GUI operating system able to perform the same task?

Because a GUI is just executing commands in the command line.


Is ubuntu a command line or GUI Operating system?

Both, all versions have a command line, and every version but minimal and server have a gui


What command line to heart beat stop and start in Linux system?

To stop heartbeat in Linux the command line will be service Heartbeat stop To start heartbeat in Linux the command line will be service Heartbeat start


How do you remote shutdown in system lan?

just open the command line in windows and the command is shutdownfor example


How to create shortcuts for Shutdown Restart option On which by clicking only we can Shutdown or Restart our system.?

right click > New > Shortcut then type the following line: to shutdown = shutdown -s to restart = shutdown -r


What are two ways that a user can interact with an operating system shell?

Through CLI (command line interface) or GUI (graphic user interface) interfaces.


Describe the shell treatment of command line in unix operating system?

The shell's treatment of the command line :PARSING.VARIABLE EVALUATION.COMMAND SUBSTITUTION.REDIRECTION.WILD-CARD INTERPRETATIONPATH EVALUATION.


How do you reboot a computer through command line on a network?

shutdown -r


What is command interpreter?

A command interpreter is a program that converts the human written commands into the machine understandable language through the i/o devices. It is with the help of this interpreter we can actually communicate with the operating systems. A command interpreter is a separate program but can be referred as a component of an operating system.