<?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_chmod</id>
		<title>32v 1m chmod - 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_chmod"/>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_chmod&amp;action=history"/>
		<updated>2026-05-12T03:07:48Z</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_chmod&amp;diff=6939&amp;oldid=prev</id>
		<title>Neozeed: New page: CHMOD(1)            UNIX Programmer's Manual             CHMOD(1)    == NAME ==      chmod - change mode  == SYNOPSIS ==      chmod mode file ...  == DESCRIPTION ==      The mode of each n...</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_chmod&amp;diff=6939&amp;oldid=prev"/>
				<updated>2009-10-26T13:02:52Z</updated>
		
		<summary type="html">&lt;p&gt;New page: CHMOD(1)            UNIX Programmer&amp;#039;s Manual             CHMOD(1)    == NAME ==      chmod - change mode  == SYNOPSIS ==      chmod mode file ...  == DESCRIPTION ==      The mode of each n...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;CHMOD(1)            UNIX Programmer's Manual             CHMOD(1)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== NAME ==&lt;br /&gt;
     chmod - change mode&lt;br /&gt;
&lt;br /&gt;
== SYNOPSIS ==&lt;br /&gt;
     chmod mode file ...&lt;br /&gt;
&lt;br /&gt;
== DESCRIPTION ==&lt;br /&gt;
     The mode of each named file is changed according to _m_o_d_e,&lt;br /&gt;
     which may be absolute or symbolic.  An absolute _m_o_d_e is an&lt;br /&gt;
     octal number constructed from the OR of the following modes:&lt;br /&gt;
&lt;br /&gt;
     4000      set user ID on execution&lt;br /&gt;
     2000      set group ID on execution&lt;br /&gt;
     1000      sticky bit, see _c_h_m_o_d(2)&lt;br /&gt;
     0400      read by owner&lt;br /&gt;
     0200      write by owner&lt;br /&gt;
     0100      execute (search in directory) by owner&lt;br /&gt;
     0070      read, write, execute (search) by group&lt;br /&gt;
     0007      read, write, execute (search) by others&lt;br /&gt;
&lt;br /&gt;
     A symbolic _m_o_d_e has the form:&lt;br /&gt;
&lt;br /&gt;
          [_w_h_o] _o_p _p_e_r_m_i_s_s_i_o_n [_o_p _p_e_r_m_i_s_s_i_o_n] ...&lt;br /&gt;
&lt;br /&gt;
     The _w_h_o part is a combination of the letters u (for user's&lt;br /&gt;
     permissions), g (group) and o (other).  The letter a stands&lt;br /&gt;
     for ugo. If _w_h_o is omitted, the default is _a but the setting&lt;br /&gt;
     of the file creation mask (see umask(2)) is taken into&lt;br /&gt;
     account.&lt;br /&gt;
&lt;br /&gt;
     _O_p can be + to add _p_e_r_m_i_s_s_i_o_n to the file's mode, - to take&lt;br /&gt;
     away _p_e_r_m_i_s_s_i_o_n and = to assign _p_e_r_m_i_s_s_i_o_n absolutely (all&lt;br /&gt;
     other bits will be reset).&lt;br /&gt;
&lt;br /&gt;
     _P_e_r_m_i_s_s_i_o_n is any combination of the letters r (read), w&lt;br /&gt;
     (write), x (execute), s (set owner or group id) and t (save&lt;br /&gt;
     text - sticky).  Letters u, g or o indicate that _p_e_r_m_i_s_s_i_o_n&lt;br /&gt;
     is to be taken from the current mode.  Omitting _p_e_r_m_i_s_s_i_o_n&lt;br /&gt;
     is only useful with = to take away all permissions.&lt;br /&gt;
&lt;br /&gt;
     The first example denies write permission to others, the&lt;br /&gt;
     second makes a file executable:&lt;br /&gt;
&lt;br /&gt;
          chmod o-w file&lt;br /&gt;
          chmod +x file&lt;br /&gt;
&lt;br /&gt;
     Multiple symbolic modes separated by commas may be given.&lt;br /&gt;
     Operations are performed in the order specified.  The letter&lt;br /&gt;
     s is only useful with u or g.&lt;br /&gt;
&lt;br /&gt;
     Only the owner of a file (or the super-user) may change its&lt;br /&gt;
     mode.&lt;br /&gt;
&lt;br /&gt;
== SEE ALSO ==&lt;br /&gt;
     [[32v 1m ls|ls(1)]], [[32v 2m chmod|chmod(2)]], [[32v 1m chown|chown (1)]], [[32v 2m stat|stat(2)]], [[32v 2m umask|umask(2)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:32v man section 1]]&lt;/div&gt;</summary>
		<author><name>Neozeed</name></author>	</entry>

	</feed>