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


Groups > gnu.bash.bug > #14963

difference between /tmp and other directory for loadable mkdir?

From Peng Yu <pengyu.ut@gmail.com>
Newsgroups gnu.bash.bug
Subject difference between /tmp and other directory for loadable mkdir?
Date 2018-12-26 12:40 -0600
Message-ID <mailman.6328.1545849625.1284.bug-bash@gnu.org> (permalink)

Show all headers | View raw


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

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web