Skip to content

Latest commit

 

History

History
59 lines (30 loc) · 1.01 KB

reboot_statistics.md

File metadata and controls

59 lines (30 loc) · 1.01 KB
layout title tags
manual
reboot - Statistics of command combinations using pipe
statistic

Before

The commands before reboot: Pipe the result of the given command to reboot.

Command percentage
echo 33%
nc 33%
sudo 16%
su 16%

After

The commands after reboot: Pipe the result of reboot to the given command.

Command Percentage

Related Scenarios

Below are the scenarios for all command combinations above.

The description in the table is referenced from and can be used to search the one-line-command or the scripts in the website of CommandLineFu.

Pipe echo to reboot

  • Boot another OS at next startup
  • Reboot as a different OS in Grub

Pipe nc to reboot

  • Boot another OS at next startup
  • Reboot as a different OS in Grub

Pipe sudo to reboot

  • Reboot to Windows (UEFI)

Pipe su to reboot

  • Reboot to Windows (UEFI)