What is the difference between su - oracle and pbrun /bin/su - oracle [duplicate]
Clash Royale CLAN TAG#URR8PPP
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
linux oracle-linux oracle-database
marked as duplicate by G-Man, RalfFriedl, muru, Rui F Ribeiro
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.
add a comment |
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
linux oracle-linux oracle-database
marked as duplicate by G-Man, RalfFriedl, muru, Rui F Ribeiro
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.
add a comment |
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
linux oracle-linux oracle-database
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
linux oracle-linux oracle-database
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
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
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.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
add a comment |
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
add a comment |
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
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
answered Dec 18 at 6:00
user2721943
11
11
add a comment |
add a comment |