OpenWRT on Asus WL-500gP: Command and Path Reference

From Free Knowledge Base- The DUCK Project: information for everyone
Revision as of 06:15, 28 July 2007 by Admin (Talk | contribs)

Jump to: navigation, search

console commands

COMMAND                                     DESCRIPTION
ipkg package manager (update list status install)
logread display entries from log files
nvram show display nvram values
nvram set wl0_radio=0; wifi turn radio off
nvram set wl0_radio=1; wifi turn radio on
logread view system log, all logs

perform basic tasks by command path reference

restart network

/etc/init.d/S40network restart

search for files or folders

find / -name $1 -print

system logs