<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=32v_1m_ls</id>
		<title>32v 1m ls - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=32v_1m_ls"/>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_ls&amp;action=history"/>
		<updated>2026-04-21T09:00:36Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://gunkies.org/w/index.php?title=32v_1m_ls&amp;diff=6986&amp;oldid=prev</id>
		<title>Neozeed: New page: LS(1)               UNIX Programmer's Manual                LS(1)    == NAME ==      ls  -  list contents of directory  == SYNOPSIS ==      ls [ -ltasdrucifg ] name ...  == DESCRIPTION == ...</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_ls&amp;diff=6986&amp;oldid=prev"/>
				<updated>2009-10-26T14:42:36Z</updated>
		
		<summary type="html">&lt;p&gt;New page: LS(1)               UNIX Programmer&amp;#039;s Manual                LS(1)    == NAME ==      ls  -  list contents of directory  == SYNOPSIS ==      ls [ -ltasdrucifg ] name ...  == DESCRIPTION == ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;LS(1)               UNIX Programmer's Manual                LS(1)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== NAME ==&lt;br /&gt;
     ls  -  list contents of directory&lt;br /&gt;
&lt;br /&gt;
== SYNOPSIS ==&lt;br /&gt;
     ls [ -ltasdrucifg ] name ...&lt;br /&gt;
&lt;br /&gt;
== DESCRIPTION ==&lt;br /&gt;
     For each directory argument, _l_s lists the contents of the&lt;br /&gt;
     directory; for each file argument, _l_s repeats its name and&lt;br /&gt;
     any other information requested.  The output is sorted&lt;br /&gt;
     alphabetically by default.  When no argument is given, the&lt;br /&gt;
     current directory is listed.  When several arguments are&lt;br /&gt;
     given, the arguments are first sorted appropriately, but&lt;br /&gt;
     file arguments appear before directories and their contents.&lt;br /&gt;
     There are several options:&lt;br /&gt;
&lt;br /&gt;
     -l   List in long format, giving mode, number of links,&lt;br /&gt;
          owner, size in bytes, and time of last modification for&lt;br /&gt;
          each file.  (See below.) If the file is a special file&lt;br /&gt;
          the size field will instead contain the major and minor&lt;br /&gt;
          device numbers.&lt;br /&gt;
&lt;br /&gt;
     -t   Sort by time modified (latest first) instead of by&lt;br /&gt;
          name, as is normal.&lt;br /&gt;
&lt;br /&gt;
     -a   List all entries; usually `.' and `..' are suppressed.&lt;br /&gt;
&lt;br /&gt;
     -s   Give size in blocks, including indirect blocks, for&lt;br /&gt;
          each entry.&lt;br /&gt;
&lt;br /&gt;
     -d   If argument is a directory, list only its name, not its&lt;br /&gt;
          contents (mostly used with -l to get status on direc-&lt;br /&gt;
          tory).&lt;br /&gt;
&lt;br /&gt;
     -r   Reverse the order of sort to get reverse alphabetic or&lt;br /&gt;
          oldest first as appropriate.&lt;br /&gt;
&lt;br /&gt;
     -u   Use time of last access instead of last modification&lt;br /&gt;
          for sorting (-t) or printing (-l).&lt;br /&gt;
&lt;br /&gt;
     -c   Use time of last modification to inode (mode, etc.)&lt;br /&gt;
          instead of last modification to file for sorting (-t)&lt;br /&gt;
          or printing (-l).&lt;br /&gt;
&lt;br /&gt;
     -i   Print i-number in first column of the report for each&lt;br /&gt;
          file listed.&lt;br /&gt;
&lt;br /&gt;
     -f   Force each argument to be interpreted as a directory&lt;br /&gt;
          and list the name found in each slot.  This option&lt;br /&gt;
          turns off -l, -t, -s, and -r, and turns on -a; the&lt;br /&gt;
          order is the order in which entries appear in the&lt;br /&gt;
          directory.&lt;br /&gt;
&lt;br /&gt;
     -g   Give group ID instead of owner ID in long listing.&lt;br /&gt;
&lt;br /&gt;
     The mode printed under the -l option contains 11 characters&lt;br /&gt;
     which are interpreted as follows: the first character is&lt;br /&gt;
&lt;br /&gt;
     d  if the entry is a directory;&lt;br /&gt;
     b  if the entry is a block-type special file;&lt;br /&gt;
     c  if the entry is a character-type special file;&lt;br /&gt;
     -  if the entry is a plain file.&lt;br /&gt;
&lt;br /&gt;
     The next 9 characters are interpreted as three sets of three&lt;br /&gt;
     bits each.  The first set refers to owner permissions; the&lt;br /&gt;
     next to permissions to others in the same user-group; and&lt;br /&gt;
     the last to all others.  Within each set the three charac-&lt;br /&gt;
     ters indicate permission respectively to read, to write, or&lt;br /&gt;
     to execute the file as a program.  For a directory, `exe-&lt;br /&gt;
     cute' permission is interpreted to mean permission to search&lt;br /&gt;
     the directory for a specified file.  The permissions are&lt;br /&gt;
     indicated as follows:&lt;br /&gt;
&lt;br /&gt;
     r  if the file is readable;&lt;br /&gt;
     w  if the file is writable;&lt;br /&gt;
     x  if the file is executable;&lt;br /&gt;
     -  if the indicated permission is not granted.&lt;br /&gt;
&lt;br /&gt;
     The group-execute permission character is given as s if the&lt;br /&gt;
     file has set-group-ID mode; likewise the user-execute per-&lt;br /&gt;
     mission character is given as s if the file has set-user-ID&lt;br /&gt;
     mode.&lt;br /&gt;
&lt;br /&gt;
     The last character of the mode (normally `x' or `-') is t if&lt;br /&gt;
     the 1000 bit of the mode is on.  See _c_h_m_o_d(1) for the mean-&lt;br /&gt;
     ing of this mode.&lt;br /&gt;
&lt;br /&gt;
     When the sizes of the files in a directory are listed, a&lt;br /&gt;
     total count of blocks, including indirect blocks is printed.&lt;br /&gt;
&lt;br /&gt;
== FILES ==&lt;br /&gt;
     /etc/passwd to get user ID's for `ls -l'.&lt;br /&gt;
     /etc/group to get group ID's for `ls -g'.&lt;br /&gt;
&lt;br /&gt;
[[Category:32v man section 1]]&lt;/div&gt;</summary>
		<author><name>Neozeed</name></author>	</entry>

	</feed>