209k views
5 votes
Jamie is using the UNIX file system to work on his computer. He puts a dot before the file extension to separate it from the filename. How does the UNIX file system interpret the dot?

User Novicef
by
4.9k points

2 Answers

3 votes

Answer:

As a seperator before a file extension

As a character in a file name

As the name of the current folder

Or as the name of the parent folder

Step-by-step explanation:

The dot is simply another character in the file name. It is only specific applications that detect the dot as preceding a file extension.

User Usman Zafar
by
5.0k points
3 votes

Answer:

The answer is: One more character within the structure of the file name with its extension.

Explanation:

The point between the name of the file and its extension is one more character that separates at the same time that joins the name with the extension.

However, keep in mind that in the (.) in the Working Directory or act the directory in which we are operating at each moment of the session. It is represented by a period.

The answer is: One more character within the structure of the file name with its extension.

User Misako
by
4.9k points