Executable files such as ping, grep and cp are stored in which directory?1 point/etc/bin/root/sbin
Question
Executable files such as ping, grep and cp are stored in which directory?
1 point
- /etc
- /bin
- /root
- /sbin
Solution
The executable files like ping
, grep
, and cp
are typically located in the /bin
and /sbin
directories on Unix-like operating systems.
-
/bin: This directory contains essential user binaries (executables) that need to be available for all users. Most of the basic commands used in normal operations, like
cp
,ls
, andcat
, are found here. -
/sbin: This directory includes system binaries, which are executable files used for system maintenance and administrative tasks. Commands like
ping
, which requires administrative privileges in certain contexts, can be found here.
In many distributions, executable files are thus often located in both /bin and /sbin, depending on their purpose and the permissions required.
Final Answer
The correct answer is: /bin and /sbin.
Similar Questions
Which directories are the default location for executable files?A. etc and varB. bin and sbinC. home and etcD. root and dev
Please choose an appropriate answer.The Linux filesystem uses what directory for executables for administrators and standard users alike?/sbin/bin/etc/home
Which environment variable specifies the search path for executable files in Linux?*1 pointa) $PATHb) $SEARCH_PATHc) $EXEC_PATHd) $BIN_PATH
Which is/are the directories that come under the Binary directory?1.0 MarksAll of the above/sbin/bin/opt
In which of the following directory does the configuration files are present?0.5 Marks/bin/usr/home/etc
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.