Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14963 > unrolled thread

difference between /tmp and other directory for loadable mkdir?

Started byPeng Yu <pengyu.ut@gmail.com>
First post2018-12-26 12:40 -0600
Last post2018-12-26 12:40 -0600
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug


Contents

  difference between /tmp and other directory for loadable mkdir? Peng Yu <pengyu.ut@gmail.com> - 2018-12-26 12:40 -0600

#14963 — difference between /tmp and other directory for loadable mkdir?

FromPeng Yu <pengyu.ut@gmail.com>
Date2018-12-26 12:40 -0600
Subjectdifference between /tmp and other directory for loadable mkdir?
Message-ID<mailman.6328.1545849625.1284.bug-bash@gnu.org>
Hi,

I can not mkdir -p . in /tmp/ via the loadable mkdir. What is the
difference between /tmp/ and other directories? I am on Mac OS X. Is
this a bug in mkdir?

$ cd /tmp
$ mkdir -p -- .
-bash: mkdir: .: Operation not permitted
$ cd ~/
$ mkdir -p -- .

-- 
Regards,
Peng

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web