Rapsberry Pi と Linux

Created Date: 2016-05-14/ updated date: 2018-03-13
Owner & Collaborators
License
Summary
Raspberry Pi (以降ラズパイと記す) の勉強会の資料です。
この記事は Raspberry Pi 勉強会 の一部です。

Memo

コマンド早見表

posted by ohwada on May 14, 2016
ls : list ファイルやディレクトリの参照
cp : copyファイルのコピー
mv : moveファイルの移動
rm : remove ファイルの削除
pwd : Print Working Directory現在のディレクトリの表示
cd : change direcotory ディレクトリの変更
mkdir : make direcotory ディレクトリの作成
rmdir : remove direcotory ディレクトリの削除
cat : concatnate(連結) : ファイルの内容を表示
more : ページャを使った表示
less : more に対して less ページャを使った表示
find : ファイルの検索
which : コマンドのパスを表示
man : manual マニュアルの使い方

Comments