Tips for learning Linux system commands

  
                

Learning to use a Linux system is actually a process of mastering many commands, but the commands for learning Linux systems are also tricky, not by simple rote memorization. Here are a few tips on learning Linux commands.

I. Daily Tips

A gradual way to learn Linux commands is to have it display "Daily Tips" every time you open the terminal. This will introduce you to some useful commands and their advanced use techniques.

Add the following line in .bashrc (/home/.bashrc):

echo “Did you know that:”; whatis $(ls /bin

Copyright © Windows knowledge All Rights Reserved