<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: help : csh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-csh/m-p/2940108#M113554</link>
    <description>hi&lt;BR /&gt;i dont what security you are trying to acheive by linking it .history to /dev/null.&lt;BR /&gt;&lt;BR /&gt;if you dont want that file to be stored, read the man page of csh. snippet is given below. &lt;BR /&gt;&lt;BR /&gt;else, in your .logout file delete the .history file. &lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;-balaji&lt;BR /&gt;+++++++++++++++++++++++++++++++&lt;BR /&gt;           history        This variable is used to create the command&lt;BR /&gt;                          history buffer and to set its size.  If this&lt;BR /&gt;                          variable is not set, no command history is&lt;BR /&gt;                          maintained and history substitutions cannot be&lt;BR /&gt;                          made.  Very large values of history can cause&lt;BR /&gt;                          shell memory overflow.  Values of 10 or 20 are&lt;BR /&gt;                          normal.  All commands, executable or not, are&lt;BR /&gt;                          saved in the command history buffer.&lt;BR /&gt;+++++++++++++++++++++++++++++++&lt;BR /&gt;</description>
    <pubDate>Tue, 01 Apr 2003 05:46:24 GMT</pubDate>
    <dc:creator>Balaji N</dc:creator>
    <dc:date>2003-04-01T05:46:24Z</dc:date>
    <item>
      <title>help : csh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-csh/m-p/2940107#M113553</link>
      <description>I link $HOME/.history to /dev/null for security reason.&lt;BR /&gt;Now, the problem is that all csh based scripts are getting errors when they executed.&lt;BR /&gt;They're running on hpux 11.0.&lt;BR /&gt;&lt;BR /&gt;# csh &lt;FILE name=""&gt;&lt;BR /&gt;$HOME/.history : Not a regular file&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciate,&lt;/FILE&gt;</description>
      <pubDate>Tue, 01 Apr 2003 05:33:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-csh/m-p/2940107#M113553</guid>
      <dc:creator>Insu Kim</dc:creator>
      <dc:date>2003-04-01T05:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: help : csh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-csh/m-p/2940108#M113554</link>
      <description>hi&lt;BR /&gt;i dont what security you are trying to acheive by linking it .history to /dev/null.&lt;BR /&gt;&lt;BR /&gt;if you dont want that file to be stored, read the man page of csh. snippet is given below. &lt;BR /&gt;&lt;BR /&gt;else, in your .logout file delete the .history file. &lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;-balaji&lt;BR /&gt;+++++++++++++++++++++++++++++++&lt;BR /&gt;           history        This variable is used to create the command&lt;BR /&gt;                          history buffer and to set its size.  If this&lt;BR /&gt;                          variable is not set, no command history is&lt;BR /&gt;                          maintained and history substitutions cannot be&lt;BR /&gt;                          made.  Very large values of history can cause&lt;BR /&gt;                          shell memory overflow.  Values of 10 or 20 are&lt;BR /&gt;                          normal.  All commands, executable or not, are&lt;BR /&gt;                          saved in the command history buffer.&lt;BR /&gt;+++++++++++++++++++++++++++++++&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Apr 2003 05:46:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-csh/m-p/2940108#M113554</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-04-01T05:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: help : csh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-csh/m-p/2940109#M113555</link>
      <description>I'd like to know the security reason.  Just make the permissions 700 and move on.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 01 Apr 2003 05:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-csh/m-p/2940109#M113555</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-04-01T05:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: help : csh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-csh/m-p/2940110#M113556</link>
      <description>As specified /dev/null is not a normal file &lt;BR /&gt;Just use&lt;BR /&gt;&lt;BR /&gt;#csh &lt;FILENAME&gt; 2&amp;gt;/dev/null&lt;BR /&gt;&lt;BR /&gt;to redirect the error messages&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/FILENAME&gt;</description>
      <pubDate>Tue, 01 Apr 2003 07:01:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-csh/m-p/2940110#M113556</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-04-01T07:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: help : csh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-csh/m-p/2940111#M113557</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;to disable history functionality you have to unset the environment variable history.&lt;BR /&gt;&lt;BR /&gt;You could do this ie. in /etc/csh.login with:&lt;BR /&gt;&lt;BR /&gt;unsetenv history&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 01 Apr 2003 10:54:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-csh/m-p/2940111#M113557</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2003-04-01T10:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: help : csh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-csh/m-p/2940112#M113558</link>
      <description>Andres, in (t)csh, 'history' is not an 'env' variable, like $PATH or $LOGNAME&lt;BR /&gt;&lt;BR /&gt;unset history&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;set history=0&lt;BR /&gt;set savehist=0&lt;BR /&gt;&lt;BR /&gt;With the tcsh, you can clear the history with&lt;BR /&gt;&lt;BR /&gt;history -c&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Tue, 01 Apr 2003 11:22:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-csh/m-p/2940112#M113558</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-04-01T11:22:58Z</dc:date>
    </item>
  </channel>
</rss>

