Thursday, May 22, 2014

add ll command to show ls -la


Open ]# vi /root/.bash_profile

Add the following line

alias ll='ls -la'

After that run the below commad.

 ]# source /root/.bash_profile

This will show ll command as ls -la out put. Like that you can simplify your commands.