"The only way of finding the limits of the possible is by going beyond them into the impossible." -
Arthur C. Clarke

Midnight Commander is a very useful file manager.

Install Midnight Commander
# wget http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-4.6.1.tar.gz
# tar zxvf mc-4.6.1.tar.gz
# cd mc-4.6.1
# ./configure
# make
# make install

To run Midnight commander use

Leave a Reply