#11 2010-08-04 22:03:40
Re: Tomato DualWAN 如何直接使用busybox命令?
以泰迪熊版本來說, 有三個地方可改路徑.
# cat /etc/profile
export PATH="/bin:/usr/bin:/sbin:/usr/sbin:/home/$USER:/mmc/sbin:/mmc/bin:/mmc/usr/sbin:/mmc/usr/bin:/opt/sbin:/opt/bin:/opt/usr/sbin:/opt/usr/bin:`nvram get env_path`"
export PS1='\u@\h:\w\$ '
alias l='ls -lFA'
alias ll='ls -lF'
ldd() {
LD_TRACE_LOADED_OBJECTS=1 $*;
}
[ -f /jffs/etc/profile ] && . /jffs/etc/profile
[ -f /opt/etc/profile ] && . /opt/etc/profile
env_path, /jffs/etc/profile, /opt/etc/profile. 後面的可覆蓋前面的設定值.
離線
相關討論主題
主題 | 回覆 | 點閱 | 最後發表 |
---|---|---|---|
置頂 |
33 | 85117 | 2024-10-23 08:28:27 作者 huiduo |
置頂 |
1625 | 3031631 | 2024-04-28 12:35:05 作者 s87311 |
|
155 | 348134 | 2022-12-08 17:08:17 作者 dir868l |
置頂 |
54 | 207396 | 2022-09-15 12:25:01 作者 chiachu |
|
222 | 502806 | 2022-09-14 14:54:52 作者 chiachu |