1 / 28

A Small UNIX Tutorial

What's UNIX?. An operating system claimed to be

fanchon
Download Presentation

A Small UNIX Tutorial

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. A Small UNIX Tutorial By CGS3063 staff

    2. What’s UNIX? An operating system claimed to be “standard” “from microcomputers to supercomputers” Invented by AT&T Bell Labs in late 60’s Currently there are different versions of UNIX such as SunOS, Linux, DEC OSF/1, AIX, HP-UX 10, Solaris, IRIX, SCO UNIX, etc.

    3. Why we need UNIX? For this class you need to work from your class grove account to finish your homework and/or submit your term paper Knowing basic UNIX commands is essential to finish your homework

    4. UNIX Commands ls [names] – list files contained in a directory name or that match a file name. If no name is given list those files in current directory. ls –a list all files including hidden files ls –l list in long format (including details like permissions, owner, size, etc.), works very much like dir ls –al list all files (including hidden files) in long format ls –dl dir_name lists information about the directory, “dir_name”.

    5. What is a Directory? Your home directory might contain a public_html directory. Your public_html directory might contain an “index.html” file.

More Related