1 / 13

UNIX Commands

Discover common UNIX commands like ls, mv, and man, and learn about the UNIX file system hierarchy and file permissions displayed with ls -l.

judithw
Download Presentation

UNIX Commands

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. UNIX Commands A Brief Look at Common UNIX Commands

  2. Use capital -K for Linux machines

  3. The Unix File System Hierarchy “root” / bin usr etc dev tmp stand users kuss user1 user2 passwd ls mv bin mail man local contrib tmp bin bin = directory man vi pine = file

  4. Permissions Displayed with ls -l mode - rw- r-- r-- 1 user3 class 37 Jul 24 11:06 file1 - rwx r-x r-x 1 user3 class 37 Jul 24 11:07 file2 d rwxr-x r-x 2 user3 class 1024 Jul 24 11:09 docs owner group file name type world access Size (bytes) owner access Last edit time group access Number of links to this file.

More Related