0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ターミナルコード

Posted at

pwd 現在のディレクトリを表示する
ls ディレクトリ内のファイルやフォルダーを表示
cd ディレクトリーを移動
mkdir ファルダーの作成
touch 新しいファイルを作成する
cat: ファイル内容の表示
nano ファイル編集
find: 指定ディレクトリーファイル検索
sudo 管理者権限コマンド
cd ../ 現在のディレクトリーの1つ上のディレクトリに移動する

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?