linux

プログラミング言語・コマンド一覧

linux

言語 コマンド タグ 意味
linux su ユーザー操作 ユーザー切り替え
linux cd ファイル操作 ディレクトリの移動
linux chmod ファイル操作 パーミッション権限の変更
linux chown ファイル操作 ファイル所有者の変更
linux cp ファイル操作 ファイルのコピー
linux find ファイル操作 ファイルの検索
linux sed ファイル操作 テキストファイルの内容を置換
linux ls ファイル操作 ファイル一覧表示
linux mkdir ファイル操作 ディレクトリの作成
linux mv ファイル操作 ファイルの移動、ファイル名の変更
linux pwd ファイル操作 カレントディレクトリの絶対パス表示
linux rm ファイル操作 ファイル、ディレクトリの削除
linux vi ファイル操作 テキストファイルの編集・作成
linux head ファイル操作 ファイルの先頭10行を表示
linux tail ファイル操作 ファイルの末尾10行を表示
linux tailf ファイル操作 ファイルを追跡して表示
linux touch ファイル操作 ファイル作成・更新する
linux locate ファイル操作 ファイル名から場所を検索する
linux split ファイル操作 ファイルを分割する
linux tar パッケージ 圧縮・解凍
linux rpm パッケージ rpmパッケージ管理
linux du ファイル操作 ファイルのディスク使用量を表示する
linux top ファイル操作 CPU利用順にリストアップする
linux man ヘルプ コマンドの使い方やオプションを調べる man useradd
linux locate ファイル操作 ファイル名からパターンに合ったフルパスを表示する
linux which ファイル操作 コマンドのフルパスを表示する
linux scp ネットワーク sshを使ってファイルをリモートマシンへコピーする
linux chkconfig s起動時にサービスが自動起動するように設定
linux service sサービスを起動させる
linux htpasswd apache Basic認証
linux loadkey キーボードを配列を切り替える(jp106/us)
linux exit ログアウト ログアウトする

command

tags

mean

lang-linux