If you want to change the name of the command because it is too long to type or too complicated to remember, try symbolic link.
Symbolic link is a special type of file that points to another file or directory. In the code above, I can execute htop when typing information because they are linked.
Note: Use which <new_file_name>to make sure that <new_file_name> doesn’t already exist in your directory.


