Last Update: 2024-03-12
The following guide or recipe requires shell access to your FydeOS installation, therefore developer mode is assumed to be enabled. If altering system file is required, you will also need to disable root file system verification.
This guide will walk you through the process of accessing the Crosh and Bash shells in FydeOS, as well as obtaining root access. Please follow the steps carefully.
Ctrl + Alt + t
keys on your keyboard simultaneously. If you're using an Apple Mac, you may need to press Fn + Ctrl + Alt + t
.crosh
, which stands for "Chromium OS Developer Shell".Once you've opened the crosh
tab, follow these steps:
shell
into the prompt and press enter.chronos@localhost / $
.To gain root access, enter the following command:
sudo -i
Note: from FydeOS v17 and openFyde r114 onwards,
sudo su
will no longer work. Older versions will not be impacted.
As of FydeOS for PC v6.0, the default user chronos
does not have a default password. This means you can directly use the sudo
command to perform command line operations that require root privileges. If you need to change your password, please refer to this document.
We use cookies to improve your browsing experience on our website, to analyse our website traffic, and to understand where our visitors are coming from.