Skip to content

SchnallIch.Net

Primary Menu
  • Home
  • 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

Nmap

25.06.2025

Nginx

25.06.2025

Recent Posts

  • FabricOS
  • Nmap
  • Nginx
  • NIC-Bonding
  • Create Loopback Device

Recent Comments

No comments to show.

Archives

  • June 2025
  • May 2025
  • April 2025

Categories

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

You may have missed

FabricOS

26.06.2025

Nmap

25.06.2025

Nginx

25.06.2025

NIC-Bonding

25.06.2025

Create Loopback Device

25.06.2025

Change HW MAC Address

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