
Just like windows and a lot of other applications, Chromebook OS also has its own Command Shell which is called Crosh. This is sometimes also referred to as Chrome Shell. You can’t access all of the commands without turning on the developer mode but it allows you to access the important ones in general. In this article, we will mention a set of commands that can be used in Crosh and executed simultaneously.
First of all, to open Crosh, you need to press Ctrl+Alt+T on your keyboard. This should open the Crosh Command screen where you can enter the following commands to execute the purposes mentioned.
Commands | Purpose of the Command |
help | Displays a list of executable commands. |
help_advanced | Provides a list of advanced commands. |
help <command> | displays what the mentioned command does. |
uptime | Shows the current runtime and the number of users logged in except you. |
set_time | sets manual time. |
ping <website URL> | Shows your ping on a particular website and also displays its IP address. |
dns | Looks up a DNS server. |
set_apn | sets an APN to use cellular data. |
modern help | use this to configure the modem. |
rollback | rolls back to the previous update. |
bt_console | debugs Bluetooth console. |
memory_test | lets you know the available memory. |
battery_test | lets you know the battery info. |
connectivity | checks your connection details. |
inputcontrol | This doesn’t work on every device. It lets you adjust mouse/TouchPad controls. |
exit | Close Crosh. |
vmc start -enable-gpu | Forcefully enables the GPU for Linux. It helps Linux to perform far better. |
ipaddrs -6 | Displays the IPv6 address for your Chromebook. |
ipaddrs -4 | Similar to the last command, this one displays the IPv4 for your Chromebook. |
top | Displays all of the processes in your Chrome OS. |
These are all the commands for basic Crosh usage. You can easily do multiple things that you want to using these commands. But, if you want to go further and beyond, you can enable developer tools and use even more commands like rlz, route, etc. These commands are only for people who know what they’re doing as they can cause issues otherwise.
That will do for all the important Crosh Commands. Hope this article was helpful.
Also, Read: HOI4: Hearts of Iron 4 Console Commands Full List 2022.
Leave a comment