In what part of the environment variables should the files placed in / usr / bin be used?
| file name | In what part do you use it? | 
|---|---|
| /bin | Stores basic commands used by the system | 
| /sbin | Stores basic commands for administrators used in the system | 
| /usr/bin | Stores basic commands used in the application | 
| /usr/sbin | Stores application general-purpose commands for administrators used in applications | 
| /usr/local/bin | Stores commands used by the added application | 
| /usr/local/sbin | Store the command for the added administrator | 
| /home/USER/bin | Stores user-added commands | 
| /etc/profile/profile.d | PATH of application commands that can be used by all users Stores shell files to be added | 
Recommended Posts