Register now or log in to join your professional community.
if you want to see a file with certain properity Like System,Hidden,ReadOnly you can pass a parameter for ( DIR ) Command in DOS Prompt as Following :
For hidden Files :
Dir / AH
For System Files :
Dir / AS
For ReadOnly Files :
Dir / AR
Hope This Help ...Regards
dir /ah
c:\>Dir/ah
and press enter key
In Linux, ls -a will list all hidden files
dir/ah is the command for view all hidden file and folders in drive or directory