[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fwd: Command execution by creating file.
From: |
Dennis Williamson |
Subject: |
Re: Fwd: Command execution by creating file. |
Date: |
Tue, 20 Jun 2023 23:10:58 -0500 |
On Tue, Jun 20, 2023 at 10:55 PM LitHack <lithack0@gmail.com> wrote:
> Sorry instead of alias we have to use the function.
>
> Corrected command: mkdir dir;cd dir;<>file;file()bash;*
>
> Thanks and regards.
>
You don't need the function either.
mkdir dir; cd dir; touch bash; *
--
Visit serverfault.com to get your system administration questions answered.