<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Комментарии: Что такое umask и как установить права на файл или директорию</title>
	<atom:link href="http://handynotes.ru/2010/02/umask.html/feed" rel="self" type="application/rss+xml" />
	<link>http://handynotes.ru/2010/02/umask.html</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 20:00:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Автор: установить права на файл &#171; iPhone 4 в Google.ru</title>
		<link>http://handynotes.ru/2010/02/umask.html/comment-page-1#comment-133492</link>
		<dc:creator>установить права на файл &#171; iPhone 4 в Google.ru</dc:creator>
		<pubDate>Wed, 12 Oct 2011 20:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://handynotes.ru/?p=404#comment-133492</guid>
		<description>[...] 19 фев 2010 &#8211; Что такое umask и как установить права на файл или директорию. Очередной пост из серии: всегда хотел это понять, … Подглядел вот &#8230; Перейти на сайт [...]</description>
		<content:encoded><![CDATA[<p>[...] 19 фев 2010 &ndash; Что такое umask и как установить права на файл или директорию. Очередной пост из серии: всегда хотел это понять, … Подглядел вот &#8230; Перейти на сайт [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: admin</title>
		<link>http://handynotes.ru/2010/02/umask.html/comment-page-1#comment-116417</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 01 Mar 2010 07:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://handynotes.ru/?p=404#comment-116417</guid>
		<description>в ~/.profile добавить строку:
umask 002</description>
		<content:encoded><![CDATA[<p>в ~/.profile добавить строку:<br />
umask 002</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: darkhan</title>
		<link>http://handynotes.ru/2010/02/umask.html/comment-page-1#comment-116413</link>
		<dc:creator>darkhan</dc:creator>
		<pubDate>Mon, 01 Mar 2010 05:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://handynotes.ru/?p=404#comment-116413</guid>
		<description>Как сделать по отдельным пользователям права по умолчанию 775 при созданий папки или файла.
это profile пользователя. Что тут нужно сделать ? Ведь почти все закомментированно.


# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.

# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022

# if running bash
if [ -n &quot;$BASH_VERSION&quot; ]; then
    # include .bashrc if it exists
    if [ -f &quot;$HOME/.bashrc&quot; ]; then
        . &quot;$HOME/.bashrc&quot;
    fi
fi

# set PATH so it includes user&#039;s private bin if it exists
if [ -d &quot;$HOME/bin&quot; ] ; then
    PATH=&quot;$HOME/bin:$PATH&quot;
fi</description>
		<content:encoded><![CDATA[<p>Как сделать по отдельным пользователям права по умолчанию 775 при созданий папки или файла.<br />
это profile пользователя. Что тут нужно сделать ? Ведь почти все закомментированно.</p>
<p># ~/.profile: executed by the command interpreter for login shells.<br />
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login<br />
# exists.<br />
# see /usr/share/doc/bash/examples/startup-files for examples.<br />
# the files are located in the bash-doc package.</p>
<p># the default umask is set in /etc/profile; for setting the umask<br />
# for ssh logins, install and configure the libpam-umask package.<br />
#umask 022</p>
<p># if running bash<br />
if [ -n "$BASH_VERSION" ]; then<br />
    # include .bashrc if it exists<br />
    if [ -f "$HOME/.bashrc" ]; then<br />
        . &laquo;$HOME/.bashrc&raquo;<br />
    fi<br />
fi</p>
<p># set PATH so it includes user&#8217;s private bin if it exists<br />
if [ -d "$HOME/bin" ] ; then<br />
    PATH=&raquo;$HOME/bin:$PATH&raquo;<br />
fi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

