d415k's CTF memos.

雑な技術メモ

25 June 2022

linux_command

ヒアドキュメントでスクリプトを書く

cat << EOF > test.sh
#!/bin/sh
id
EOF

更新されるファイルを自動的に出力する

tail -f /var/log/apache2/access.log
tags: CTF - Common - cheatsheet - linux