[[PageOutline]] ◢ <[wiki:YZU130807/Lab18 實作十八]> | <[wiki:YZU130807 回課程大綱]> ▲ | <[wiki:YZU130807/Lab20 實作二十]> ◣ = 實作十九 Lab 19 = {{{ #!html
基本除錯技能(一) Bash 除錯
BEBUG with bash options and environment variables
}}} {{{ user@node36:~$ file `which hadoop` user@node36:~$ bash -x `which hadoop` fs -ls user@node36:~$ bash -x `which hadoop` jar user@node36:~$ bash -x `which hadoop` fsck }}}