What is /sbin on a linux, unix operating system

What's the sbin directory on a Linux computer system ,

An /sbin directory is a sub directory of root directory, sbin is an abbreviation of system bin.

It's used used by the operating system to store and lookup essential system specific binary programs
ie ip, mkfs.*

Comments

Popular posts from this blog

How to make a html5 breakout game in JavaScript

How to tabulate array key values using console.table

How to set content disposition headers for express nodejs apps

Ways of iterating Object properties in JavaScript

How to evaluate a string on a regular expression rule in JavaScript