UNIXコマンド集

softwear

よく使うコマンド

suルートユーザーに切り替え
su (username)指定ユーザーに切り替え
exitエミュレータの終了
pwd現ディレクトリのフルパス表示
cd (dir)ディレクトリへ移動(dir省略でホームへ移動)
rm -r (dir)指定ディレクトリをファイルごと削除
cp -r (dirA) (dirB)dirAをdirBにコピー
mv (file) (dir)ファイルをdirへ移動
ls現ディレクトリにあるファイルを表示
ls (dir)指定ディレクトリにあるファイルを表示
ls -a隠しファイルを含めて表示

ファイル操作

cat (file)ファイルの内容を表示
rm (file)ファイルの削除
cp (fileA) (fileB)fileAをfileBにコピー
mv (fileA) (fileB)fileAの名前をfileBに変更

検索

find (dir)dir以下のファイルを列挙
find -name (char)charに一致するfile・dirを検索
locate (char)cahrを含むfile・dirを列挙

システム

shutdownシャットダウン
shutdown -rシャットダウンして再起動
reboot再起動
groups所属グループの表示
chown (user) (file)fileの所有者をuserに変更
chgrp (group) (file)fileの所有グループをuserに変更
useradd (user)userの追加
userdel (user)userの削除
groupadd (group)groupの追加
groupdel (group)groupの削除
passwd (user)userのパスワードの設定
who現在ログインしているユーザーを表示
eyecatch

viエディタ操作・コマンド表

サーバーの記事

eyecatch

viエディタとは

eyecatch

viエディタ操作・コマンド表

HOME