CROSH Commands – A Guide For Your Chromebook

Chromebooks lack ePSA support and don’t let users enter a boot menu like other operating systems. Fortunately, the built-in terminal, CROSH, is an excellent diagnostics tool that allows plenty of troubleshooting opportunities and system configurations.

CROSH Commands – A Guide For Your Chromebook

Built similarly to a Windows terminal or the Linux BASH, CROSH has a simple interface. However, if you want to get the most out of it, there are a few commands you need to learn. Although Chromebooks are based on Linux, the terminal commands are different.

How to Bring Up the Terminal

Opening the CROSH terminal window is easy.

  1. Launch the Chrome browser.
    CROSH Commands – A Guide For Your Chromebook
  2. Press “Ctrl+Alt+T”.
    CROSH Commands – A Guide For Your Chromebook
  3. Type “help” if you need a starting list of commands.
    CROSH Commands – A Guide For Your Chromebook

CROSH Commands You Should Know

CROSH is an amazing playground for both casual users and Chrome OS developers. But no matter your area of expertise or level of interest, knowing some basic commands for troubleshooting or to make your job easier is an excellent idea.

Ping

Running a ping test is a quick way to assess the status of your network connection.

  • Type “ping” followed by the domain name and hit “Enter.”
    CROSH Commands – A Guide For Your Chromebook

For example, try “ping alphr.com” or the ever-popular “ping google.com.” The terminal will display the number of sent and received packets, the packet loss percentage, and response time.

Memory Test

Chromebooks have limited ways to check memory status. Many users rely on third-party tools. However, entering a simple command in CROSH will initiate a memory test on your device’s free memory.

  • Type “memory_test” and hit “Enter.”
    CROSH Commands – A Guide For Your Chromebook

It’s as intuitive as it gets.

Memory Information

If you want more information about memory usage, two other commands may help.

  • Type “free” to learn how much free memory your Chromebook has.
    CROSH Commands – A Guide For Your Chromebook
  • Type “meminfo” to read more about memory availability and usage.
    CROSH Commands – A Guide For Your Chromebook

Modem Configuration

Using CROSH to connect to the modem will give you access to many settings, including firmware changes, access control, factory reset, etc.

  • Type “modem help” and hit “Enter.”
    CROSH Commands – A Guide For Your Chromebook

This will display a long list of commands. Alternatively, you can use the following command to set the modem to a specific carrier.

  • Type “modem_set_carrier carrier-name” and hit “Enter.”
    CROSH Commands – A Guide For Your Chromebook

It’s a useful command when first setting up your Chromebook or installing a new modem.

Check the OS Version

If you’re unsure what Chrome OS you have on your Chromebook, the following command will give all the information you need.

  • Type “sudo/opt/google/chrome/chrome –version”.
    CROSH Commands – A Guide For Your Chromebook

Say your operating system is old and could use an update.

  • Type “update_engine_client–update” to install the latest Chrome OS update.
    CROSH Commands – A Guide For Your Chromebook

Check the Bios Version

Checking the bios version on a Chromebook from the CROSH terminal requires a command straight out of the Linux playbook.

  • Type “sudo/usr/sbin/chromeos-firmwareupdate–v”.
    CROSH Commands – A Guide For Your Chromebook

Check the Product Info

Accessing system configurations on a Chromebook is not as intuitive as it is on a Windows PC or a Mac. However, the CROSH terminal can pull all the necessary information with a simple command.

  • Type “sudo dump_vpd_log--full–stdout”.
    CROSH Commands – A Guide For Your Chromebook

This command displays the IMEI, model, language, region, time zone, UUID, and other information, also known as vital product data. Hence the intuitive “vpd” command line.

But you can make this information even more specific by adding your device’s serial number.

  • Type “sudo dump_vpd_log–full–stdout | grep serial_number”.
    CROSH Commands – A Guide For Your Chromebook

Rollback the OS

Not all operating system updates improve on earlier versions. Sometimes, a new update can introduce bugs, worsen resource management, etc.

If you want to downgrade the OS version, or roll it back to its previous stable version, you can type one word into the terminal.

  • Type “rollback”.
    CROSH Commands – A Guide For Your Chromebook

Remember that rollbacks whitewash devices, so it’s possible to lose unsaved work and other files. Additionally, the command doesn’t work on enterprise Chromebooks. It only works on personal devices or those considered “non-stable.”

Load the Task Manager

Another one-word command can display the Chrome OS Task Manager in the terminal interface.

  • Type “top”.
    CROSH Commands – A Guide For Your Chromebook

This isn’t the same Task Manager you can access normally. Compared to the desktop version, the CROSH-enabled Task Manager displays additional system and background processes. More specifically, you can see low-level processes that usually stay hidden.

It’s great to see how many processes are eating CPU power and memory.

Test the Battery

Like all other laptops, Chromebooks allow users to see the battery status in the bottom right corner of the taskbar. But the CROSH terminal can display additional information about the battery.

  • Type “battery_test [number of seconds]”.
    CROSH Commands – A Guide For Your Chromebook

