Skip to content

SchnallIch.Net

Primary Menu
  • Home
    • DISCLAIMER
  • SchnallIch.Net
Light/Dark Button
  • Home
  • Linux
  • mkfifo
  • Linux

mkfifo

realThor 22.05.2025
  • Create fifo
  • Example usage

Create fifo

mkfifo /path/to/file.fifo

Example usage

#!/bin/sh

P=/var/run/mysshwatcher.pipe
test -p $P || mkfifo $P

while read x <$P; do
  # ... whatever, e.g.:
  echo "Notification: $x" | wall
done;

Tags: Commands

Post navigation

Previous Previous post:

Metasploit

Next Next post:

Powershell Profile

Leave a Reply Cancel reply

You must be logged in to post a comment.

Related News

  • Linux

FreqTrade (Docker)

02.12.2025 0
  • Linux

SSH

23.09.2025 0

Recent Posts

  • QR-Code creation
  • Check_MK
  • PaloAlto (CLI)
  • Telegram Bot Skeleton
  • FreqTrade (Docker)

Recent Comments

No comments to show.

Archives

  • March 2026
  • February 2026
  • December 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025

Categories

  • Appliance
  • BSD
  • Linux
  • Network
  • Scripting
  • Windows

You may have missed

  • Scripting

QR-Code creation

17.03.2026 0
  • Scripting

Check_MK

13.03.2026 0
  • Appliance

PaloAlto (CLI)

12.03.2026 0
  • Scripting

Telegram Bot Skeleton

05.02.2026 0
  • Linux

FreqTrade (Docker)

02.12.2025 0
  • Linux

SSH

23.09.2025 0
Copyright © All rights reserved. | ChromeNews by AF themes.