adspace


What is alias mechanism?

Answer Posted / Pawan Kumar Upadhyay

An alias in Unix is a shortcut to a frequently used command or script. It allows users to create a new name for an existing command, making it easier and faster to execute. Aliases can be defined in the user's shell configuration files (e.g., .bashrc).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

988