<?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: Reg : chmnod help reg in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/reg-chmnod-help-reg/m-p/4622108#M377634</link>
    <description>Mastan,&lt;BR /&gt;&lt;BR /&gt;Why would you need to give full access permissions - that too in Oracle; don't you feel the risk?&lt;BR /&gt;&lt;BR /&gt;Think thru; anyways&lt;BR /&gt;&lt;BR /&gt;chmod 777 directoty-- give FULL : read, write, execute access to ALL!&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;SNS&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 22 Apr 2010 06:01:48 GMT</pubDate>
    <dc:creator>S.N.S</dc:creator>
    <dc:date>2010-04-22T06:01:48Z</dc:date>
    <item>
      <title>Reg : chmnod help reg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reg-chmnod-help-reg/m-p/4622107#M377633</link>
      <description>Dear  All,&lt;BR /&gt;&lt;BR /&gt;I logged in root user and created one directory (oracle_software).What is the command for giving full access to the ora92 user to the above directory.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mastan.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Apr 2010 05:48:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reg-chmnod-help-reg/m-p/4622107#M377633</guid>
      <dc:creator>Mastan</dc:creator>
      <dc:date>2010-04-22T05:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : chmnod help reg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reg-chmnod-help-reg/m-p/4622108#M377634</link>
      <description>Mastan,&lt;BR /&gt;&lt;BR /&gt;Why would you need to give full access permissions - that too in Oracle; don't you feel the risk?&lt;BR /&gt;&lt;BR /&gt;Think thru; anyways&lt;BR /&gt;&lt;BR /&gt;chmod 777 directoty-- give FULL : read, write, execute access to ALL!&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;SNS&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Apr 2010 06:01:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reg-chmnod-help-reg/m-p/4622108#M377634</guid>
      <dc:creator>S.N.S</dc:creator>
      <dc:date>2010-04-22T06:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : chmnod help reg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reg-chmnod-help-reg/m-p/4622109#M377635</link>
      <description>Dear S.N.S,&lt;BR /&gt;&lt;BR /&gt;Thank for your quick response on my query.&lt;BR /&gt;I already gave chmod 777 command, but still ora92 user unable to move the files in particular directory.&lt;BR /&gt;Kindly let me know the solution.&lt;BR /&gt;&lt;BR /&gt;This is my kind request.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mastan.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Apr 2010 06:09:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reg-chmnod-help-reg/m-p/4622109#M377635</guid>
      <dc:creator>Mastan</dc:creator>
      <dc:date>2010-04-22T06:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : chmnod help reg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reg-chmnod-help-reg/m-p/4622110#M377636</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For giving full permission as below,&lt;BR /&gt;#chmod 777 directory&lt;BR /&gt;#chown -R root:root directory&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90682/chown.2.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90682/chown.2.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers//&lt;BR /&gt;taifur</description>
      <pubDate>Thu, 22 Apr 2010 06:13:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reg-chmnod-help-reg/m-p/4622110#M377636</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2010-04-22T06:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : chmnod help reg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reg-chmnod-help-reg/m-p/4622111#M377637</link>
      <description>Hi Mastan,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I should have read your question twice:&lt;BR /&gt;&lt;BR /&gt;From the man page (I dont know why the link does have this eg)&lt;BR /&gt;------------------------------------------&lt;BR /&gt;The following command changes the owner of the file jokes to sandi:&lt;BR /&gt;&lt;BR /&gt;           chown sandi jokes&lt;BR /&gt;&lt;BR /&gt;      The following command searches the directory design_notes and changes&lt;BR /&gt;      each file in that directory to owner mark and group users:&lt;BR /&gt;&lt;BR /&gt;           chown -R mark:users design_notes&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;&lt;BR /&gt;In Your Case:&lt;BR /&gt;&lt;BR /&gt;chown -R ora92:GROUP  oracle_software&lt;BR /&gt;&lt;BR /&gt;This should work out.&lt;BR /&gt;&lt;BR /&gt;And, keep in mind that you haven give ALL access using the chmod 777 command, security issue.(Did u receive any error after running the command?)&lt;BR /&gt;&lt;BR /&gt;Let Us know your progress!&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;SNS&lt;BR /&gt;&lt;BR /&gt;NB: Thanks for the very quick points - however, points above 7 should not be given if the answer didnt help your question :-)</description>
      <pubDate>Thu, 22 Apr 2010 09:44:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reg-chmnod-help-reg/m-p/4622111#M377637</guid>
      <dc:creator>S.N.S</dc:creator>
      <dc:date>2010-04-22T09:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : chmnod help reg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reg-chmnod-help-reg/m-p/4622112#M377638</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;nothing special in it,, if u read man pages u can do by ur own&lt;BR /&gt;&lt;BR /&gt;chmod 777 username&lt;BR /&gt;&lt;BR /&gt;chown -R username:group filename&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;MC</description>
      <pubDate>Thu, 22 Apr 2010 09:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reg-chmnod-help-reg/m-p/4622112#M377638</guid>
      <dc:creator>madhuchakkaravarthy</dc:creator>
      <dc:date>2010-04-22T09:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : chmnod help reg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reg-chmnod-help-reg/m-p/4622113#M377639</link>
      <description>Dear Taifur /  S.N.S / Madhu,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your suggestions.&lt;BR /&gt;&lt;BR /&gt;Reagrds,&lt;BR /&gt;Mastan.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Apr 2010 10:04:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reg-chmnod-help-reg/m-p/4622113#M377639</guid>
      <dc:creator>Mastan</dc:creator>
      <dc:date>2010-04-22T10:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : chmnod help reg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reg-chmnod-help-reg/m-p/4622114#M377640</link>
      <description>Mastan,&lt;BR /&gt;&lt;BR /&gt;Here you go:&lt;BR /&gt;&lt;BR /&gt;1. # chown ora92:dba oracle_software&lt;BR /&gt;2. # chmod u+rwx,g+rwx oracle_software&lt;BR /&gt;&lt;BR /&gt;-If you have dba group the group membership should be given to dba group as mentioned .Else you can make group membership to others.&lt;BR /&gt;&lt;BR /&gt;To verify : Check with #ls -l&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Thu, 22 Apr 2010 10:09:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reg-chmnod-help-reg/m-p/4622114#M377640</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2010-04-22T10:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : chmnod help reg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reg-chmnod-help-reg/m-p/4622115#M377641</link>
      <description>Use -R with the commands for recursive change of the perm.</description>
      <pubDate>Thu, 22 Apr 2010 10:11:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reg-chmnod-help-reg/m-p/4622115#M377641</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2010-04-22T10:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : chmnod help reg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reg-chmnod-help-reg/m-p/4622116#M377642</link>
      <description>Dear Raj,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mastan.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Apr 2010 10:29:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reg-chmnod-help-reg/m-p/4622116#M377642</guid>
      <dc:creator>Mastan</dc:creator>
      <dc:date>2010-04-22T10:29:57Z</dc:date>
    </item>
  </channel>
</rss>

