What is the difference between /usr/local/bin & /usr/local/sbinIs there a good summary somewhere of what...
"The cow" OR "a cow" OR "cows" in this context
What's the polite way to say "I need to urinate"?
Relationship between strut and baselineskip
Alignment of various blocks in tikz
How much cash can I safely carry into the USA and avoid civil forfeiture?
Is the claim "Employers won't employ people with no 'social media presence'" realistic?
How do I reattach a shelf to the wall when it ripped out of the wall?
Function pointer with named arguments?
Was there a Viking Exchange as well as a Columbian one?
If a planet has 3 moons, is it possible to have triple Full/New Moons at once?
Like totally amazing interchangeable sister outfits II: The Revenge
Why did C use the -> operator instead of reusing the . operator?
can anyone help me with this awful query plan?
Why must Chinese maps be obfuscated?
Initiative: Do I lose my attack/action if my target moves or dies before my turn in combat?
Phrase for the opposite of "foolproof"
Multiple options vs single option UI
Mistake in years of experience in resume?
Is Diceware more secure than a long passphrase?
What term is being referred to with "reflected-sound-of-underground-spirits"?
As an international instructor, should I openly talk about my accent?
How to limit Drive Letters Windows assigns to new removable USB drives
bldc motor, esc and battery draw, nominal vs peak
What is causing the white spot to appear in some of my pictures
What is the difference between /usr/local/bin & /usr/local/sbin
Is there a good summary somewhere of what should go in each of the main folders in a linux install?What is the difference between double and single square brackets in bash?Where is a good permanent place to install custom bash scripts?Why doesn't sudo -E actually preserve my environment?Installed MySQL but can't find itInstall Java EE 6 on CentOS 6What is the difference between /sbin/nologin and /bin/false?How to load the environment variables at boot time before X11 on Ubuntu Precise?Command echo still working as normal after removingLinux “which virtualenv-2.7” shows a repeating path
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I wrote a simple script which I want to share with my colleagues.
Should it be in /usr/local/bin or /usr/local/sbin? What is the typical usage for these directories?
linux directory
add a comment |
I wrote a simple script which I want to share with my colleagues.
Should it be in /usr/local/bin or /usr/local/sbin? What is the typical usage for these directories?
linux directory
add a comment |
I wrote a simple script which I want to share with my colleagues.
Should it be in /usr/local/bin or /usr/local/sbin? What is the typical usage for these directories?
linux directory
I wrote a simple script which I want to share with my colleagues.
Should it be in /usr/local/bin or /usr/local/sbin? What is the typical usage for these directories?
linux directory
linux directory
edited 53 secs ago
Michael Hampton♦
176k27321651
176k27321651
asked Feb 17 '10 at 4:43
Jérôme KervielJérôme Kerviel
7113
7113
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
/usr/local/bin is for programs that a normal user may run.
/usr/local/sbin is for system administration programs (which are not part of the core OS) that a local administrator may run. By default, a normal user does not have /usr/local/sbin on their path.
add a comment |
The information you seek is available many places, one of which is http://www.pathname.com/fhs/.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f113675%2fwhat-is-the-difference-between-usr-local-bin-usr-local-sbin%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
/usr/local/bin is for programs that a normal user may run.
/usr/local/sbin is for system administration programs (which are not part of the core OS) that a local administrator may run. By default, a normal user does not have /usr/local/sbin on their path.
add a comment |
/usr/local/bin is for programs that a normal user may run.
/usr/local/sbin is for system administration programs (which are not part of the core OS) that a local administrator may run. By default, a normal user does not have /usr/local/sbin on their path.
add a comment |
/usr/local/bin is for programs that a normal user may run.
/usr/local/sbin is for system administration programs (which are not part of the core OS) that a local administrator may run. By default, a normal user does not have /usr/local/sbin on their path.
/usr/local/bin is for programs that a normal user may run.
/usr/local/sbin is for system administration programs (which are not part of the core OS) that a local administrator may run. By default, a normal user does not have /usr/local/sbin on their path.
answered Feb 17 '10 at 8:33
dogbanedogbane
79648
79648
add a comment |
add a comment |
The information you seek is available many places, one of which is http://www.pathname.com/fhs/.
add a comment |
The information you seek is available many places, one of which is http://www.pathname.com/fhs/.
add a comment |
The information you seek is available many places, one of which is http://www.pathname.com/fhs/.
The information you seek is available many places, one of which is http://www.pathname.com/fhs/.
answered Feb 17 '10 at 4:51
John GardeniersJohn Gardeniers
25k847105
25k847105
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f113675%2fwhat-is-the-difference-between-usr-local-bin-usr-local-sbin%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown