H2ONaCl
H2ONaCl

Reputation: 11269

what is the convention for the location of my bash scripts?

I suspect the convention is to leave my bash scripts in one of the directories of the default $PATH. Which?

I imagine 2 kinds of scripts so I am asking for 2 answers, please.

  1. scripts for root user
  2. scripts for regular users

Upvotes: 0

Views: 72

Answers (1)

SiegeX
SiegeX

Reputation: 140327

/usr/local/bin for users and /usr/local/sbin for root is generally the place where user-created scripts meant to be run locally are located

Upvotes: 1

Related Questions