Created
November 25, 2011 22:03
-
-
Save ra/1394521 to your computer and use it in GitHub Desktop.
crosh commands, limited shell on Acer Chromebook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
crosh> help | |
enterprise_ca_approve [--allow-self-signed] <url> | |
Approve an enterprise certificate authority. The <url> option should be | |
an http or https url to your enterprise Certificate Authority in PEM | |
format. This CA will be used to validate the signature of an enterprise | |
policy extension. | |
If the --allow-self-signed option is provided, then you may provide a self | |
signed CA. Use this only if you are certain of the source of the CA. | |
enterprise_ca_disapprove | |
Remove a previously approved enterprise certificate authority. | |
exit | |
Exit crosh. | |
help | |
Display this help. | |
help_advanced | |
Display the help for more advanced commands, mainly used for debugging. | |
ping [-c count] [-i interval] [-n] [-s packetsize] [-W waittime] <destination> | |
Send ICMP ECHO_REQUEST packets to a network host. If <destination> is "gw" | |
then the next hop gateway for the default route is used. | |
ssh [optional args...] | |
Starts the ssh subsystem if invoked without any arguments. | |
"ssh <user> <host>", "ssh <user> <host> <port>", "ssh <user>@<host>", | |
or "ssh <user>@<host> <port>" connect without entering the subsystem. | |
ssh_forget_host | |
Remove a host from the list of known ssh hosts. This command displays | |
a menu of known hosts and prompts for the host to forget. | |
top | |
Run top. | |
crosh> | |
crosh> | |
Google Chrome 16.0.912.44 | |
Platform 1193.65.0 (Official Build) beta-channel x86-zgb_he |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
g