Ask Question
15 November, 23:05

What is the first character for a file or directory names if they should not be displayed by commands such as ls unless specifically requested

+5
Answers (1)
  1. 15 November, 23:54
    0
    Answer: The. (dot) character

    Explanation: in Linux, the period (dot) is short hand for the bash built in source. It will read and execute commands from a file in the current environment and return the exit status of the last command executed.

    The. (dot) character is the first character for a file or directory names if they should not be displayed by commands such as ls unless specifically requested
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What is the first character for a file or directory names if they should not be displayed by commands such as ls unless specifically ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers