coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mkdir and ls display


From: Ngô Huy
Subject: mkdir and ls display
Date: Mon, 9 Nov 2015 15:30:02 +0700

Dear guys,

I had problem with mkdir and ls when I used command:

mkdir "* /" && mkdir "* /etc" && ls.

It only displayed *.

But

find . -type -d -print

display ./* /etc.

If we have hidden directory and use xargs with find to execute some command, it's security risk. Should we patch it's behavior ?

Sorry for my bad english.

Kind regards,
Severus

reply via email to

[Prev in Thread] Current Thread [Next in Thread]