<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Chmod</id>
		<title>Chmod - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Chmod"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Chmod&amp;action=history"/>
		<updated>2026-04-04T20:39:42Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Chmod&amp;diff=99&amp;oldid=prev</id>
		<title>Guillaume: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Chmod&amp;diff=99&amp;oldid=prev"/>
				<updated>2008-12-03T10:26:58Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 10:26, 3 December 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Guillaume</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Chmod&amp;diff=98&amp;oldid=prev</id>
		<title>192.168.20.111: /* chmod to a reference file */</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Chmod&amp;diff=98&amp;oldid=prev"/>
				<updated>2006-10-26T09:23:01Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;chmod to a reference file&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Chmod is used in linux systems to change permissions to users of a file.&lt;br /&gt;
Here's the help:&lt;br /&gt;
 [root@dual_64 home]# chmod --help&lt;br /&gt;
 Usage: chmod [OPTION]... MODE[,MODE]... FILE...&lt;br /&gt;
   or:  chmod [OPTION]... OCTAL-MODE FILE...&lt;br /&gt;
   or:  chmod [OPTION]... --reference=RFILE FILE...&lt;br /&gt;
 Change the mode of each FILE to MODE.&lt;br /&gt;
 &lt;br /&gt;
   -c, --changes           like verbose but report only when a change is made&lt;br /&gt;
       --no-preserve-root  do not treat `/' specially (the default)&lt;br /&gt;
       --preserve-root     fail to operate recursively on `/'&lt;br /&gt;
   -f, --silent, --quiet   suppress most error messages&lt;br /&gt;
   -v, --verbose           output a diagnostic for every file processed&lt;br /&gt;
       --reference=RFILE   use RFILE's mode instead of MODE values&lt;br /&gt;
   -R, --recursive         change files and directories recursively&lt;br /&gt;
       --help     display this help and exit&lt;br /&gt;
       --version  output version information and exit&lt;br /&gt;
 &lt;br /&gt;
 Each MODE is of the form `[ugoa]*([-+=]([rwxXst]*|[ugo]))+'.&lt;br /&gt;
&lt;br /&gt;
==chmod to a reference file==&lt;br /&gt;
This command will copy all permission attributes from the directory fedora to the directory newuser&lt;br /&gt;
 &amp;gt; chmod -R --reference=/home/fedora /home/newuser&lt;br /&gt;
&lt;br /&gt;
[[Category:Technology]]&lt;br /&gt;
[[CategorY:Linux]]&lt;/div&gt;</summary>
		<author><name>192.168.20.111</name></author>	</entry>

	</feed>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-56589921-5', 'auto');
  ga('send', 'pageview');
</script>