<?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: /home/oper in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/home-oper/m-p/3211716#M748741</link>
    <description>Hi,&lt;BR /&gt;I would agree with the previous replies but would add also you do not mention what you will be using for your backup: native commands, tar? fbackup? make_recovery? etc...&lt;BR /&gt;If its native (I supoose sam uses fbackup but I havent tried...), it can be done by giving oper the rights to backup via restricted sam (sam -r, and give oper the privileges on backup/restore)...&lt;BR /&gt;Although for security sudo su2 etc are the best way to do things, you could until you define a sudo policy also allow oper to rlogin root by creating a .rhosts file in root directory  with oper in it, which would allow oper to rlogin/connect as root without having to know the root passwd, dont forget to chmod 400 on the file...then in .profile write a check if it oper that connected, to display a home written bakckup/restore menu...&lt;BR /&gt;Just thoughts...&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
    <pubDate>Mon, 08 Mar 2004 05:00:55 GMT</pubDate>
    <dc:creator>Victor BERRIDGE</dc:creator>
    <dc:date>2004-03-08T05:00:55Z</dc:date>
    <item>
      <title>/home/oper</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/home-oper/m-p/3211713#M748738</link>
      <description>How I will execute boot disk backup from /home/oper, which is not root eqivalant.</description>
      <pubDate>Mon, 08 Mar 2004 02:40:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/home-oper/m-p/3211713#M748738</guid>
      <dc:creator>Mehmood Ansari_1</dc:creator>
      <dc:date>2004-03-08T02:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: /home/oper</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/home-oper/m-p/3211714#M748739</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could use sudo,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.7p5/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.7p5/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 08 Mar 2004 03:54:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/home-oper/m-p/3211714#M748739</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-03-08T03:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: /home/oper</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/home-oper/m-p/3211715#M748740</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;sudo is your best bet.&lt;BR /&gt;&lt;BR /&gt;yuo can assign special right to different user accounts.&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Mon, 08 Mar 2004 04:41:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/home-oper/m-p/3211715#M748740</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2004-03-08T04:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: /home/oper</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/home-oper/m-p/3211716#M748741</link>
      <description>Hi,&lt;BR /&gt;I would agree with the previous replies but would add also you do not mention what you will be using for your backup: native commands, tar? fbackup? make_recovery? etc...&lt;BR /&gt;If its native (I supoose sam uses fbackup but I havent tried...), it can be done by giving oper the rights to backup via restricted sam (sam -r, and give oper the privileges on backup/restore)...&lt;BR /&gt;Although for security sudo su2 etc are the best way to do things, you could until you define a sudo policy also allow oper to rlogin root by creating a .rhosts file in root directory  with oper in it, which would allow oper to rlogin/connect as root without having to know the root passwd, dont forget to chmod 400 on the file...then in .profile write a check if it oper that connected, to display a home written bakckup/restore menu...&lt;BR /&gt;Just thoughts...&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Mon, 08 Mar 2004 05:00:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/home-oper/m-p/3211716#M748741</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2004-03-08T05:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: /home/oper</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/home-oper/m-p/3211717#M748742</link>
      <description>okay,&lt;BR /&gt;In order to check if its oper you would have to create a new root account you could call backup, like that you can test on logname, that is if you wish to reside in the same directory as root and share its .profile otherwise no test is required just write a custom menu if you wish...&lt;BR /&gt;stanza for .rhosts is hostname  user,&lt;BR /&gt;oper to connect would have to type:&lt;BR /&gt;rlogin &lt;HOSTNAME&gt; -l backup&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor&lt;BR /&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Mon, 08 Mar 2004 05:09:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/home-oper/m-p/3211717#M748742</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2004-03-08T05:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: /home/oper</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/home-oper/m-p/3211718#M748743</link>
      <description>sudo, or try setting this up in "Restricted" SAM.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 08 Mar 2004 08:46:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/home-oper/m-p/3211718#M748743</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-03-08T08:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: /home/oper</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/home-oper/m-p/3211719#M748744</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I prefer restricted SAM because it is easily configurable and safer. In addition, it provides menu-enabled GUI which would enhance your operator's ease of use.&lt;BR /&gt;&lt;BR /&gt;For sudo, if you are new to it, it is easy to make mistakes and unintentionally allow unnecessary privileges to non-superusers.&lt;BR /&gt;&lt;BR /&gt;# sam -r&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Sun, 14 Mar 2004 02:05:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/home-oper/m-p/3211719#M748744</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2004-03-14T02:05:13Z</dc:date>
    </item>
  </channel>
</rss>

