Get 15% discount on 3 or more courses

Common Linux Commands

access_time 2026-01-20T09:54:35.856Z face Sreejith Vanjipattu
Common Linux Commands 🐧 Linux Commands Explained 📁 File & Directory Management ls – List files and directories Explanation: Displays files and folders in the current directory. ls ls -l ls -la -l → Displays detailed listing (permissions, owner, size, date) -a → Shows hidden files (files starting w...

how to change SSH port number

lock Member-only access_time 2021-03-18T09:52:29.71Z face Sreejith Vanjipattu
how to change SSH port number Step by step procedure with commands. How to change SSH port number on Linux machines. On Linux OS: ssh as root user sudo su Then run this command (use nano or vi editors) nano /etc/ssh/sshd_config file then search for "Port 22" and change the port number to the custom...