<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>深蓝的blog &#187; 权限</title>
	<atom:link href="http://www.lanxinbase.com/?feed=rss2&#038;tag=%E6%9D%83%E9%99%90" rel="self" type="application/rss+xml" />
	<link>http://www.lanxinbase.com</link>
	<description>记录日常生活</description>
	<lastBuildDate>Sat, 18 Apr 2026 07:10:07 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.3</generator>
	<item>
		<title>Linux系统下如何查看及修改文件读写权限</title>
		<link>http://www.lanxinbase.com/?p=806</link>
		<comments>http://www.lanxinbase.com/?p=806#comments</comments>
		<pubDate>Thu, 29 Oct 2015 03:01:40 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[2.运维相关]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[权限]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=806</guid>
		<description><![CDATA[查看文件权限的语句：
　　在终端输入:
ls -l xxx.xxx （xxx.xxx是文件名）

　　那么就会出现相类似的信息，主要都是这些：
-rw-rw-r--

　　一共有10位数

　　其中： 最前面那个 - 代表的是类型

　　中间那三个 rw- 代表的是所有者（user）

　　然后那三个 rw- 代表的是组群（group）

　　最后那三个 r-- 代表的是其他人（other）

　　然后我再解释一下后面那9位数：

　　r 表示文件可以被读（read）

　　w 表示文件可以被写（write）

　　x 表示文件可以被执行（如果它是程序的话）]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=806</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android 操作权限大全 (android.permission)</title>
		<link>http://www.lanxinbase.com/?p=376</link>
		<comments>http://www.lanxinbase.com/?p=376#comments</comments>
		<pubDate>Wed, 26 Aug 2015 01:06:50 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[7.android应用开发]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[权限]]></category>

		<guid isPermaLink="false">http://blog.lanxinbase.com/?p=376</guid>
		<description><![CDATA[android.permission.ACCESS_CHECKIN_PROPERTIES 允许读写访问”properties”表在checkin数据库中，改值可以修改上传( Allows read/write accessto the “properties” table in the checkin database, to change valuesthat get uploaded) 

android.permission.ACCESS_COARSE_LOCATION 允许一个程序访问CellID或WiFi热点来获取粗略的位置(Allows an application to accesscoarse (e.g., Cell-ID, WiFi) location) 

android.permission.ACCESS_FINE_LOCATION 允许一个程序访问精良位置(如GPS) (Allows an application to access fine (e.g.,GPS) location) 

android.permission.ACCESS_LOCATION_EXTRA_COMMANDS 允许应用程序访问额外的位置提供命令(Allows an application to access extra locationprovider commands) 
]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=376</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
