130 likes | 154 Views
Discover common UNIX commands like ls, mv, and man, and learn about the UNIX file system hierarchy and file permissions displayed with ls -l.
E N D
UNIX Commands A Brief Look at Common UNIX Commands
Use capital -K for Linux machines
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
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.