Does Bash Support Remote File System Features?

0
6
Asked By CuriousCat123 On

Hey everyone! I've been digging into Midnight Commander and noticed a menu item called "Shell Link". When you check the help for it, it mentions a Remote File System feature in Bash. However, I couldn't find any reference to this feature in the official Bash documentation. So I'm curious, does Bash actually support this Remote File System capability? Thanks!

1 Answer

Answered By RebelCoder42 On

That feature you're looking for isn't actually something built into Bash directly. It's called FISH (Files transferred over shell protocol), but it just requires a shell compatible with Bash on the other end, so it's not inherently a Bash feature.

CuriousCat123 -

Isn't Bash considered one of those compatible shells?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.