ミッドナイトコマンダーのチュートリアルでは、Linux端末のファイルとディレクトリを使用して効率的な作業



導入
GNUミッドナイトコマンダー(MCとも呼ばれる)は、テキストモードのフルスクリーンインターフェイスを持つユーザーシェルです.これは、xtermや他のターミナルエミュレータでOSのコンソール上で実行することができます.
GNUミッドナイトコマンダーを使用すると、ほとんどの画面を作成し、ファイルシステムの明確な表現を与えながら、あなたは、ファイルを管理することができますが、それはtelnetやsshセッションを介して実行するのに十分な簡単です.
GNUミッドナイトコマンダーは、GNU一般市民の下でリリースされます
ライセンスバージョン3またはそれ以降のバージョン.ファイルのコピーは
この配布パッケージに含まれます.

ミッドナイトコマンダー
まず、ユーティリティをインストールします
DebianまたはUbuntuの実行について:
sudo apt-get install mc
コマンドでは以下のコマンドを実行します.
sudo yum install mc
ミッドナイトコマンダー
コマンドプロンプトでミッドナイトコマンダーを起動するには、次の手順に従います
mc

MCテーマ例



このユーザーが所有しているファイル/ディレクトリを変更または削除する必要がない限り、rootとして実行することは良い考えではないことを覚えておいてください.ほとんどの場合、rootによって所有されているオブジェクトの読み込みやコピーは特別な特権を必要としません.

依存
インストール手順については
そして、依存の完全なリスト.

リンク
midnight-commander.org
Repo
How to install mc

機能
GNUミッドナイト・コマンダーはジョン・ソーチャ
ノートンコマンダー.また、より最近のソフトウェア
類似のインターフェースを持つ.GNUミッドナイト・コマンダー
xtermとオプションでLinuxコンソールで.
いくつかの機能は、POSIX環境MCに特有のものです
他のオペレーティングシステムのための類似したソフトウェアのユーザーに慣れている.
特徴は以下の通りです:
* Built in Virtual File System: manipulate remote file systems
      through the FTP and SMB protocols or over secure shell, browse
      contents of tar, ar, rpm, zip, cpio, lha and rar archives just
  like local files.

* Almost all operations work with the virtual file system,
  enabling you to do complex tasks, like viewing files in
  archives on an FTP server.

* Mouse support on most terminal emulators for X Window System
  as well as on the Linux console.

* Learn Keys: GNU Midnight Commander may be configured at run
  time to support any kind of input keys for a given terminal,
  making its operation possible even on most weird terminals.

* Text and hex editors are available for you to use (hex editor
  is a part of the viewer).

* Hotlist allows you to keep a list of common visited locations,
  including remote sites and directories inside archives.

* Command completion: By pressing Alt-Tab in any place where a
  filename or an executable are expected, GNU Midnight Commander
  will complete the name for you.  If you press Alt-Tab for the
  second time, you get a list box with all possible completions.

* Subshell support: Run your commands by a real shell
  interpreter.  GNU Midnight Commander interacts with bash,
  tcsh and zsh to provide you with all of the facilities
  available in your preferred shell.

* Find file command can search for the file contents.

* Background operations allow you to copy or move files from
  any virtual file system while you do other tasks (i.e., you
  can do background FTP copies).

* FTP proxy is supported.

* Linux file recovery: If you are using Linux, you can recover
  deleted files from an ext2 or ext3 partition with the undelete
  file system.  This is a low level file recovery function that
  can recover files deleted by any program on Linux.

* External panelization: You can run any arbitrary external
  command and GNU Midnight Commander will display the output
  generated as a file listing that can be manipulated as a
  regular directory.

* Emacs-like key bindings are used in all widgets.

* Context dependent actions (open, view, edit) are available.

* The built-in file viewer, together with the context dependent
  actions is used to format man pages on the fly, coloring mail
  messages and more.

* The built-in editor supports syntax highlighting and external
  actions, such as spell checking and formatting.