Skip to main content

AhsayUBS Miscellaneous Commands

July 17, 2025

Accessing shell from physical console:

Press ALT+F2 (or "PrtScr" key) 
Login with SSH credentials 

From shell, to check if AhsayCBS is running:

#  ps 'cat /var/run/obsr.pid' 

From shell, to manually start/stop/restart AhsayCBS service:

# sh /ubs/mnt/esfmfw/obsr/system/obsr/bin/shutdown.sh 
# sh /ubs/mnt/esfmfw/obsr/system/obsr/bin/erase.sh 
# sh /ubs/mnt/esfmfw/obsr/system/obsr/bin/restart.sh

From shell, check bootup message:

# dmesg | more

From shell, check FreeBSD version:

# uname -mrs