Funny Linux commands Hi Folks, 🙏 Namaste and Welcome to my blog 🙏 Hope this finds you safe and healthy! 1) root@vinod$ xeyes (firstly you have to install xeyes packages) 2) . Command: sl (Steam Locomotive) You might be aware of command ‘ls‘ the list command and use it frequently to view the contents of a folder but because of miss-typing sometimes you would result in ‘sl‘, how about getting a little fun in terminal and not “command not found“. yum install sl then run root@vinod$ sl 3) root@vinod$ yum install fortune root@vinod$ fortune You're not my type. For that matter, you're not even my species!!! Future looks spotty. You will spill soup in late evening. You worry too much about your job. Stop it. You are not paid enough to worry. Your love life will be... interesting. 4) Command: factor Time for some Mathematics, this command output all the possible factors of a given number. root@vinod$ factor 5 5: 5 12 12: 2 2 3 1001 1001: ...
This page is helpful if you are new to AWS Cloud and DevOps Stack. I mostly used the Linux OS for demo.