<?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: Hidden files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253294#M887698</link>
    <description>Since you are using csh use the syntaz as listed in the sample .cshrc file&lt;BR /&gt;&lt;BR /&gt;            # alias     d       dirs&lt;BR /&gt;            # alias     pd      pushd&lt;BR /&gt;            # alias     pd2     pushd +2&lt;BR /&gt;            # alias     po      popd&lt;BR /&gt;            # alias     m       more&lt;BR /&gt;&lt;BR /&gt;sks&lt;BR /&gt;</description>
    <pubDate>Tue, 20 Apr 2004 05:16:54 GMT</pubDate>
    <dc:creator>Sanjay Kumar Suri</dc:creator>
    <dc:date>2004-04-20T05:16:54Z</dc:date>
    <item>
      <title>Hidden files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253288#M887692</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1) All the hidden files is start with .abc&lt;BR /&gt;Am I right?&lt;BR /&gt;&lt;BR /&gt;2) How to make a file become hidden?&lt;BR /&gt;&lt;BR /&gt;3) If login as root, all the hidden files can be viewed normally. But for normal user, they have to user ll -a command to view hidden files. Is there any command to enable the particular user to view the hidden files without -a command? (The user id for the user must not same as root which is 0)&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 20 Apr 2004 04:41:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253288#M887692</guid>
      <dc:creator>Ngoh Chean Siung</dc:creator>
      <dc:date>2004-04-20T04:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253289#M887693</link>
      <description>1. Yes&lt;BR /&gt;2. The file need to begin with dot.&lt;BR /&gt;3. Use alias ls="ls -al" in .shrc or .cshrc.&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Tue, 20 Apr 2004 04:50:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253289#M887693</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-04-20T04:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253290#M887694</link>
      <description>1) yes&lt;BR /&gt;&lt;BR /&gt;2) rename it to have a "." in front of it.&lt;BR /&gt;&lt;BR /&gt;3) No, sorry</description>
      <pubDate>Tue, 20 Apr 2004 04:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253290#M887694</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-04-20T04:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253291#M887695</link>
      <description>Hi Sanjay,&lt;BR /&gt;&lt;BR /&gt;1) What is .cshrc and .shrc used for?&lt;BR /&gt;&lt;BR /&gt;2) I need to put in "ls -al" inside .cshrc&lt;BR /&gt;Where should I put it? Attach is my .cshrc file.&lt;BR /&gt;&lt;BR /&gt;regards.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2004 05:02:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253291#M887695</guid>
      <dc:creator>Ngoh Chean Siung</dc:creator>
      <dc:date>2004-04-20T05:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253292#M887696</link>
      <description>.shrc &amp;amp; .cshrc are optional shell startup scripts.&lt;BR /&gt;&lt;BR /&gt;POSIX users define it using ~/.shrc whereas C Shell users use ~/.cshrc.&lt;BR /&gt;&lt;BR /&gt;Use vi .shrc to define as below:&lt;BR /&gt;&lt;BR /&gt;alias ls="ls -al"&lt;BR /&gt;&lt;BR /&gt;sks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2004 05:11:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253292#M887696</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-04-20T05:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253293#M887697</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;it depends on which shell is configured for you! It is fixed in the passwd file.&lt;BR /&gt;&lt;BR /&gt;Also you can change it 'csh' for c-shell, for example. &lt;BR /&gt;.cshrc is read when logging in with csh,&lt;BR /&gt;.profile is read with ksh (korn-shell).&lt;BR /&gt;&lt;BR /&gt;Write for example:&lt;BR /&gt;alias ll 'ls -al' &lt;BR /&gt;anywhere in your .cshrc&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Volkmar</description>
      <pubDate>Tue, 20 Apr 2004 05:14:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253293#M887697</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2004-04-20T05:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253294#M887698</link>
      <description>Since you are using csh use the syntaz as listed in the sample .cshrc file&lt;BR /&gt;&lt;BR /&gt;            # alias     d       dirs&lt;BR /&gt;            # alias     pd      pushd&lt;BR /&gt;            # alias     pd2     pushd +2&lt;BR /&gt;            # alias     po      popd&lt;BR /&gt;            # alias     m       more&lt;BR /&gt;&lt;BR /&gt;sks&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2004 05:16:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253294#M887698</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-04-20T05:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253295#M887699</link>
      <description>THere are some files which are user initialization files&lt;BR /&gt;&lt;BR /&gt;for sh/ksh .profile&lt;BR /&gt;csh          .cshrc and .login&lt;BR /&gt;&lt;BR /&gt;Just inside your .cshrc,&lt;BR /&gt;&lt;BR /&gt;alias ls ls -cFa&lt;BR /&gt;&lt;BR /&gt;Once you put this inside the .cshrc file it becomes persistent everytime you log in.&lt;BR /&gt; to be simple the file is used to create the customized user enviroment.&lt;BR /&gt;&lt;BR /&gt;Hidden files start with dot "."&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2004 05:19:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253295#M887699</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-04-20T05:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253296#M887700</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is there any difference between &lt;BR /&gt;&lt;BR /&gt;alias ls ls -cFa &amp;amp; alias ll ls al&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 20 Apr 2004 05:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253296#M887700</guid>
      <dc:creator>Ngoh Chean Siung</dc:creator>
      <dc:date>2004-04-20T05:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253297#M887701</link>
      <description>"ll" is just  a hard link to "ls" with the command doing different things depending on the name is was called as.&lt;BR /&gt; &lt;BR /&gt;With this in mind, there is no difference between alias "ll" and alias "ls"</description>
      <pubDate>Tue, 20 Apr 2004 05:36:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253297#M887701</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-04-20T05:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253298#M887702</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Actually the one that I not clear is&lt;BR /&gt;&lt;BR /&gt;-cFa &amp;amp; al&lt;BR /&gt;&lt;BR /&gt;What is -cFa &amp;amp; al stand for?&lt;BR /&gt;&lt;BR /&gt;Any different?&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 20 Apr 2004 05:42:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253298#M887702</guid>
      <dc:creator>Ngoh Chean Siung</dc:creator>
      <dc:date>2004-04-20T05:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253299#M887703</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can check this with 'man ls'&lt;BR /&gt;&lt;BR /&gt;Option F shows a slash if it is a dir, an * if the file is executable, a @ if it is a symbolic link.&lt;BR /&gt;-c shows last modification of inode&lt;BR /&gt;&lt;BR /&gt;V.</description>
      <pubDate>Tue, 20 Apr 2004 05:43:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hidden-files/m-p/3253299#M887703</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2004-04-20T05:43:20Z</dc:date>
    </item>
  </channel>
</rss>

