Fortune Command in Linux
Fortune Command in Linux
Fortune
- This is an one of the interesting command used in linux
- This command is used to display the random and possibly meaningful message
- It is note that, you need to install this command in your linux distribution before to use.
Install Fortune on Debian Based Linux OS
sudo apt install fortune
Install Fortune on RPM Based Linux OS
sudo dnf install fortune-mod
Syntax
fortune
Example
- In the example above, six times fortune command is tested in online linux terminal.
- In the six times, the command was displayed the random messages...
Comments
Post a Comment