Difference between revisions of "OpenWRT on Asus WL-500gP: Command and Path Reference"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
m
m
Line 1: Line 1:
 +
== console commands ==
 +
 
{| cellpadding=3 cellspacing=0 border=0
 
{| cellpadding=3 cellspacing=0 border=0
 
|-
 
|-
Line 15: Line 17:
 
|logread||view system log, all logs
 
|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 ==
 +
 +
 +
 +
 
  
 
[[Category:Computer_Technology]]
 
[[Category:Computer_Technology]]
 
[[Category:Linux]]
 
[[Category:Linux]]

Revision as of 06:15, 28 July 2007

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