Friday, May 31, 2013

How to identify directories and executables in Linux

We can use the below command:

ls –Fx

The option “F” is used for segregating executables and directories and x is for multicolumn output.

 

Linux_ls

Here / refers to directories and *refers to executables.

No comments:

Post a Comment