目次
本記事の概要
学習のためにSadServersを実施した際の所感になります。
対象のレベルはEasyです。
本記事では回答の直接的な解説はしていません。ご了承ください。
各章毎の所感
1. "Saint John": what is writing to this log file?
| Correct or Incorrect | Did you refer to next clue? | (How many times) |
|---|---|---|
| Correct | no | - |
1問目ということもあり基礎知識で回答できた。
プロセス情報を出すコマンドとして、lsofやfuserを頭に入れておけるとなお良い。
2. "Saskatoon": counting IPs.
| Correct or Incorrect | Did you refer to next clue? | (How many times) |
|---|---|---|
| Incorrenct | no | - |
uniqの仕様がわかっていなかったため不正解。
uniqのmanより引用
uniq に与える入力はソートされていなければならない。比較は連続した行の間でのみ行われる。
勉強になります。
3. "Santiago": Find the secret combination
| Correct or Incorrect | Did you refer to next clue? | (How many times) |
|---|---|---|
| Incorrenct | yes | 2 |
uniqはとにかくsortしてからじゃないと駄目ということをよく学べた。
総括
Easyなのに正答率1/3という苦い結果。
しかし、学ぶことはとても多いので引続きMediumに挑戦する。