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...

Ping command

access_time 1619724900000 face IWCampus Team
Ping Command Network troubleshooting using the ping command. The ping command works by sending Internet Control Message Protocol (ICMP) Echo Request packets to a destination host and waiting for a response. The destination replies with ICMP Echo Response packets. By analyzing the number of responses...

how to change SSH port number

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...