本連載の第9回でも説明したとおり、cdコマンドは今ユーザーがいるディレクトリ(カレントディレクトリ)から移動するためのコマンドだ。サーバにログインしたら、大抵の場合、cdコマンドで目的のディレクトリに移動し、必要な操作を行う。基本中の ...
Unleash the power of cross-platform command-line compatibility ...
In Linux, navigating the file system efficiently is crucial for any developer or system administrator. Two commands often cause confusion for beginners: cd. and cd... While they may look similar, they ...
本連載では、Linuxの基本的なコマンドについて、基本的な書式からオプション、具体的な実行例までを紹介します。 本連載は、Linuxのコマンドについて、基本書式からオプション、具体的な実行例までを紹介していきます。今回は、エイリアスや関数以外の ...
※本書巻頭巻末に収録した 「Linux [基本] コマンドQuickリファレンス」 については、 下記を参照。 はじめに —⁠—Linuxを知り、 コマンドラインに親しむ 本書は、 コマンドを通じてLinuxを知る、 そして、 Linuxを介してコマンドを学べる入門書です。
Idea from Benjamin Miller 1. Alias .. for cd .. You want to create an alias so that typing .. will take you to the parent directory, just like cd .. does. 2. Alias ~ for cd ~ You want to create an ...