Skip to content

4. Frosted Shell usage

Pradosh edited this page Apr 5, 2026 · 3 revisions

Overview

*Look at the gallery section for images of the shell.

Important

This is an replica-sh and not meant to be daily driven, it is an playground for users in kernel level. Real execution and usage must be done by loading proper sh like ash by using exec command given as follows.


Commands

Command Description
whoami Displays the username logged in
clear Clears the terminal
echo Displays text (same syntax as sh)
shutdown Calls ACPI shutdown
cat Reads and displays the contents of a file
cd Changes Directory
exec Executes an static-elf x86-64 binary under userland privileges.
fwfetch My copy of neofetch bruh
ls Lists the files & folders of an directory
lsblk Lists all the block devices present in the hardware
lspci Lists all the PCI devices present in the hardware
mkdir Makes an directory
mount Mounts an partition to desired location
mv Moves an file from one place to another. (Only in same FS & partition)
pwd Displays the current working directory
rm Removes a file
tasks Displays the currently running tasks
touch Creates a new empty file
umount Unmounts a mounted partition

Clone this wiki locally