When working with pathnames in Linux, explain the difference between using two dots and one dot in the pathname.
What will be an ideal response?
Two dots represent the parent directory, and one dots represents the current directory. The parent directory is one directory above your current directory in the directory structure.
Computer Science & Information Technology