Access from '216.73.216.232'
You are in US.
It is 16:26 JST now.
You are in US.
It is 16:26 JST now.
bridge フィルター作成
table bridge filter {
chain forward {
type filter hook forward priority 0; policy drop;
ether saddr 00:11:22:33:44:55 accept
# |
# |
}
}
ちょっと便利なコマンド ”tree”
デフォルトのきれいな表示は見た目は良いが・・・・
ファイルのパス表示だけもOK
ファイルのパス表示だけもOK
$ tree -afi --noreport /etc/skel /etc/skel /etc/skel/.bash_logout /etc/skel/.bashrc /etc/skel/.profile $