ls
– This command is used to list all files and directories.cd
– This command is used to “walk” between directories (cd
stands for “change directory”).mkdir
– This command is used to create a new directory (stands for “make directory”).rm
– This command is used to remove a chosen file/directory.cat
– This command is used to display the contents of the file.pwd
– This command shows your current location in the file system.cp
– This command is used to copy files and folders.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.find
– Now this command is used to search folders for a file or files.vi/nano
– This command is used to enter a text editor.history
– This command is used to display the last used commands.clear
– This command clears all the text from the Terminal screen.
List of some basic SSH commands are: