<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title><![CDATA[The UNIX and Linux Forums - UNIX for Dummies Questions & Answers]]></title>
		<link>http://www.unix.com/</link>
		<description><![CDATA[If you're not sure where to post a UNIX or Linux question, post it here.  All UNIX and Linux newbies welcome !!]]></description>
		<language>en</language>
		<lastBuildDate>Fri, 20 Nov 2009 21:58:23 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>5</ttl>
		<image>
			<url>http://solaris.unix.com/images/misc/rss.jpg</url>
			<title><![CDATA[The UNIX and Linux Forums - UNIX for Dummies Questions & Answers]]></title>
			<link>http://www.unix.com/</link>
		</image>
		<item>
			<title>problam with diff</title>
			<link>http://www.unix.com/unix-dummies-questions-answers/124272-problam-diff-new-post.html</link>
			<pubDate>Fri, 20 Nov 2009 18:03:14 GMT</pubDate>
			<description><![CDATA[hi, I want to compare 2 files and see if there is a difference between them 
so i did: 
set aa = `diff file1.txt file2.txt` 
if ($aa == "") then 
echo "no difference" 
else 
echo "different files" 
endif 
  
and i get the error msg:]]></description>
			<content:encoded><![CDATA[<div>hi, I want to compare 2 files and see if there is a difference between them<br />
so i did:<br />
set aa = `diff file1.txt file2.txt`<br />
if ($aa == &quot;&quot;) then<br />
echo &quot;no difference&quot;<br />
else<br />
echo &quot;different files&quot;<br />
endif<br />
 <br />
and i get the error msg:<br />
if: Badly formed number.<br />
<br />
 <br />
 <br />
now when im doing the ccomperation like this:<br />
set aa<br />
if ($aa == &quot;&quot;) then<br />
echo &quot;no difference&quot;<br />
else<br />
echo &quot;different files&quot;<br />
endif<br />
 <br />
 <br />
it works good.<br />
why the diff doing problams??<br />
what can i do?</div>

]]></content:encoded>
			<category domain="http://www.unix.com/unix-dummies-questions-answers/"><![CDATA[UNIX for Dummies Questions & Answers]]></category>
			<dc:creator>nirnir26</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/unix-dummies-questions-answers/124272-problam-diff.html</guid>
		</item>
		<item>
			<title>Auditd problem</title>
			<link>http://www.unix.com/unix-dummies-questions-answers/124266-auditd-problem-new-post.html</link>
			<pubDate>Fri, 20 Nov 2009 15:15:55 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I have the following my logs: 
 
 
Code: 
--------- 
Nov 20 04:02:04 mail-07 kernel: audit: audit_backlog=326 > audit_backlog_limit=320 
Nov 20 04:02:04 mail-07 kernel: audit: audit_lost=4272 audit_rate_limit=0 audit_backlog_limit=320 
Nov 20 04:02:04 mail-07 kernel: audit: backlog limit...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have the following my logs:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Nov 20 04:02:04 mail-07 kernel: audit: audit_backlog=326 &gt; audit_backlog_limit=320<br />
Nov 20 04:02:04 mail-07 kernel: audit: audit_lost=4272 audit_rate_limit=0 audit_backlog_limit=320<br />
Nov 20 04:02:04 mail-07 kernel: audit: backlog limit exceeded<br />
Nov 20 04:02:04 mail-07 kernel: audit: audit_backlog=326 &gt; audit_backlog_limit=320<br />
Nov 20 04:02:04 mail-07 kernel: audit: audit_lost=4273 audit_rate_limit=0 audit_backlog_limit=320<br />
Nov 20 04:02:04 mail-07 kernel: audit: backlog limit exceeded<br />
Nov 20 04:02:04 mail-07 kernel: audit: audit_backlog=326 &gt; audit_backlog_limit=320<br />
Nov 20 04:02:04 mail-07 kernel: audit: audit_lost=4274 audit_rate_limit=0 audit_backlog_limit=320<br />
Nov 20 04:02:04 mail-07 kernel: audit: backlog limit exceeded<br />
Nov 20 04:02:04 mail-07 kernel: audit: audit_backlog=326 &gt; audit_backlog_limit=320<br />
Nov 20 04:02:04 mail-07 kernel: audit: audit_lost=4275 audit_rate_limit=0 audit_backlog_limit=320<br />
Nov 20 04:02:04 mail-07 kernel: audit: backlog limit exceeded</code><hr />
</div>What do I do to fix this problem? Please provide a careful explanation as I am new to auditd.<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.unix.com/unix-dummies-questions-answers/"><![CDATA[UNIX for Dummies Questions & Answers]]></category>
			<dc:creator>mojoman</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/unix-dummies-questions-answers/124266-auditd-problem.html</guid>
		</item>
		<item>
			<title>(/var/log/messages) issue</title>
			<link>http://www.unix.com/unix-dummies-questions-answers/124265-var-log-messages-issue-new-post.html</link>
			<pubDate>Fri, 20 Nov 2009 14:55:17 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I found this in my logs today for vsftpd: 
 
Code: 
--------- 
Nov 17 08:43:58 ftp vsftpd: Tue Nov 17 13:43:58 2009 [pid 26389] [ccm] OK LOGIN: Client "205.150.86.90" 
Nov 17 08:44:49 ftp avahi-daemon[2443]: Withdrawing address record for 205.111.86.22 on eth0. 
Nov 17 08:44:49 ftp...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I found this in my logs today for vsftpd:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Nov 17 08:43:58 ftp vsftpd: Tue Nov 17 13:43:58 2009 [pid 26389] [ccm] OK LOGIN: Client &quot;205.150.86.90&quot;<br />
Nov 17 08:44:49 ftp avahi-<acronym title="Disk and Execution Monitor">daemon</acronym>[2443]: Withdrawing address record for 205.111.86.22 on eth0.<br />
Nov 17 08:44:49 ftp avahi-<acronym title="Disk and Execution Monitor">daemon</acronym>[2443]: Leaving mDNS multicast group on interface eth0.IPv4 with address 205.111.86.22 <br />
Nov 17 08:44:49 ftp avahi-<acronym title="Disk and Execution Monitor">daemon</acronym>[2443]: iface.c: interface_mdns_mcast_join() called but no local address available.<br />
Nov 17 08:44:49 ftp avahi-<acronym title="Disk and Execution Monitor">daemon</acronym>[2443]: Interface eth0.IPv4 no longer relevant for mDNS.<br />
Nov 17 08:44:49 ftp avahi-<acronym title="Disk and Execution Monitor">daemon</acronym>[2443]: Withdrawing address record for fe80::213:20ff:feaf:2fae on eth0.<br />
Nov 17 08:44:49 ftp avahi-<acronym title="Disk and Execution Monitor">daemon</acronym>[2443]: Leaving mDNS multicast group on interface eth0.IPv6 with address fe80::213:20ff:feaf:2fae.<br />
Nov 17 08:44:49 ftp avahi-<acronym title="Disk and Execution Monitor">daemon</acronym>[2443]: iface.c: interface_mdns_mcast_join() called but no local address available.<br />
Nov 17 08:44:49 ftp avahi-<acronym title="Disk and Execution Monitor">daemon</acronym>[2443]: Interface eth0.IPv6 no longer relevant for mDNS.<br />
Nov 17 08:44:50 ftp kernel: ADDRCONF(NETDEV_UP): eth0: link is not ready<br />
Nov 17 08:44:50 ftp kernel: e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex</code><hr />
</div>What is going on?</div>

]]></content:encoded>
			<category domain="http://www.unix.com/unix-dummies-questions-answers/"><![CDATA[UNIX for Dummies Questions & Answers]]></category>
			<dc:creator>mojoman</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/unix-dummies-questions-answers/124265-var-log-messages-issue.html</guid>
		</item>
		<item>
			<title>Using a case statement with a range of numbers</title>
			<link>http://www.unix.com/unix-dummies-questions-answers/124263-using-case-statement-range-numbers-new-post.html</link>
			<pubDate>Fri, 20 Nov 2009 13:56:34 GMT</pubDate>
			<description><![CDATA[Hey guys, 
 
I'm trying to setup a case statement that checks a value against 5 separate ranges of numbers. 
 
Here are the things I've tried with no success. 
 
case "$AGE" in 
        "<10") echo "You're in this decade.";; 
        "[11..20]") echo "You're in this decade.";; 
        "[21,30]")...]]></description>
			<content:encoded><![CDATA[<div>Hey guys,<br />
<br />
I'm trying to setup a case statement that checks a value against 5 separate ranges of numbers.<br />
<br />
Here are the things I've tried with no success.<br />
<br />
case &quot;$AGE&quot; in<br />
        &quot;&lt;10&quot;) echo &quot;You're in this decade.&quot;;;<br />
        &quot;[11..20]&quot;) echo &quot;You're in this decade.&quot;;;<br />
        &quot;[21,30]&quot;) echo &quot;You're in this decade.&quot;;;<br />
        &quot;[31-40]&quot;) echo &quot;You're in this decade.&quot;;;<br />
        &quot;[&gt;41&amp;&amp;&lt;50]) echo &quot;You're in this decade.&quot;;;<br />
        <br />
esac<br />
<br />
Anyone have any ideas as to set this up?</div>

]]></content:encoded>
			<category domain="http://www.unix.com/unix-dummies-questions-answers/"><![CDATA[UNIX for Dummies Questions & Answers]]></category>
			<dc:creator>fufaso</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/unix-dummies-questions-answers/124263-using-case-statement-range-numbers.html</guid>
		</item>
		<item>
			<title>$#, $!, $? etc...</title>
			<link>http://www.unix.com/unix-dummies-questions-answers/124247-etc-new-post.html</link>
			<pubDate>Fri, 20 Nov 2009 12:53:29 GMT</pubDate>
			<description>Hi all, 
  
In Bash shell, do the references $#, $$ etc have a collective name? 
  
Also is there any way of finding a comprehensive list of those that are available and what information they store? 
  
many thanks 
  
skinny</description>
			<content:encoded><![CDATA[<div>Hi all,<br />
 <br />
In Bash shell, do the references $#, $$ etc have a collective name?<br />
 <br />
Also is there any way of finding a comprehensive list of those that are available and what information they store?<br />
 <br />
many thanks<br />
 <br />
skinny</div>

]]></content:encoded>
			<category domain="http://www.unix.com/unix-dummies-questions-answers/"><![CDATA[UNIX for Dummies Questions & Answers]]></category>
			<dc:creator>skinnygav</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/unix-dummies-questions-answers/124247-etc.html</guid>
		</item>
		<item>
			<title>string empty</title>
			<link>http://www.unix.com/unix-dummies-questions-answers/124245-string-empty-new-post.html</link>
			<pubDate>Fri, 20 Nov 2009 12:35:29 GMT</pubDate>
			<description>i have a veriable 
  
set var1 
set var2 = abcd 
  
how can i check if var 1 is empty and if var 2 is not empty ???</description>
			<content:encoded><![CDATA[<div>i have a veriable<br />
 <br />
set var1<br />
set var2 = abcd<br />
 <br />
how can i check if var 1 is empty and if var 2 is not empty ???</div>

]]></content:encoded>
			<category domain="http://www.unix.com/unix-dummies-questions-answers/"><![CDATA[UNIX for Dummies Questions & Answers]]></category>
			<dc:creator>nirnir26</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/unix-dummies-questions-answers/124245-string-empty.html</guid>
		</item>
		<item>
			<title>Check Directory with shell script.</title>
			<link>http://www.unix.com/unix-dummies-questions-answers/124225-check-directory-shell-script-new-post.html</link>
			<pubDate>Fri, 20 Nov 2009 06:49:21 GMT</pubDate>
			<description>I need to check a folder with variable number of sub-directories and print the contents of all these sub-directories. 
  
Suppose the folder is X. 
The sub-directories are X1, X2, X3.....(variable). 
I need to check how many folders exists(ls -lrt) and also print the files/directories present...</description>
			<content:encoded><![CDATA[<div>I need to check a folder with variable number of sub-directories and print the contents of all these sub-directories.<br />
 <br />
Suppose the folder is X.<br />
The sub-directories are X1, X2, X3.....(variable).<br />
I need to check how many folders exists(ls -lrt) and also print the files/directories present inside X1, X2, X3....<br />
 <br />
What is the best way to do this?<font color="#738fbf"><br />
<br />
<font size="1">---------- Post updated at 12:19 PM ---------- Previous update was at 12:13 PM ----------</font><br />
<br />
</font>I'm using shell script(.sh) to do this in an SSH session.</div>

]]></content:encoded>
			<category domain="http://www.unix.com/unix-dummies-questions-answers/"><![CDATA[UNIX for Dummies Questions & Answers]]></category>
			<dc:creator>agnivaccent</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/unix-dummies-questions-answers/124225-check-directory-shell-script.html</guid>
		</item>
		<item>
			<title>In need of explanation</title>
			<link>http://www.unix.com/unix-dummies-questions-answers/124216-need-explanation-new-post.html</link>
			<pubDate>Fri, 20 Nov 2009 04:34:22 GMT</pubDate>
			<description><![CDATA[Its great someone provided this script that strips out a filename and extension but can someone explain how each line works?   
  
file1='Jane Mid Doe.txt' 
newfile='Jane.txt' 
  
  
1) ext=${file1##*.} 
2) filename=${file%%.???} 
3) set -- $filename 
4) newfile="1.$extension"]]></description>
			<content:encoded><![CDATA[<div>Its great someone provided this script that strips out a filename and extension but can someone explain how each line works?  <br />
 <br />
file1='Jane Mid Doe.txt'<br />
newfile='Jane.txt'<br />
 <br />
 <br />
1) ext=${file1##*.}<br />
2) filename=${file%%.???}<br />
3) set -- $filename<br />
4) newfile=&quot;1.$extension&quot;</div>

]]></content:encoded>
			<category domain="http://www.unix.com/unix-dummies-questions-answers/"><![CDATA[UNIX for Dummies Questions & Answers]]></category>
			<dc:creator>Lillyt</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/unix-dummies-questions-answers/124216-need-explanation.html</guid>
		</item>
		<item>
			<title>/dev/fd question</title>
			<link>http://www.unix.com/unix-dummies-questions-answers/124211-dev-fd-question-new-post.html</link>
			<pubDate>Fri, 20 Nov 2009 01:56:06 GMT</pubDate>
			<description><![CDATA[what exactly is going on in this piece of code?  what is the role of /dev/fd?  i know that /dev/fd/0 is somehow linked to standard input, but that's the extent of my knowledge 
 
 
Code: 
--------- 
cat header.txt /dev/fd/0 footer.txt 
---------]]></description>
			<content:encoded><![CDATA[<div>what exactly is going on in this piece of code?  what is the role of /dev/fd?  i know that /dev/fd/0 is somehow linked to standard input, but that's the extent of my knowledge<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">cat header.txt /dev/fd/0 footer.txt</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.unix.com/unix-dummies-questions-answers/"><![CDATA[UNIX for Dummies Questions & Answers]]></category>
			<dc:creator>momo.reina</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/unix-dummies-questions-answers/124211-dev-fd-question.html</guid>
		</item>
		<item>
			<title>Process stopped: WCHAN pipe_w</title>
			<link>http://www.unix.com/unix-dummies-questions-answers/124133-process-stopped-wchan-pipe_w-new-post.html</link>
			<pubDate>Fri, 20 Nov 2009 01:22:53 GMT</pubDate>
			<description><![CDATA[Hi. Before throwing my question, thanks to everybody for paying attention. Sorry if my english isn't good enough, but it's not my mother tongue. 
 
That's my question: 
 
I have a java program that throws an external program with "Process p = Runtime.getRuntime.exec(***)". The communication between...]]></description>
			<content:encoded><![CDATA[<div>Hi. Before throwing my question, thanks to everybody for paying attention. Sorry if my english isn't good enough, but it's not my mother tongue.<br />
<br />
That's my question:<br />
<br />
I have a java program that throws an external program with &quot;Process p = Runtime.getRuntime.exec(***)&quot;. The communication between them is by xml files. Mi program writes a file that will be the input of the other, and the other one writes an output file wich my program reads after wait with &quot;p.waitFor()&quot;. Both programs are executed in a remote server through an ssh connection.<br />
<br />
My problem is, sometimes, my java program freezes. If I take a look to the running process with &quot;ps -l&quot; the result is similar to this:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">F S&nbsp;  UID&nbsp;  PID&nbsp; PPID&nbsp; C PRI&nbsp; NI ADDR SZ&nbsp;  WCHAN&nbsp; TTY&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; TIME&nbsp; &nbsp; CMD<br />
0 S&nbsp; 712&nbsp; &nbsp;  ****&nbsp; *******1&nbsp; 2&nbsp; 97&nbsp; 19&nbsp; &nbsp;  -&nbsp; &nbsp;  *****&nbsp; 184466&nbsp; &nbsp; &nbsp; ?&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; **********&nbsp; &nbsp; java<br />
0 S&nbsp; 712&nbsp; &nbsp;  ****&nbsp; ******&nbsp; 99&nbsp; 99&nbsp;  19&nbsp; &nbsp; &nbsp;  -&nbsp;  *****&nbsp; pipe_w&nbsp; &nbsp;  ?&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; **********&nbsp; &nbsp; ext.prog.</code><hr />
</div>I'm not looking for someone to solve my whole problem, but if you could give me at least some clues about what does pipe_w means and what could cause it I'd be very grateful.<br />
<br />
Thanks a lot.<br />
<br />
Edit: I forgot to say that it doesn't happen always. For example, sometimes it fail all the executions over an hour, and sometimes it works fine all day. I don't know if it's about my program, something that it's happening in the server...<br />
<br />
Edit again: This is the actual situation. The other one was a &quot;reconstruction&quot; xD<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">0 S&nbsp;  712 26295&nbsp; &nbsp;  1&nbsp; 0&nbsp; 97&nbsp; 19 - 365416 184466 ?&nbsp; &nbsp; &nbsp;  00:02:47&nbsp;  java<br />
0 S&nbsp;  712 29201 26295&nbsp; 0&nbsp; 99&nbsp; 19 - 60796 pipe_w ?&nbsp; &nbsp; &nbsp; &nbsp; 00:00:00 **********</code><hr />
</div><font color="#738fbf"><br />
<br />
<font size="1">---------- Post updated 20-11-09 at 02:22 AM ---------- Previous update was 19-11-09 at 11:27 AM ----------</font><br />
<br />
</font>I found the problem, thank you. It was a bug in the external program that produced an unfinished loop. I think you can close this thread.<br />
<br />
Sorry for the quotes.</div>

]]></content:encoded>
			<category domain="http://www.unix.com/unix-dummies-questions-answers/"><![CDATA[UNIX for Dummies Questions & Answers]]></category>
			<dc:creator>jlopezperez</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/unix-dummies-questions-answers/124133-process-stopped-wchan-pipe_w.html</guid>
		</item>
		<item>
			<title>check if file exist, and create file</title>
			<link>http://www.unix.com/unix-dummies-questions-answers/124190-check-if-file-exist-create-file-new-post.html</link>
			<pubDate>Thu, 19 Nov 2009 19:46:39 GMT</pubDate>
			<description><![CDATA[hi i have 2 questions: 
1. how can i check if file exist in vi? 
i tryed to do: 
if [ -s $file ]; then 
echo file exist 
  
but i get from the compiler 
if: Expression Syntax. 
 
2. how can i create file in vi?]]></description>
			<content:encoded><![CDATA[<div>hi i have 2 questions:<br />
1. how can i check if file exist in <acronym title="Visual Editor">vi</acronym>?<br />
i tryed to do:<br />
if [ -s $file ]; then<br />
echo file exist<br />
 <br />
but i get from the compiler<br />
if: Expression Syntax.<br />
<br />
2. how can i create file in <acronym title="Visual Editor">vi</acronym>?<br />
when im using cat - so the script stop and wait for me to write somthing into the new file<br />
when im using touch - the file created, but i get the messege : <br />
touch: file arguments missing<br />
Try `touch --help' for more information.<br />
 <br />
???</div>

]]></content:encoded>
			<category domain="http://www.unix.com/unix-dummies-questions-answers/"><![CDATA[UNIX for Dummies Questions & Answers]]></category>
			<dc:creator>nirnir26</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/unix-dummies-questions-answers/124190-check-if-file-exist-create-file.html</guid>
		</item>
		<item>
			<title>Display just CPU run queue number (Nothing Else)</title>
			<link>http://www.unix.com/unix-dummies-questions-answers/124186-display-just-cpu-run-queue-number-nothing-else-new-post.html</link>
			<pubDate>Thu, 19 Nov 2009 18:34:42 GMT</pubDate>
			<description>Im using the vmstat command to display the CPU run queue, but i want to put that into a program so is there a way to just display the number under the r? 
 
Thanks,</description>
			<content:encoded><![CDATA[<div>Im using the vmstat command to display the CPU run queue, but i want to put that into a program so is there a way to just display the number under the r?<br />
<br />
Thanks,</div>

]]></content:encoded>
			<category domain="http://www.unix.com/unix-dummies-questions-answers/"><![CDATA[UNIX for Dummies Questions & Answers]]></category>
			<dc:creator>RAFC_99</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/unix-dummies-questions-answers/124186-display-just-cpu-run-queue-number-nothing-else.html</guid>
		</item>
		<item>
			<title>Converting columns into rows</title>
			<link>http://www.unix.com/unix-dummies-questions-answers/124172-converting-columns-into-rows-new-post.html</link>
			<pubDate>Thu, 19 Nov 2009 16:43:46 GMT</pubDate>
			<description>Is there anyway to convert columns into raws using awk? (or any other command line):eek::eek::eek::eek::eek::eek::eek::eek::eek:</description>
			<content:encoded><![CDATA[<div>Is there anyway to convert columns into raws using awk? (or any other command line):eek::eek::eek::eek::eek::eek::eek::eek::eek:</div>

]]></content:encoded>
			<category domain="http://www.unix.com/unix-dummies-questions-answers/"><![CDATA[UNIX for Dummies Questions & Answers]]></category>
			<dc:creator>cosmologist</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/unix-dummies-questions-answers/124172-converting-columns-into-rows.html</guid>
		</item>
		<item>
			<title>How do you automatically source a .cshrc_local?</title>
			<link>http://www.unix.com/unix-dummies-questions-answers/124169-how-do-you-automatically-source-cshrc_local-new-post.html</link>
			<pubDate>Thu, 19 Nov 2009 16:16:48 GMT</pubDate>
			<description>Hello, 
  
When signing into my UNIX account I have to manually source my .cshrc_local 
  
Is there a way to have my ID source that .cshrc automatically when I first sign in? 
  
Thanks for any help 
  
  
G</description>
			<content:encoded><![CDATA[<div>Hello,<br />
 <br />
When signing into my UNIX account I have to manually source my .cshrc_local<br />
 <br />
Is there a way to have my ID source that .cshrc automatically when I first sign in?<br />
 <br />
Thanks for any help<br />
 <br />
 <br />
G</div>

]]></content:encoded>
			<category domain="http://www.unix.com/unix-dummies-questions-answers/"><![CDATA[UNIX for Dummies Questions & Answers]]></category>
			<dc:creator>blitzkreg6</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/unix-dummies-questions-answers/124169-how-do-you-automatically-source-cshrc_local.html</guid>
		</item>
		<item>
			<title>Ownership of files in bin directory</title>
			<link>http://www.unix.com/unix-dummies-questions-answers/124166-ownership-files-bin-directory-new-post.html</link>
			<pubDate>Thu, 19 Nov 2009 15:54:08 GMT</pubDate>
			<description>When I checked to see who or what owns the files in my bin directory I noticed that some were owned by root while many others were owned by bin. 
  
Should I be concerned that there are files in this directory owned by bin or is bin the same as root as it pertains to limiting access to the files in...</description>
			<content:encoded><![CDATA[<div>When I checked to see who or what owns the files in my bin directory I noticed that some were owned by root while many others were owned by bin.<br />
 <br />
Should I be concerned that there are files in this directory owned by bin or is bin the same as root as it pertains to limiting access to the files in this directory?</div>

]]></content:encoded>
			<category domain="http://www.unix.com/unix-dummies-questions-answers/"><![CDATA[UNIX for Dummies Questions & Answers]]></category>
			<dc:creator>j490428</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/unix-dummies-questions-answers/124166-ownership-files-bin-directory.html</guid>
		</item>
	</channel>
</rss>
