Midnight Commander

From Amahi Wiki
Revision as of 05:03, 3 April 2011 by Bigfoot65 (talk | contribs)
Jump to: navigation, search

GNU Midnight Commander is a visual file manager, licensed under GNU General Public License and therefore qualifies as Free Software. It's a feature rich full-screen text mode application that allows you to copy, move and delete files and whole directory trees, search for files and run commands in the subshell. Internal viewer and editor are included.

Midnight Commander is based on versatile text interfaces, such as Ncurses or S-Lang, which allows it to work on a regular console, inside an X Window terminal, over SSH connections and all kinds of remote shells.

Midnightcommander.png

Install

bash code
​yum install mc​


Use in Terminal Window via SSH (Putty)

  • Open your favorite SSH Client and login. Ensure the translation setting is for UTF-8.
  • At the user or root prompt, enter:
bash code
​mc​
  • You can now use arrow keys or mouse to move around the file system. There is also an editor built in which is more user friendly than vi or nano.