cd – This command is used to change directory. Syntax : cd directory mkdir – This command is used to make or create new directory. Syntax : mkdir directory […]
Category: UNIX Tutorial
File Manipulation UNIX commands
cat – This is used to display file contents . Syntax : cat filename cp – This command is used to copy file from a […]
Introduction to UNIX shell
Unix shell is command line interpreter. It processes one command or group of commands on command line when clicking Enter button.There are several UNIX shell […]
