<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://panoptic.com/mediawiki/aolserver/index.php?action=history&amp;feed=atom&amp;title=Ns_chmod</id>
	<title>Ns chmod - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://panoptic.com/mediawiki/aolserver/index.php?action=history&amp;feed=atom&amp;title=Ns_chmod"/>
	<link rel="alternate" type="text/html" href="https://panoptic.com/mediawiki/aolserver/index.php?title=Ns_chmod&amp;action=history"/>
	<updated>2026-04-07T22:30:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://panoptic.com/mediawiki/aolserver/index.php?title=Ns_chmod&amp;diff=2674&amp;oldid=prev</id>
		<title>WikiSysop: imported from WiKit id 531</title>
		<link rel="alternate" type="text/html" href="https://panoptic.com/mediawiki/aolserver/index.php?title=Ns_chmod&amp;diff=2674&amp;oldid=prev"/>
		<updated>2004-06-14T23:38:52Z</updated>

		<summary type="html">&lt;p&gt;imported from WiKit id 531&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Man page: http://aolserver.com/docs/tcl/ns_chmod.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''NAME'''&lt;br /&gt;
&lt;br /&gt;
: ns_chmod - Change a file's access permissions&lt;br /&gt;
&lt;br /&gt;
'''SYNOPSIS'''&lt;br /&gt;
&lt;br /&gt;
: '''ns_chmod''' ''filename mode''&lt;br /&gt;
&lt;br /&gt;
'''DESCRIPTION'''&lt;br /&gt;
&lt;br /&gt;
: This command changes the permissions on a file or directory specified by ''filename'' to ''mode'', in the same manner as the Unix chmod(1) command-line utility.&lt;br /&gt;
&lt;br /&gt;
: This is a legacy command from when Tcl did not have this functionality.  It is now recommended you use&lt;br /&gt;
Tcl's '''file attributes -permissions''' command instead.  In other words, this:&lt;br /&gt;
&lt;br /&gt;
    ns_chmod /tmp/ns_chmod 0755&lt;br /&gt;
&lt;br /&gt;
is equivalent to:&lt;br /&gt;
&lt;br /&gt;
    file attributes /tmp/ns_chmod -permissions 0755&lt;br /&gt;
&lt;br /&gt;
'''EXAMPLES'''&lt;br /&gt;
&lt;br /&gt;
    # can't think of a non-trivial example here&lt;br /&gt;
&lt;br /&gt;
'''SEE ALSO'''&lt;br /&gt;
&lt;br /&gt;
: [[ns_link]], [[ns_mkdir]], [[ns_rename]], [[ns_rmdir]], [[ns_symlink]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Category Documentation]] - [[Category Core Tcl API]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
		
	</entry>
</feed>