About 53 results
Open links in new tab
  1. How does the 'ls' command work in Linux/Unix? - Stack Overflow

    Oct 15, 2008 · The question stated "ls forks & exec to the linux/unix shell" to which the answer correctly replied "ls doesn't fork. The shell forks and execs" and went on to say that ls is one of the commands …

  2. linux - How to display only hidden files in directory using ls command ...

    I am trying to display the hidden files from a directory using the ls command alone, except for . and ...

  3. ubuntu - Linux List files dfference - "ls" vs "ls /" - Stack Overflow

    Aug 25, 2018 · 5 ls is standing for listing directories and files under a directory. In your situation, ls (without a directory argument) is going to list directories and files under the current directory (pwd). …

  4. linux - Using ls to list directories and their total sizes - Stack Overflow

    Is it possible to use ls in Unix to list the total size of a sub-directory and all its contents as opposed to the usual 4K that (I assume) is just the directory file itself? total 12K drwxrwxr-x ...

  5. bash - Linux sorting "ls -al" output by date - Stack Overflow

    Linux sorting "ls -al" output by date Asked 11 years, 7 months ago Modified 1 year, 2 months ago Viewed 18k times

  6. How to check permissions of a specific directory? - Stack Overflow

    57 $ ls -ld directory ls is the list command. - indicates the beginning of the command options. l asks for a long list which includes the permissions. d indicates that the list should concern the named directory …

  7. linux - How to filter the output of ls command to display only files ...

    Apr 20, 2015 · For Linux OS, How to filter the output of ls command in terminal to display only files created in February?

  8. Get most recent file in a directory on Linux - Stack Overflow

    Looking for a command that will return the single most recent file in a directory. Not seeing a limit parameter to ls...

  9. Powershell's equivalent to Linux/Unix 'ls -al' - Stack Overflow

    Feb 18, 2021 · Is there a PowerShell equivalent to the ls -al command in Linux/Unix? I tried to find something, but it said there wasn't an equivalent command in PowerShell.

  10. Windows PowerShell equivalent of Linux `ls -l` - Stack Overflow

    Apr 27, 2015 · Is there some way in PowerShell to emulate the behavior of the Linux ls -l command? I would like to see what symbolic links point to. Specifically, I used the PowerShell New-Symlink utility …