0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

SadServersの所感 (Easy編)

Last updated at Posted at 2023-09-04

目次

本記事の概要

学習のために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問目ということもあり基礎知識で回答できた。
プロセス情報を出すコマンドとして、lsoffuserを頭に入れておけるとなお良い。

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に挑戦する。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?