You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user accesses a hidden directory, the content still has to be hidden.
At the moment, it works as follows :
if /root/rkduck is hidden and contains the files file1 and file2. ls /root won't display rkduck, but ls /root/rkduck will display file1 and file2.
The text was updated successfully, but these errors were encountered:
If a user accesses a hidden directory, the content still has to be hidden.
At the moment, it works as follows :
if
/root/rkduck
is hidden and contains the filesfile1
andfile2
.ls /root
won't displayrkduck
, butls /root/rkduck
will displayfile1
andfile2
.The text was updated successfully, but these errors were encountered: