JsonKit
  • Menu ▾
    • About
    • Home
    • Tool Tutorials
  • About
  • Home
  • Tool Tutorials

Deep Dive into Linux ps Command: From Process States to Performance Monitoring

2026-03-28
#api 

As a Linux sysadmin, ps is one of the most frequently used tools. But most people only know ps aux without understanding the implementation beh…

[Read more]

Linux ping Command Deep Dive: From ICMP Protocol to Network Diagnostics

2026-03-28
#tutorial 

When a website won’t load or a server becomes unreachable, how do you know if it’s a network issue or the service is down? The ping command is yo…

[Read more]

Linux netstat Command Deep Dive: From Network Connections to Port Monitoring

2026-03-27
#format 

When troubleshooting server network issues recently, I noticed many developers have a superficial understanding of the netstat command. Today, le…

[Read more]

Linux mv Command: The Mechanics of Moving and Renaming Files

2026-03-27
#tutorial 

You use mv every day, but it’s more nuanced than you think. Moving and renaming files are the same operation in Linux — which sounds counterintui…

[Read more]

Deep Dive into Linux mkdir Command: Directory Creation Art and Performance Optimization

2026-03-26
#http 

Original link: https://jsokit.com/tools/linux-commands/mkdir

[Read more]

Linux lsof Command Deep Dive: Unlocking the Secrets of Open Files

2026-03-26
#tutorial 

Published: May 11, 2026 06:56

[Read more]

Linux ls Command Deep Dive: From Directory Traversal to Colorized Output

2026-03-25
#format 

ls is one of the most frequently used Linux commands, yet most users never go beyond ls -la. Let’s explore how ls actually works under the hood.

[Read more]

Linux locate Command: File Search 100x Faster Than find

2026-03-25
#tutorial 

When searching for files on Linux servers, most people reach for find first. But if you’ve ever run find / -name "nginx.conf" on a system with …

[Read more]

Linux ln Command Deep Dive: Understanding Hard Links and Symbolic Links

2026-03-24
#image 

Ever wondered why deleting a file sometimes doesn’t truly remove it? That’s the magic of Linux links. The ln command is one of the core tools in …

[Read more]

Deep Dive into Linux less Command: Building a Web Pager from Scratch

2026-03-24
#tutorial 

Last week, I was debugging a server issue and needed to check a massive log file. cat flooded my terminal, vim was overkill, but less saved t…

[Read more]
< [Newer posts] :: [Older posts] >
© 2025 JsonKit :: Theme made by panr