Enhancing Skills

Author Archives: Mr. Q

nestat: Network statistics, routing tables, and interface statistics

Command: netstat Used to display network connections, routing tables, interface statistics, masquerade connections, and multicast memberships. It helps monitor network activity and diagnose network issues. Sample Command and Output: Description: Additional Commands and Sample Outputs: Description: Description: Description: This command provides a comprehensive view of the system’s network activity, interfaces, […] Read more »

ifconfig: Display network interfaces configurations

Command: ifconfig Used to display or configure network interface parameters. It provides details about network interfaces, including IP addresses, MAC addresses, and network statistics. Sample Command and Output: Description: Additional Usage Examples: Note: ifconfig is deprecated on some Linux distributions in favor of ip command. Use ip addr for similar […] Read more »

ping: Send ICMP packets to network hosts to verify reachability

Command: ping Used to check the connectivity to a network host by sending ICMP Echo Request packets and measuring the response time. This command helps determine if a host is reachable over the network. Sample Command and Output: Description: Sample Command and Output: Description: Additional Usage Examples: Description: Read more »

nano, vi, vim: Text editors for creating and editing files

Commands: nano, vi, vim These are text editors used for creating and editing files in the command line. Each editor has its own features and usage: Nano Command: nano A simple, user-friendly text editor. It provides on-screen help and straightforward keyboard shortcuts. Sample Command and Output: Description: Common Commands: Vi […] Read more »

curl: Transfer data or interact with servers using various protocols

Command: curl Used to transfer data or interact with servers using various protocols, including HTTP, HTTPS, FTP, and more. curl is highly versatile for sending and receiving data from a server. Sample Command and Output: Description: Sample Command and Output: Description: Sample Command and Output: Description: Sample Command and Output: […] Read more »

wget: Download files from the web

Command: wget Used to download files from the web. wget supports HTTP, HTTPS, and FTP protocols, and can handle file retrieval in various ways. Sample Command and Output: Description: Sample Command and Output: Description: Sample Command and Output: Description: Sample Command and Output: Description: Additional Arguments: Sample Command and Output: […] Read more »

tail: Display the last few lines of a file

Command: tail Used to display the last few lines of a file. By default, it shows the last 10 lines. Sample Command and Output: Description: Sample Command and Output: Description: Sample Command and Output: Description: Sample Command and Output: Description: Additional Arguments: Sample Command and Output: Description: Read more »

head: Display the first few lines of a file

Command: head Used to display the first few lines of a file. By default, it shows the first 10 lines. Sample Command and Output: Description: Sample Command and Output: Description: Sample Command and Output: Description: Additional Arguments: Sample Command and Output: Description: Read more »

more: Display the contents of a file one screen at a time

Command: more Used to view the contents of a file one screen at a time. Useful for reading long files or outputs that do not fit on a single screen. Sample Command and Output: Description: Sample Command and Output: Description: Additional Navigation Commands: Sample Command and Output: Description: Read more »

cat: Concatenate and display file contents

Command: cat Used to concatenate and display the contents of one or more files. Sample Command and Output: Description: Sample Command and Output: Description: Sample Command and Output: Description: Sample Command and Output: Description: Sample Command and Output: Description: Read more »