Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

BusyBox Help, ip Command

I'm using a Google phone running Android, and I need to figure out how to use the terminal's 'ip' command.

I found out that Android uses BusyBox in its terminal, but I can't find any help or tutorials or any information regarding it other than the basic information given in the terminal help. Can anyone point me to a site that would give me more information on how to use the commands, or tell me how to use the 'ip' command if you are familiar with it?

Thanks.

like image 451
Kleptine Avatar asked Feb 22 '26 08:02

Kleptine


2 Answers

Here is the BusyBox usage information, for starters, and here is a full Linux man page. Note that the BusyBox implementation can be expected to be "bare bones", i.e. not as fully featured.

like image 114
unwind Avatar answered Feb 23 '26 20:02

unwind


Busy box is just an implementation of the standard Unix command line utilities any man page on ip will work. You should be able to google man ip. Also busybox's website has a full manual for what it supports.

like image 21
stonemetal Avatar answered Feb 23 '26 21:02

stonemetal