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