What is the difference between su - oracle and pbrun /bin/su - oracle [duplicate]












0















This question already has an answer here:




  • What is difference between pbrun and sudo command?

    3 answers




Could anyone explain the difference between the below commands:



su - oracle


and



pbrun /bin/su - oracle









share|improve this question















marked as duplicate by G-Man, RalfFriedl, muru, Rui F Ribeiro linux
Users with the  linux badge can single-handedly close linux questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Dec 18 at 8:20


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.




















    0















    This question already has an answer here:




    • What is difference between pbrun and sudo command?

      3 answers




    Could anyone explain the difference between the below commands:



    su - oracle


    and



    pbrun /bin/su - oracle









    share|improve this question















    marked as duplicate by G-Man, RalfFriedl, muru, Rui F Ribeiro linux
    Users with the  linux badge can single-handedly close linux questions as duplicates and reopen them as needed.

    StackExchange.ready(function() {
    if (StackExchange.options.isMobile) return;

    $('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
    var $hover = $(this).addClass('hover-bound'),
    $msg = $hover.siblings('.dupe-hammer-message');

    $hover.hover(
    function() {
    $hover.showInfoMessage('', {
    messageElement: $msg.clone().show(),
    transient: false,
    position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
    dismissable: false,
    relativeToBody: true
    });
    },
    function() {
    StackExchange.helpers.removeMessages();
    }
    );
    });
    });
    Dec 18 at 8:20


    This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.


















      0












      0








      0








      This question already has an answer here:




      • What is difference between pbrun and sudo command?

        3 answers




      Could anyone explain the difference between the below commands:



      su - oracle


      and



      pbrun /bin/su - oracle









      share|improve this question
















      This question already has an answer here:




      • What is difference between pbrun and sudo command?

        3 answers




      Could anyone explain the difference between the below commands:



      su - oracle


      and



      pbrun /bin/su - oracle




      This question already has an answer here:




      • What is difference between pbrun and sudo command?

        3 answers








      linux oracle-linux oracle-database






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 18 at 8:28









      Rui F Ribeiro

      39k1479129




      39k1479129










      asked Dec 18 at 5:50









      user327368

      1




      1




      marked as duplicate by G-Man, RalfFriedl, muru, Rui F Ribeiro linux
      Users with the  linux badge can single-handedly close linux questions as duplicates and reopen them as needed.

      StackExchange.ready(function() {
      if (StackExchange.options.isMobile) return;

      $('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
      var $hover = $(this).addClass('hover-bound'),
      $msg = $hover.siblings('.dupe-hammer-message');

      $hover.hover(
      function() {
      $hover.showInfoMessage('', {
      messageElement: $msg.clone().show(),
      transient: false,
      position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
      dismissable: false,
      relativeToBody: true
      });
      },
      function() {
      StackExchange.helpers.removeMessages();
      }
      );
      });
      });
      Dec 18 at 8:20


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






      marked as duplicate by G-Man, RalfFriedl, muru, Rui F Ribeiro linux
      Users with the  linux badge can single-handedly close linux questions as duplicates and reopen them as needed.

      StackExchange.ready(function() {
      if (StackExchange.options.isMobile) return;

      $('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
      var $hover = $(this).addClass('hover-bound'),
      $msg = $hover.siblings('.dupe-hammer-message');

      $hover.hover(
      function() {
      $hover.showInfoMessage('', {
      messageElement: $msg.clone().show(),
      transient: false,
      position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
      dismissable: false,
      relativeToBody: true
      });
      },
      function() {
      StackExchange.helpers.removeMessages();
      }
      );
      });
      });
      Dec 18 at 8:20


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
























          1 Answer
          1






          active

          oldest

          votes


















          0














          The pbrun command is used to request that an application or command be run in a controlled account. I believe the su creds can also be used at the same time. It also has several debugging options. See:



          http://linux-n-unix.blogspot.com/2010/07/what-is-pbrun-command.html






          share|improve this answer




























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            The pbrun command is used to request that an application or command be run in a controlled account. I believe the su creds can also be used at the same time. It also has several debugging options. See:



            http://linux-n-unix.blogspot.com/2010/07/what-is-pbrun-command.html






            share|improve this answer


























              0














              The pbrun command is used to request that an application or command be run in a controlled account. I believe the su creds can also be used at the same time. It also has several debugging options. See:



              http://linux-n-unix.blogspot.com/2010/07/what-is-pbrun-command.html






              share|improve this answer
























                0












                0








                0






                The pbrun command is used to request that an application or command be run in a controlled account. I believe the su creds can also be used at the same time. It also has several debugging options. See:



                http://linux-n-unix.blogspot.com/2010/07/what-is-pbrun-command.html






                share|improve this answer












                The pbrun command is used to request that an application or command be run in a controlled account. I believe the su creds can also be used at the same time. It also has several debugging options. See:



                http://linux-n-unix.blogspot.com/2010/07/what-is-pbrun-command.html







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Dec 18 at 6:00









                user2721943

                11




                11















                    Popular posts from this blog

                    Morgemoulin

                    Scott Moir

                    Souastre