Q32
Which of the following directories contain all the Alias created by a user, including his login directory?
A.
/tmp
B.
/etc
C.
/usr
D.
/dev
E.
None of the above
AnswerAnswer: Option E
Solution
Answer: Option E
Solution:
The correct answer is Option E: None of the above.In Unix, the directory that contains all the aliases created by a user, including their login directory, is typically the user's home directory. By default, aliases are usually stored in a user's configuration files such as .bashrc or .bash_profile located in their home directory.
Therefore, None of the above options is the correct directory for storing user aliases.