Latest web development tutorials

Linux dirs command

Linux command Daquan Linux command Daquan

Linux dirs command displays the directory record.

Display directory stack of records.

grammar

dirs [+/-n -l]

Parameters:

  • + N displays the n counting from the left pen directory.
  • -n displays the first n counting from the right pen directory.
  • -l displays the directory complete record.

Examples

Lists detailed information "/ home / cc / Ruijie" in all content. The following commands are available.

dir -l /home/cc/Ruijie

Here is the content of the display:

$ dir -l /home/cc/Ruijie

总计2168

-rwxr-xr-x 1 cc cc  112876 2008-06-26 libpcap.so.0.6.2 -rwxr-xr-x 1 cc cc  737192 2008-06-26 libstdc++.so.5 -rwxr-xr-x 1 cc cc1938 2004-04-23 readme.txt

-rwxr-xr-x 1 cc cc 1350772 2005-08-31 xrgsu

Linux command Daquan Linux command Daquan