Computer Science, asked by Andrew01, 16 days ago

In Linux, essential system programs are stored here.

/tmp

/bin

/dev

/home

Where are essential system programs of linux stored from the above four options?​

Answers

Answered by nivrutimadhavi23
1

Answer:

bin

Explanation:

bin answer. the above four options.

Answered by surajnegi0600
0

Answer:

Essential system programs of Linux are typically stored in /bin and /sbin.

Explanation:

/bin is short for "binary", and contains executable files (also known as binaries) that are required for the basic functionality of the operating system. This includes utilities such as ls, cp, rm, echo, and other essential commands that allow you to interact with the system and perform various tasks.

/sbin, on the other hand, stands for "system binary", and contains executables that are used for system maintenance and administration. These files are typically used by the system administrator to perform tasks such as configuring the system, adding and removing users, and managing the system's resources.

/tmp is a directory used by the system to store temporary files, while /dev contains special device files that represent various hardware components of the system, such as hard disks, CD-ROM drives, and other devices.

More questions and answers:

https://brainly.in/question/17147518?referrer=searchResults

https://brainly.in/question/7774432?referrer=searchResults

#SPJ3

Similar questions