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

From Free Knowledge Base- The DUCK Project
Revision as of 04:15, 28 July 2007 by Admin (talk | contribs)
Jump to navigation Jump to 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