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

Metasploit

21.05.2025

mdadm

21.05.2025

Recent Posts

  • MS Graph API
  • Powershell Profile
  • mkfifo
  • Metasploit
  • mdadm

Recent Comments

No comments to show.

Archives

  • May 2025
  • April 2025

Categories

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

You may have missed

MS Graph API

27.05.2025

Powershell Profile

22.05.2025

mkfifo

22.05.2025

Metasploit

21.05.2025

mdadm

21.05.2025

ls

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