This command will prompt CROSH to initiate a battery test. The feedback will display the current charge, overall health, and how much the battery typically consumes in the specified test timeframe.

It can give you a better sense of the battery’s quality.

CROSH will initiate a 300-second test if you don’t input a specific number of seconds. It’s unnecessarily long in some cases.

Check the Uptime

If you’re uncertain how long it’s been since you completely shut down your Chromebook, a CROSH command will do the trick.

  • Type “uptime”.
    CROSH Commands – A Guide For Your Chromebook

You’ll find out how much time has passed since the last reboot, which users were logged in, and when.

Advanced Network Diagnostics

Running network diagnostics in CROSH is generally faster than taking a manual approach to troubleshooting. Of course, the information must mean something to you to figure out what’s wrong with your connection.

  • Type “network_diag”.
    CROSH Commands – A Guide For Your Chromebook

The command is often the second one to use after unsatisfying or unclear “ping” results.

Access Additional Commands

CROSH has two command lists any user can access.

  • Type “help” or “help_advanced” in CROSH.
    CROSH Commands – A Guide For Your Chromebook

The first list contains more user-friendly and common commands, while the latter displays more advanced options.

Regardless, there are at least three commands you can’t use without the Developer Mode enabled.

  1. The “shell” command opens a Bash shell.
    CROSH Commands – A Guide For Your Chromebook
  2. The “packet_capture” command logs data packets.
    CROSH Commands – A Guide For Your Chromebook
  3. The “systrace” command initiates a system trace.
    CROSH Commands – A Guide For Your Chromebook

Force Updates on Mobile Data

Chrome OS is a smart cookie and understands the risks of downloading updates on mobile data. To avoid unfortunate situations like WiFi drops, mobile data updates are disabled by default.

However, if you have good bandwidth and unlimited downloads, cellular network updates might be nice to have in areas with weak WiFi signals.

  • Type “update_over_cellular enable”.
    CROSH Commands – A Guide For Your Chromebook

Stop a Process

CROSH isn’t foolproof and sometimes gives errors. Moreover, asking it to perform a stressful test on a Chromebook that’s already slow can cause additional problems.

If something doesn’t feel right or takes too long, you can quickly terminate the process or command in the terminal and move on to something else.

  • Press “Ctrl+C”.
    CROSH Commands – A Guide For Your Chromebook

Enable or Disable P2P Sharing

Chromebooks can get updates from other devices connected to the same local network. If the option is enabled on your Chromebook, others can also get updates from your device.

  • Type “p2p_update enable” in CROSH.
    CROSH Commands – A Guide For Your Chromebook

This option shouldn’t be enabled by default.

Test Input Devices

Users with multiple touch input devices can bring up a list with all of them in CROSH. From there, users can run an individual test to diagnose each device and identify problems.

  1. Type “evtest” in CROSH.
    CROSH Commands – A Guide For Your Chromebook
  2. Select the target device event number as identified in the list.
    CROSH Commands – A Guide For Your Chromebook
  3. Hit “Enter.”
    CROSH Commands – A Guide For Your Chromebook

Configure the Touchpad

A Chromebook touchpad comes with multiple configuration options for sensitivity, touch control, etc. The following command will help you easily change the most advanced touchpad settings.

  • Type “tpcontrol status | taptoclick on or off sensitivity [1-5] | set property value”.
  • Typetpcontrol syntp on or off”.

Storage Diagnostics

Occasionally checking up on your device storage is a good idea. The most important aspects to analyze are the S.M.A.R.T health status and readability.

  1. Type “storage_test_2” to run a readability test.
    CROSH Commands – A Guide For Your Chromebook
  2. Type “storage_status” to learn about the S.M.A.R.T health status and bring up an error log.
    CROSH Commands – A Guide For Your Chromebook
  3. Type “storage_test_1” if you want to run an offline S.M.A.R.T test.
    CROSH Commands – A Guide For Your Chromebook

Experimental Storage Manager

Chromebook users often split their storage needs between cloud and local storage. However, Chrome OS is known for taking up a lot of space. Thus, local storage could be very limited.

To understand more about how your Chromebook makes use of its storage options, you may want to run the experimental storage manager.

  • Type “experimental_storage enable”.
    CROSH Commands – A Guide For Your Chromebook

Note that this shouldn’t be enabled by default. But once you run the command, you’ll get more details about storage capacity and file locations. Like the hidden Task Manager, the Experimental Storage Manager command displays a more detailed overview than the standard File Browser.

A Sweet Tool for Every Chromebook User

Learning the ropes in CROSH is by no means mandatory to use your Chromebook and enjoy the Chrome OS experience. But if you’re at all familiar with Linux-based systems, you should know that working with the terminal is often easier than using the standard interface.

Executing commands in CROSH can help you perform tests, debug, troubleshoot, update, configure apps and features, and learn more about what’s going on in your system. It may take some time to learn all the commands, but most of them are intuitively written. Hence, CROSH comes with a low learning curve.

