誰にも見えないブログ

雑なメモ。まとまってない文章等

2019-07-09から1日間の記事一覧

tailコマンドを使ってリアルタイムで更新されるバッチのログなど読む

tail -f <file>で可能 -f, --follow[={name|descriptor}] output appended data as the file grows; an absent option argument means 'descriptor'</file>

scpでlocal hostを経由したremoto to remoteなファイル転送

superuser.com user1@remote1 から user2@remote2にファイルが転送できなくて困った $ scp user1@remote1:home/file user2@remote2:home/ Identity added: /home/user/.ssh/id_rsa (/home/user/.ssh/id_rsa) Host key verification failed. lost connection …