<?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: hiding files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hiding-files/m-p/3682982#M245741</link>
    <description>Hi Yajuvendra ,&lt;BR /&gt;&lt;BR /&gt;In unix hidden files are starts with a period (.)  ,  Any file or directory started with . is a hidden and normal ls -l command will  not show this.&lt;BR /&gt;&lt;BR /&gt;To see the hidden file you have to use  &lt;BR /&gt;# ls -la&lt;BR /&gt;&lt;BR /&gt;Though , if u hide its not protected as it can be visiable by ls -la.&lt;BR /&gt;&lt;BR /&gt;Hence you need to workout with permission . Put the files in a directory and set the permission of that directory . You may  also use acl for that. Or write a script to monitor. &lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Raj&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 02 Dec 2005 12:09:45 GMT</pubDate>
    <dc:creator>Raj D.</dc:creator>
    <dc:date>2005-12-02T12:09:45Z</dc:date>
    <item>
      <title>hiding files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hiding-files/m-p/3682978#M245737</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;  I am new Unix user, I want to secure some important files by hiding.  Could anyone please tell me how to hide the files and different methods.</description>
      <pubDate>Fri, 02 Dec 2005 04:01:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hiding-files/m-p/3682978#M245737</guid>
      <dc:creator>Yajuvendra Singh</dc:creator>
      <dc:date>2005-12-02T04:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: hiding files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hiding-files/m-p/3682979#M245738</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;"hidden file" on Unix can be those file with a dot "." as first character as name.&lt;BR /&gt;&lt;BR /&gt;But if u want to secure the content of a file u can use, in editing and creation phase, option "-x" in vi.&lt;BR /&gt;So a password will be prompted .&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;regards</description>
      <pubDate>Fri, 02 Dec 2005 04:31:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hiding-files/m-p/3682979#M245738</guid>
      <dc:creator>Piergiacomo Perini</dc:creator>
      <dc:date>2005-12-02T04:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: hiding files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hiding-files/m-p/3682980#M245739</link>
      <description>You can also use read/write permission to keep you file for your eyes only.&lt;BR /&gt;&lt;BR /&gt;RGDS&lt;BR /&gt;&lt;BR /&gt;Mauro</description>
      <pubDate>Fri, 02 Dec 2005 05:11:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hiding-files/m-p/3682980#M245739</guid>
      <dc:creator>Mauro Gatti</dc:creator>
      <dc:date>2005-12-02T05:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: hiding files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hiding-files/m-p/3682981#M245740</link>
      <description>Unless the files have to go in a specific directory you could put them in a directory the users have no access to.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Fri, 02 Dec 2005 05:22:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hiding-files/m-p/3682981#M245740</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2005-12-02T05:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: hiding files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hiding-files/m-p/3682982#M245741</link>
      <description>Hi Yajuvendra ,&lt;BR /&gt;&lt;BR /&gt;In unix hidden files are starts with a period (.)  ,  Any file or directory started with . is a hidden and normal ls -l command will  not show this.&lt;BR /&gt;&lt;BR /&gt;To see the hidden file you have to use  &lt;BR /&gt;# ls -la&lt;BR /&gt;&lt;BR /&gt;Though , if u hide its not protected as it can be visiable by ls -la.&lt;BR /&gt;&lt;BR /&gt;Hence you need to workout with permission . Put the files in a directory and set the permission of that directory . You may  also use acl for that. Or write a script to monitor. &lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Raj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Dec 2005 12:09:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hiding-files/m-p/3682982#M245741</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-12-02T12:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: hiding files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hiding-files/m-p/3682983#M245742</link>
      <description>Setting permissions to files is the only way to really secure your data. Just hidding files is not a good practice to security. &lt;BR /&gt;&lt;BR /&gt;You can also use gpg to encrypt your files.&lt;BR /&gt;&lt;BR /&gt;Edit your profile and set the umask to 077:&lt;BR /&gt;&lt;BR /&gt;umask 077&lt;BR /&gt;&lt;BR /&gt;Change the permissions to your files using:&lt;BR /&gt;&lt;BR /&gt;chmod 600 filename&lt;BR /&gt;&lt;BR /&gt;Change the permissions to your directories using:&lt;BR /&gt;&lt;BR /&gt;chmod 700 directory&lt;BR /&gt;&lt;BR /&gt;This permissions will set permissions to files and directories to allow access only to you.</description>
      <pubDate>Fri, 02 Dec 2005 14:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hiding-files/m-p/3682983#M245742</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-12-02T14:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: hiding files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hiding-files/m-p/3682984#M245743</link>
      <description>Hi Yajuvendra Singh,&lt;BR /&gt;&lt;BR /&gt;You have posted two threads for almost the problem. We request you to assign points and close any one of the threads.&lt;BR /&gt;&lt;BR /&gt;Second Thread&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=980056" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=980056&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sunil&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Dec 2005 07:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hiding-files/m-p/3682984#M245743</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2005-12-03T07:19:31Z</dc:date>
    </item>
  </channel>
</rss>

