シェル / Shell

シェル / Shell

mvの使い方

Linuxのmvコマンドを使ってファイルやディレクトリを簡単に移動・名前変更する方法を解説します。初心者向けにステップバイステップの解説も付いているので、誰でも簡単に学べます。 / Learn how to easily move and rename files and directories using the Linux mv command. This guide includes step-by-step instructions suitable for beginners.
シェル / Shell

touchコマンドでファイルをつくる方法

touchコマンドで新しいファイルを作成し、タイムスタンプを更新する方法から、statコマンドでファイルの詳細情報を確認する方法まで、初心者にも分かりやすく解説します。キキとミミの対話形式で楽しく学びましょう。/ Learn how to create new files and update timestamps using the touch command, and how to check detailed file information with the stat command. This beginner-friendly guide uses a conversational format with Kiki and Mimi to make learning fun.
シェル / Shell

ls -lで見れること

ls -lコマンドを使って、ファイルやディレクトリの詳細情報を確認する方法を解説します。ファイルタイプ、アクセス権限、リンク数、所有者、グループ、ファイルサイズ、タイムスタンプなど、各要素について詳しく説明しています。/ Learn how to use the ls -l command to view detailed information about files and directories. This guide explains file types, access permissions, link counts, owners, groups, file sizes, and timestamps in detail.
シェル / Shell

lsコマンド ① コマンドのオプション

Macのlsコマンドの使い方を紹介します。ディレクトリの確認方法やオプションコマンドについて学べます / Learn how to effectively use the ls command for managing directories on Mac. Learn how to view directory contents and explore command options.
シェル / Shell

cdコマンド② 〜絶対パスと相対パス

絶対パスと相対パスの違いを学びながら、ディレクトリ構造の基本を身につけましょう。この記事では、cdコマンドを使って、絶対パスと相対パスを使ったディレクトリの移動方法について解説します。ルートディレクトリやホームディレクトリへの移動も分かりやすく説明しています。初心者の方にぴったりのターミナル入門ガイドです。 / Learn the difference between absolute and relative paths while understanding the basics of directory structures. In this article, we explain how to use the cd command to navigate directories using both absolute and relative paths. You'll also learn how to move to the root and home directories. Perfect for beginners looking to get started with terminal commands.
シェル / Shell

cdコマンド① – ディレクトリのツリー構造

コンピュータ内のディレクトリ階層構造を、ターミナルを使って探検してみましょう。この記事では、pwdコマンドを使って現在の位置を確認し、cd ..コマンドで親ディレクトリに移動する方法を学びます。ルートディレクトリについてもわかりやすく解説!初心者の方でも、階層構造の基本を楽しく学べます。 / Explore the directory hierarchy within a computer using the terminal. Learn how to use the pwd command to determine your current location and the cd .. command to move to the parent directory. Get a simple introduction to the root directory too! Perfect for beginners to understand the basics of directory structures.
シェル / Shell

pwd② ホームディレクトリとカレントディレクトリ

"“I have a real genius for staying at home.” — Henry David Thoreau私は家にいることにかけては天才だ。 — ヘンリー・デイヴィッド・ソロー Terminal $pwd /Use...
シェル / Shell

pwdコマンド① シェルとの出会い

ターミナルでコンピュータと直接対話する方法を紹介します。シェルやCLI(コマンドラインインターフェース)を通じて、システムに命令を伝え、GUIではできない操作も可能になります。また、pwdコマンドを使って現在の作業ディレクトリを確認する方法も解説しています。初心者向けに分かりやすく説明! / Discover how to interact directly with a computer through the terminal. Learn about shells, CLIs (Command Line Interfaces), and how you can issue commands that go beyond what a GUI can do. Also, understand the pwd command to locate your current working directory. A beginner-friendly guide!