What are some Basic SSH commands?

List of some basic SSH commands are:
  1. ls – This command is used to list all files and directories. 
  2. cd – This command is used to “walk” between directories (cd stands for “change directory”).
  3. mkdir – This command is used to create a new directory (stands for “make directory”).
  4. rm – This command is used to remove a chosen file/directory.
  5. cat – This command is used to display the contents of the file. 
  6. pwd – This command shows your current location in the file system.
  7. cp – This command is used to copy files and folders.
  8. mv – This command works the same way as cp, but instead, it moves the file instead of copying it. This command can also be used to rename the file.
  9. find – Now this command is used to search folders for a file or files.
  10. vi/nano – This command is used to enter a text editor.
  11. history – This command is used to display the last used commands. 
  12. clear – This command clears all the text from the Terminal screen.
You can check the blog and video tutorial to learn in detail procedure.
  • basics SSH commands, how to access SSH, how to use putty| SSH COMMANDS, how to use putty|EXPLAINED, how to use putty| IMPORTANT, how to connect my server using ssh, how to connect ssh, what is ssh, What is SSH Access? How to use PuTTy, how to use putty SSH, HOW TO CONNECT SERVER USING PuTTy, basic SSH commands, some commonly used SSH commands
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to connect to SSH?

Putty is an open-source SSH client used to connect to a remote server. This article describes how...

20 Basic Linux Commands and their Uses.

Following are the top 20 basic Linux Commands with Live Examples that would definitely help you...

How to Block/Unblock IPs from SSH?

You can easily block or unblock IPs  from SSH. #1. Block An IP Address from SSH First of all,...

How to install CpCleaner in cPanel through SSH?

CpCleaner is a cPanel plugin created to give cPanel users the option to clean junk files that...

How to find recent cPanel login sessions via SSH?

You can easily check the cPanel login sesssions via SSH by executing below given commands. The...