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

Continue Reading

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

Par2

10.07.2025
  • Linux

Ghostscript

10.07.2025

Recent Posts

  • Par2
  • PF
  • Ghostscript
  • OpenVPN
  • OpenSSL

Recent Comments

No comments to show.

Archives

  • July 2025
  • June 2025
  • May 2025
  • April 2025

Categories

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

You may have missed

  • Linux

Par2

10.07.2025
  • BSD

PF

10.07.2025
  • Linux

Ghostscript

10.07.2025
  • Linux

OpenVPN

09.07.2025
  • Linux

OpenSSL

08.07.2025
  • Appliance

FabricOS

26.06.2025
Copyright © All rights reserved. | ChromeNews by AF themes.