What commands were helpful to you? Do you find yourself using CROSH more often than you would’ve thought before getting your hands on a Chromebook? Let us know in the comments section below.

Sign up and earn $1000 a day ⋙

How to fix error 0xa00f4288 in Camera app on Windows 10 & 11

How to fix error 0xa00f4288 in Camera app on Windows 10 & 11

How to fix error 0xa00f4288 in the Camera app on Windows 10 & 11. Windows' default Camera App is the main tool for taking photos. So in the case of Win 10 & 11 cameras

How to open multiple programs with one shortcut on Windows 10

How to open multiple programs with one shortcut on Windows 10

How to open multiple programs with one shortcut on Windows 10, You can actually open multiple programs at the same time with a single key. Here's how to use one

How to delete old boot menu options on Windows

How to delete old boot menu options on Windows

How to remove old boot menu options on Windows, Windows 10 dual boot is useful but can leave redundant boot options in the menu. Here's how to remove the menu

Instructions for fixing Snipping Tool errors on Windows 11

Instructions for fixing Snipping Tool errors on Windows 11

Instructions for fixing Snipping Tool errors on Windows 11. Windows 11 has officially been released for a while, but during use there are still many errors

Instructions for entering text by voice on Windows 11

Instructions for entering text by voice on Windows 11

Instructions for entering text by voice on Windows 11, Entering text by voice on Windows 11 helps you significantly improve your work efficiency. Here's how

How to turn on/off Sticky Key on Windows 11

How to turn on/off Sticky Key on Windows 11

How to turn on/off Sticky Key on Windows 11, Sticky Key makes the PC keyboard easier to use. Here's how to turn Sticky Key on and off on Windows 11.

What is Windows Modules Installer?

What is Windows Modules Installer?

What is Windows Modules Installer?, Windows Modules Installer sometimes takes up a lot of system resources. Is Windows Modules Installer important or not?

How to increase volume in Windows 10

How to increase volume in Windows 10

How to increase volume in Windows 10, How to increase computer volume to maximum level? Let's learn with WebTech360 how to increase Windows 10 computer volume

How to use Windows 11 Installation Assistant to install Windows 11

How to use Windows 11 Installation Assistant to install Windows 11

How to use Windows 11 Installation Assistant to install Windows 11, Windows 11 Installation Assistant is one of the best ways to upgrade your computer to Windows 11.

How to turn off the startup sound in Windows 11

How to turn off the startup sound in Windows 11

How to turn off the startup sound in Windows 11, Does the PC startup sound bother you? Then please refer to how to turn off the startup sound for PC running Windows 11 below

Instructions for changing the screen lock timeout on Windows 11

Instructions for changing the screen lock timeout on Windows 11

Instructions for changing the screen lock timeout on Windows 11. While using Windows 11, there are times when users will need to leave the computer for a period of time.

Windows 11 optimization guide to increase FPS when playing games

Windows 11 optimization guide to increase FPS when playing games

Instructions for optimizing Windows 11 to help increase FPS when playing games, Windows 11 is an operating system platform that is introduced as more improved in gaming quality, helping games

Windows 11: How to use and customize the Quick Settings menu

Windows 11: How to use and customize the Quick Settings menu

Windows 11: How to use and customize the Quick Settings menu, Windows 11 brings some great new features and the Quick Settings menu is no exception. Here it is

How to fix the error of not being able to start Windows 11 after enabling Hyper-V

How to fix the error of not being able to start Windows 11 after enabling Hyper-V

How to fix the error of not being able to start Windows 11 after turning on Hyper-V. Hyper-V helps you run virtual machines on Windows. However, after enabling Hyper-V, you cannot post again

How to fix error 0xc00007b in Windows

How to fix error 0xc00007b in Windows

How to fix error 0xc00007b in Windows, Windows displays error 0xc00007b when the application does not work properly. Below is a step-by-step guide to fix error 0xc00007b in

How to change the login screen on Windows 10/11

How to change the login screen on Windows 10/11

How to change the login screen on Windows 10/11, Don't like the blurry screen when logging in on Windows 10/11? So, instructions on how to turn off and change the login screen

How to uninstall drivers in Windows 11

How to uninstall drivers in Windows 11

How to uninstall drivers in Windows 11, Do you want to remove unwanted drivers on Windows 11? Then please see instructions on how to remove drivers in Windows

How to fix No Internet Secured error on Windows 10

How to fix No Internet Secured error on Windows 10

How to fix No Internet Secured error on Windows 10, No Internet Secured is a common error on Windows 10. Below are simple ways to fix No Internet Secured error

How to fix the error of not being able to save Excel files on Windows

How to fix the error of not being able to save Excel files on Windows

How to fix the error of not being able to save an Excel file on Windows. If you can't save the Excel file, don't worry too much. Below are ways to fix the error of not being able to save the above Excel file

How to open DMG files on Windows

How to open DMG files on Windows

How to open DMG files on Windows, DMG is a file format specific to the macOS operating system. However, you still have a way to open DMG files on Windows.