What are "." and ".." in a directory?
Fresh3 days ago
Mar 15, 202672711 viewsConfidence Score0%
0%
Problem
Based on the question: How to make using command prompt less painful, what are the and entries in the most voted answer? I see it when I do a command but it isn't visible to the user in the form of a file. In case you dont know what I mean here's an example:
Error Output
. .. Su.exe Sup.txt SuperUser.COM
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: What are "." and ".." in a directory?
Low Risk
The . is the current directory, while .. signifies the parent directory. It makes things quicker at the command line as well so you don't need to type out full paths. example: go up 2 directories: or on a UNIX based system, to run executable binarie…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix