Dec 16, 2025 · 3 min read · ls is a command-line utility used to list the contents of a directory. It displays files and directories, providing information about them based on the options used. Listing Files and Directories in the Current Directory Example Usage: ls What it doe...
Join discussionAug 18, 2025 · 2 min read · It’s Day 1 of my experiment with sadservers.com, a platform that calls itself “LeetCode for Linux”. As someone who loves troubleshooting, the idea of jumping into live sysadmin puzzles is both exciting and a little intimidating. Today’s challenge dro...
Join discussion
Jun 23, 2025 · 6 min read · CLI is the short form for Command Line Interface. It is a text-based way of using your computer i.e. instead of an interface where you can click buttons, menus, etc using a mouse, you type commands and the computer responds. CLI is referred to as the...
FMichael commented
Jun 16, 2025 · 9 min read · Welcome to My Linux & Internet Learning Journey! If you’ve ever wondered how the internet actually works or how developers use that mysterious black screen called the Linux terminal, you’re in the right place. I’ve recently started learning everythin...
Join discussion
Mar 14, 2025 · 1 min read · pwd (Print Working Directory) pwd → Displays the absolute path of the current directory. ls (List Directory Contents) ls → Lists files and directories in the current directory. Common options: ls -l → Detailed list with permissions, size, and mod...
Join discussion
Aug 10, 2024 · 5 min read · The ls command is one of the most fundamental and frequently used commands in Linux. Whether you're a beginner or a seasoned sysadmin, knowing how to efficiently use ls can greatly enhance your command-line productivity. In this guide, we'll dive dee...
Join discussion
Jun 24, 2024 · 5 min read · The ls command in Linux is a powerful tool used to list files and directories. It comes with a plethora of options that allow you to customize and refine the output to suit your needs. In this blog, we'll explore the various options available with th...
Join discussion
Sep 15, 2023 · 5 min read · In the last article, I tried to show how one can work with files and folders from the Windows command line. If you are more of a Windows user, please be sure to check that article here. I am going to continue to explain some basic operations one can ...
Join discussion