Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #14963
| 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) |
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
difference between /tmp and other directory for loadable mkdir? Peng Yu <pengyu.ut@gmail.com> - 2018-12-26 12:40 -0600
csiph-web