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 connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <lbq2ahF2sd0U1@mid.individual.net>
Deutsch   English   Français   Italiano  
<lbq2ahF2sd0U1@mid.individual.net>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: John-Paul Stewart <jpstewart@personalprojects.net>
Newsgroups: comp.os.linux.misc
Subject: Re: How many ways can you run a script?
Date: Wed, 29 May 2024 21:16:01 -0400
Lines: 25
Message-ID: <lbq2ahF2sd0U1@mid.individual.net>
References: <v372oq$1462c$1@dont-email.me> <6657ab94@news.ausics.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Trace: individual.net hkDz3Hf6b994S0atvQANIgO56FJ6vAom194JPMjI/yHNQcev4G
Cancel-Lock: sha1:lSMHbM2Lr0CD2oz+vWc8YiVLxtE= sha256:sUcW+rx/WvkfZ/G2EA13IBoan35wVDN5SLGkFdyo4kk=
User-Agent: Mozilla Thunderbird
Content-Language: en-CA
In-Reply-To: <6657ab94@news.ausics.net>
Bytes: 1604

On 2024-05-29 6:26 p.m., Computer Nerd Kev wrote:
> Woozy Song <suzyw0ng@outlook.com> wrote:
>> sh script
>> bash script
>> source script
>> taskset FF script
>> rsh localhost script
>> ssh localhost script
>> xterm -e script
>> nohup script
>>
>> I know these are not all equivalent and may have idiosyncracies.
>> Any others?
> 
> Are you serious? This question is way to vague to get an accurate
> and useful answer. 
[snip]
> That's on top of the innumerable programs that one way or other
> could launch a script only on the local system.

Not to mention all the other available shells beyond sh and bash such as
dash, ksh and family, csh and family (which may actually be required,
depending on script syntax), zsh.  And those are just the ones I can
think of off the top of my head.