LoginSignup
0
2

More than 3 years have passed since last update.

【初心者/新人SE向け】使用しているツールと主要コマンド

Posted at

使用しているツールと主要コマンド

記憶喪失になった時の為用メモ

■ツール

・A5SQL
・sqldeveloper(ストアドのコンパイルがほとんど)
・Teraterm
・WinSCP

■サーバー上で使用する主要コマンド

・カレントディレクトリ変更

cd ディレクトリ

・ファイル一覧

ls -la

・ファイル移動

mv 移動元 移動先

・ファイルコピー

cp -p コピー元 コピー先

・ファイル内容表示

cat ファイル名
view ファイル名(主にログの確認)

・ファイル変更

vi ファイル名

・スケジューラ設定表示

crontab -l

・スケジューラ設定変更

crontab -e
後はviエディタとなります。

・ファイルの追記確認(主にログ)

tail -f ファイル名

0
2
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
2