📂 Understanding Linux File and Directory Properties
Apr 21, 2025 · 4 min read · ls -l command When you run the ls -l command in a Linux terminal, you get detailed information about the files and folders in your directory. Here’s an example output: drwxrwxr-x 3 utsav utsav 4096 मई 11 2024 build drwxr-xr-x 22 utsav utsav 4096 अप्र...
Join discussion