• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Few Command Line File Managers For Using on SSH

By Abhishek Ghosh December 30, 2016 11:02 am Updated on December 30, 2016

Few Command Line File Managers For Using on SSH

Advertisement

Most of the Command Line File use text based interface, although we indicate them with command line interface. Sometimes we need more than what SSH offers by default with ls command. Here Are Linux, MacOS X Command Line File Managers For Using on SSH. In a previous article, we actually talked about on of them – Midnight Commander.

 

Precautions For Using Command Line File Managers on SSH

 

Obviously, these file managers can eat up memory while running. User must be careful with commands in order to avoid unintentionally deleting or moving important files. These experiments are better on a development server.
As these tools are getting root access, a hacker if somehow intrude can set cronjob to fetch or move files with lower privilege. These tools are good for checking the log files in log directory.

 

Few Command Line File Managers For Using on SSH

 

Midnight Commander

Advertisement

---

 

Most known console file manager and directory browser. It provides quick way to copy, move or delete multiple files, browse inside archives and undelete files. We can install Midnight Commander with simple command :

Vim
1
2
3
4
5
6
# centOS, REHL
yum -y install mc
# debian, ubuntu, kali linux
apt -y install mc
# MacOS X homebrew
brew install midnight-commander

Here is official website of Midnight Commander :

Vim
1
https://midnight-commander.org

Type mc and hit enter/return key to launch Midnight Commander. One thing you possible need to change – the stuffs displayed on the right hand side pane. Click on the Right option on Midnight Commander menu and scroll down to Quick view or Info option menu and hit enter. In this way, left hand side becoming file browser, while right hand side giving the details on selection.

 

Last File Manager

 

Another known console file manager and directory browser. It is lighter. We can install Last File Manager with simple command :

Vim
1
2
3
4
# centOS, REHL
yum -y install lfm
# using pip
pip install lfm

Here is official website of Last File Manager :

Vim
1
https://inigo.katxi.org/devel/lfm/

 

Other Options

 

We are aware of other options like Ranger :

Vim
1
http://ranger.nongnu.org

or vimfm :

Vim
1
http://vifm.info/manual.shtml

or different approach like :

Vim
1
2
https://help.ubuntu.com/community/Byobu
https://www.gnu.org/software/screen/

But we have an easy way which needs nothing to install.

Vim and Emacs

Suppose, you are at /var/log directory :

Vim
1
cd /var/log

You can open that directory on vim editor with this command :

Vim
1
vim .

As it has endless bugs, these are used :

Vim
1
2
https://github.com/Shougo/vimfiler.vim
https://github.com/scrooloose/nerdtree

Emacs is better over vim for this purpose :

Vim
1
2
yum -y install emacs-nox
apt -y install emacs-nox

Thereafter on Emacs you need these two :

Vim
1
2
https://github.com/bbatsov/projectile
https://github.com/jaypei/emacs-neotree

Few-Command-Line-File-Managers-For-Using-on-SSH

 

Conclusion

 

Midnight Commander is practical choice with huge documentation. Vim is great for easy works. Emacs is difficult to configure on server.

Tagged With command promt midnight commander , file managers that use ssh , ranger file manager with byobu , undelete files in ubuntu , vimfm linux , windows file managers ssh

This Article Has Been Shared 801 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Orthopaedic Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Few Command Line File Managers For Using on SSH

  • Why We Get Non-Authoritative Answer on NS Lookup

    Have you noticed that your server might return Non-Authoritative Answer on NS Lookup which you never gave any importance? Here is why we get it.

  • What is SHA or Secure Hash Algorithm?

    Secure Hash Algorithm (SHA) refers to a group of standardized cryptologic hash functions is the basis for creating a digital signature.

  • Useful apt Tricks For SSH (Ubuntu, Debian and Deb Linux)

    Here are some apt tricks for SSH, manly useful to Debian, Ubuntu and deb Linux servers. There are some lesser known commands related to apt.

  • Select and Delete All Text of a File In SSH

    It is Quite Pathetic To Hold the Delete/Backspace Key of Any in Text Editor Like Nano or Vi in SSH Session. Here is a Practical Cheat Sheet.

  • How to Use vi Text Editor

    Here is an Easy Guide to How to Use vi Text Editor. Nano is easy, fast to learn and good text editor, but ultimately you will need to learn vi.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

You can subscribe to our Free Once a Day, Regular Newsletter by clicking the subscribe button below.

Click To Subscribe

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (20K Followers)
  • Twitter (4.9k Followers)
  • Facebook (5.8k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.2k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • What is Inertial Navigation System? January 25, 2021
  • What is Miniaturization? January 24, 2021
  • What is Domain-Driven Design (DDD)? January 23, 2021
  • Top 10 Anti Hacking Software for Microsoft Windows January 22, 2021
  • What is Software Modernization? January 21, 2021

 

About This Article

Cite this article as: Abhishek Ghosh, "Few Command Line File Managers For Using on SSH," in The Customize Windows, December 30, 2016, January 25, 2021, https://thecustomizewindows.com/2016/12/command-line-file-managers-using-ssh/.

Source:The Customize Windows, JiMA.in

 

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Cookie Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2021 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy