Basic UNIX Commands

Below are the basic UNIX commands that we use, while working in UNIX environment. UNIX commands are case sensitive.   Listing of Files “ls” command Usage: ls [<options>] [<input_path>] ls <input-path-of-file-or-directory> Lists all the file names in a given directory if input path is a directory. Displays the file name if the given input path … Continue reading Basic UNIX Commands