Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connectionsPath: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro
Newsgroups: comp.os.linux.misc
Subject: Re: Files tree
Date: Sat, 13 Apr 2024 00:28:21 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 14
Message-ID:
References:
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 13 Apr 2024 02:28:21 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="c07c9bb19a0975fd36cf4a2cbd5e0704";
logging-data="2764275"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX191LNlM/qbHpackWmxotUy5"
User-Agent: Pan/0.155 (Kherson; fc5a80b8)
Cancel-Lock: sha1:qhHY/7LRk5r3bBZa/aBPR+E+M0o=
Bytes: 1484
On Fri, 12 Apr 2024 14:08:02 -0000 (UTC), vallor wrote:
> ... filenames can contain pretty much any character, including newlines.
Pathnames can contain any character except null.
Components of pathnames (file names, directory names) can contain any
character except “/” (the path separator) and null.
So “/” in a pathname is used to split it into components: zero or more
directory names, ending in a directory or file name.
In my file/directory names, if I feel the urge to have a “/” in the name,
I use a “∕” instead.