Skip to content
Home
Hosting
OS
Linux
Commands
HTML
Canvas
Useful Scripts
General
SEO
CSS
Animation
Libraries and Scripts
PHP
General
Strings Operations
Laravel
General
Livewire
Voyager
Libraries and Scripts
MediaWiki
Symfony
General
Sympfony 5
Twig
JS
JS General
Node JS
ENV
LemonadeJS
React
Useful Scripts
Home
>
OS
>
Linux
Linux
Working with applications
ln -s /usr/games/cowsay /usr/bin/cowsay - We create a symbolic link so that when starting we do not have to write the path to the application. Then run it like this: cowsay “TEST”
Learn More