Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #14963 > unrolled thread
| Started by | Peng Yu <pengyu.ut@gmail.com> |
|---|---|
| First post | 2018-12-26 12:40 -0600 |
| Last post | 2018-12-26 12:40 -0600 |
| Articles | 1 — 1 participant |
Back to article view | Back to gnu.bash.bug
difference between /tmp and other directory for loadable mkdir? Peng Yu <pengyu.ut@gmail.com> - 2018-12-26 12:40 -0600
| From | Peng Yu <pengyu.ut@gmail.com> |
|---|---|
| Date | 2018-12-26 12:40 -0600 |
| Subject | difference 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
Back to top | Article view | gnu.bash.bug
csiph-web