bobbyiliev / 101-linux-commands-ebook

101 Linux commands Open-source eBook
https://leanpub.com/b/linux-devops-ebook-bundle
MIT License
760 stars 258 forks source link

improve-existing-chapters/ls-lsof-ping-files-committed #310

Closed jot-s-bindra closed 1 year ago

jot-s-bindra commented 1 year ago

What type of PR is this? (check all applicable)

Description

Detailed bashrc Step Inside ls Command:

When documenting the ls command, consider providing detailed steps for readers who want to customize their shell environment using the .bashrc file. Explaining how to enhance the ls command's behavior through modifications to the .bashrc file can be highly beneficial.

Fixed Typo Inside lsof Command Documentation:

Fixed a typo present in the description of lsof

Changed Ping File Clarifying the Need for Latency:

In the context of the ping command, it's valuable to clarify the importance of latency and why it matters in networking. Explaining how latency affects network performance and the significance of ping results can help readers better interpret and utilize the command's output.

Clarified the Difference Between -c and -s Options of ping Command:

Providing clear and concise explanations of command options is essential, especially for options like -c (count) and -s (size) in the ping command. Clarifying the distinctions between these options enables readers to use them effectively for network testing and monitoring purposes.