Workstation 5A Setup Guide - Fourth Edition D-3
Oracle Linux for MICROS
General Information
END A RUNNING PROCESS
kill
$kill 4465
LIST CONNECTED USB AND HARD DRIVE DEVICES
fdisk
$sudo fdisk -l
CONNECT A USB DRIVE TO DEVICE
mount
$sudo mount /dev/sdb1 /mnt
DISCONNECT A USB DRIVE FROM DEVICE umount
$sudo umount /dev/sdb1 /mnt
EDIT A TEXT FILE
nano
$nano webconfig.txt
RESTART THE DEVICE
reboot
$reboot
TURN OFF THE DEVICE
shutdown
$shutdown now
Note for workstations running Oracle Linux for
MICROS: You can press and hold the workstation
power button to perform a graceful shutdown.