stty -f dev://ccpty0 scrollback
[system] Welcome, alice.

[system] sek 0.1.0

New here?  cat HELLO_WORLD for a tour of the system.

[system] sek 0.1.0
device: ccpty0
user: alice
shell: /bin/sh

[user] 

[user] alice@sek:~$ 
[assistant] You're now in the shell.

**Helpful Commands**

* `man <command>` : displays manual pages for a specific command
* `help` : shows general help options
* `pwd` : prints current working directory
* `ls` : lists files and directories in the current directory
* `cd <directory>` : changes into a specified directory

**Your Current Environment**

You're logged in as user "alice" on device "ccpty0". Your shell is `/bin/sh`.

What would you like to do first?

[assistant] ```bash
alice@sek:~$ 
```

[assistant] Type your command.

[assistant] (No need for root access with most commands, I'll guide you)

[assistant]  type ls

[assistant]   

[assistant]   alice@sek:~$

[assistant]  

root@sek:~# 