How to create alias command in linux Penguin Technology - 22:29 1 Edit Type command to show some alias # alias alias cp='cp -i' alias l.='ls -d .* --color=auto' Create ls command alias ...