<?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>PHP,ASP,JAVASCRIPT,MYSQL;HTMLDERSI &#187; UNIX SHELL</title>
	<atom:link href="http://www.htmldersi.info/category/unix-shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.htmldersi.info</link>
	<description>Web Teknolojileri Kursu</description>
	<lastBuildDate>Tue, 05 Feb 2008 00:14:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Basit Unix Shell Komutları</title>
		<link>http://www.htmldersi.info/basit-unix-shell-komutlari/</link>
		<comments>http://www.htmldersi.info/basit-unix-shell-komutlari/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 23:19:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[UNIX SHELL]]></category>

		<guid isPermaLink="false">http://www.htmldersi.info/basit-unix-shell-komutlari/</guid>
		<description><![CDATA[cd dizinadı : dizinadı dizinine girmek için kullanılır.
cd .. : Bir önceki dizine düşmek için kullanılır.
pwd: O an kullanılan dizini görüntülemeye yarar.
ls : Bulunduğunuz dizindeki dosya ve klasörleri listelemeye yarar.
ls &#8211; l : Üstteki ls ile tek farkı daha fazla bilgi göstermesidir.
mkdir:  Dizin oluşturmak için kullanılır.
rmdir: Dizin silmek için kullanılır.
]]></description>
		<wfw:commentRss>http://www.htmldersi.info/basit-unix-shell-komutlari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unixte cp ile Dosya Kopyalamak..</title>
		<link>http://www.htmldersi.info/unixte-cp-ile-dosya-kopyalamak/</link>
		<comments>http://www.htmldersi.info/unixte-cp-ile-dosya-kopyalamak/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 13:57:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[UNIX SHELL]]></category>

		<guid isPermaLink="false">http://www.htmldersi.info/unixte-cp-ile-dosya-kopyalamak/</guid>
		<description><![CDATA[Merhaba
Unix shellde bir dosyayı başka bir yere kopyalamak için aşağıdaki komutu kullanabilirsiniz:
cp
kullanımı
$ cp  /backup/dosya.tar.gz  /home/dersler
cp kopyalanacak_dosyanın_yolu  dosyanın_kopyalanacagi_yeni_yer
dosyanız yeni klasöre kopyalandığında 600 permission ile kopyalanır. Normal userların indirebilmesi için 644 yapabilirsiniz.
Örnekler:
cp * /home
komutun çalıştığı dizindeki tüm dosyaları /home dizinine aktarır.
cp file1 ~smith
bu komut ile  file1 dosyasını smith userinin klasörüne kopyalayabiliriz.
]]></description>
		<wfw:commentRss>http://www.htmldersi.info/unixte-cp-ile-dosya-kopyalamak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>chgrp dosya veya klasörün sahibini değiştirmek</title>
		<link>http://www.htmldersi.info/chgrp-dosya-veya-klasorun-sahibini-degistirmek/</link>
		<comments>http://www.htmldersi.info/chgrp-dosya-veya-klasorun-sahibini-degistirmek/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 12:44:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[UNIX SHELL]]></category>

		<guid isPermaLink="false">http://www.htmldersi.info/chgrp-dosya-veya-klasorun-sahibini-degistirmek/</guid>
		<description><![CDATA[chgrp
Komutu ile bir dosya veya klasörün sahibini değiştirmek mümkün.

chgrp [ -f ] [ -h ] [ -R ] Grup { Dosya&#8230;.. &#124; Klasör&#8230;..}
chgrp komutudaha belirtilen grupla iliskilendirilmis olan dosya
veya klasörü
belirtilen grup ismi veya grop ID si ile degistirir.Bir sembolik linkle karsilastiginda
ve siz -h parametresini özellestirmediginiz zaman, &#8220;chgrp&#8221; komutu
belirtilen linkin grup sahipliginde
olan dosya veya klasörün göstermekte [...]]]></description>
		<wfw:commentRss>http://www.htmldersi.info/chgrp-dosya-veya-klasorun-sahibini-degistirmek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ls komutu (Unix Shell)</title>
		<link>http://www.htmldersi.info/ls-komutu-unix-shell/</link>
		<comments>http://www.htmldersi.info/ls-komutu-unix-shell/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 12:40:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[UNIX SHELL]]></category>
		<category><![CDATA[ls]]></category>
		<category><![CDATA[unix dir]]></category>

		<guid isPermaLink="false">http://www.htmldersi.info/ls-komutu-unix-shell/</guid>
		<description><![CDATA[ls
Komutu ile bulunduğunuz dizindeki dosyaları listeleyebilirsiniz.
ls -l  
Bu şekilde kullanıldığında bulunduğunuz dizindeki dosyaları listelemekle kalmaz ayrıca oluşturma tarihi, durumu ve boyutu hakkında da bilgi verir.
 ls -l /etc/passwd
Bu komutla sistem şifre veritabanını aşağıdaki şekilde görüntüleyebilirsiniz.
-rw-r&#8211;r&#8211; 1 root sys 41002 Apr 17 12:05 /etc/passwd
]]></description>
		<wfw:commentRss>http://www.htmldersi.info/ls-komutu-unix-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>who komutu shell unix</title>
		<link>http://www.htmldersi.info/who-komutu-shell-unix/</link>
		<comments>http://www.htmldersi.info/who-komutu-shell-unix/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 12:31:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[UNIX SHELL]]></category>

		<guid isPermaLink="false">http://www.htmldersi.info/who-komutu-shell-unix/</guid>
		<description><![CDATA[who

Bu komut ile o an da logged in olmuş userları görebiliriz.


]]></description>
		<wfw:commentRss>http://www.htmldersi.info/who-komutu-shell-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
