UNIX Commands A Brief Look at Common UNIX Commands.

Slides:



Advertisements
Similar presentations
Basic Unix system administration
Advertisements

5 Basic utilities When a user logs in to the Linux operating system the directory that they will start in is their home directory. Most users will have.
UNIX file systems Learning Objectives: 1. To understand the basics of file systems 2. To understand the hierarchical structure in Unix file system 3. To.
The UNIX File System CS465. File Systems What is a file system? A means of organizing information on the computer. A file system is a logical view, not.
File Security. Viewing Permissions ls –l Permission Values.
File security and Permissions A file is owned by the user who created it That user can then specify who can read, write and execute that file A file when.
GNU/Linux Filesystem 1 st AUT GNU/Linux Festival Computer Engineering & IT Department Bahador Bakhshi.
Linux Linux File System.
UNIX Files and Security Software Tools. Slide 2 File Systems l What is a file system? A means of organizing information on the computer. A file system.
1. This presentation covers :  User Interface Administration  Files System and Services Management 2.
Introduction to Linux Workshop February Introduction Rob Lane & The HPC Support Team Research Computing Services CUIT.
Introduction to UNIX donna Bair-Mundy. What is UNIX? Applications OperatingSystem Hardware.
File Systems Sources and Resources: 1. A Students Guide to UNIX, by Hahn 2. Paula Davidson’s Handout on UNIXHandout on UNIX.
The file structure and related utilities CS240 Computer Science II.
Unix Basics Chapter 4.
An Introduction to UNIX System --- Cosc513 Presentation n Instructor: Morteza Anvari n Author: Yonghong Pan n ID#: n Date: Jan.29, 2001.
Cmsc 312 Operating Systems. UNIX? DOS – PC? VAX/VMS - mainframe Unix – PC, workstation, mainframe 1970 bell Lab For computer scientist? Why popular? Free.
File Permissions. What are the three categories of users that apply to file permissions? Owner (or user) Group All others (public, world, others)
Linux overview. Architecture Kernel File system Shell: Korn, Bourne, C, Bash X Windows: Motif, Open Look, X.OrgX.Org Desktop: Gnome, KDE,etc.
June 1, 1999UNIX File System1 Introduction to UNIX D. UNIX File Structure.
Natawut NupairojAssembly Language1 Unix Survival Guide.
UNIX File System by Tero Toikkanen, CAP02S. UNIX Multi-user system Multi-user system Multi-tasking system Multi-tasking system Wide selection of tools.
Managing Files. Module 5 Managing Files ♦ Introduction “On a Linux system, everything is a file; if something is not a file, it is a process.” ♦ Topics.
Linux file system "On a UNIX system, everything is a file; if something is not a file, it is a process." Sorts of files (on a Linux system) Directories:
November 5, 2015CIS 118 Intro to UNIX What’s a Unix? Unix is an Operating System Designed for high-traffic usage Many variants –Linux, BSD: free versions.
E X C E E D I N G E X P E C T A T I O N S Basic LINUX Linux System Administration Dr. Hoganson Kennesaw State University Operating Systems Directory structure:
UNIX History - joint venture between MIT and Bell Labs (originally called Multics) – Ken Thompson (AT&T) created an operating system to run Space.
Chapter 8 File System Security. File Protection Schemes Login passwords Encryption File Access Privileges.
1 File Processing : File Organization and File Systems 2015, Spring Pusan National University Ki-Joune Li.
Slide: 1 UNIX FILE SYSTEM By:Qing Yang ID: Operating System Research Topic December, 2000.
Linux Filesystem WeeSan Lee. Roadmap Disk Partitions The Filesystem Filesystem Mouting & Umounting File Tree File Type File Permission.
CS 245 – Part 1 Using Operating Systems and Networks for Programmers Jiang Guo Dept. of Computer Science California State University Los Angeles.
THE FILE SYSTEM Files long-term storage RAM short-term storage Programs, data, and text are all stored in files, which is stored on.
CIT 383: Administrative ScriptingSlide #1 CIT 383: Administrative Scripting Directories.
A gentle introduction to LINUX at the command prompt.
UNIX filesystem CS 2204 Class meeting 2 *Notes by Doug Bowman and other members of the CS faculty at Virginia Tech. Copyright
1 Introduction to Unix. 2 What is UNIX?  UNIX is an Operating System (OS).  An operating system is a control program that helps the user communicate.
A Brief Overview of Unix Brandon Bohrer. Topics What is Unix? – Quick introduction Documentation – Where to get it, how to use it Text Editors – Know.
1. user1 man lscpshtarvi bin libsbinsharelocalcontrib vue mail tmpvue grouppasswdprofile vmunix news user2 //// sbinusrdevetcoptvarstandtmphome 2.
UNIX file systems Learning Objectives: 1. To understand the basics of file systems 2. To understand the hierarchical structure in Unix file system 3. To.
UNIX Filesystem and Hierarchy AfNOG 2008 Workshop May Rabat, Morocco.
Privileges: who can control what
Commands Basic syntax of shell commands UNIX or shell commands have a basic structure command -options target command comes first (such as cd or ls) any.
Linux 101 Training Module Linux Basics.
Linux file system "On a UNIX system, everything is a file;
Linux/Unix - Download Ubuntu Linux :
Lecture 2 Working with Files and Directories
File and File System Structure
CS314 – Section 5 Recitation 1
Command Line Interface for Beginners
BIF703 File Permissions.
An Introduction to UNIX System --- Cosc513 Presentation
Unix : Introduction and Commands
Web Programming Essentials:
A Brief Overview of Unix
Chapter 7 File and file System structure
The Linux Command Line Chapter 3
ברוכים הבאים למת"ם מבוא לתכנות מערכות
Security and File Permission
UNIX Commands A Brief Look at Common UNIX Commands.
The Linux Command Line Chapter 9
UNIX Commands A Brief Look at Common UNIX Commands.
UNIX Commands A Brief Look at Common UNIX Commands.
Software I: Utilities and Internals
Figure 6-13: Managing Permissions
Chapter 4: The Linux Filesystem
BASIC FILE ATTRIBUTES.
January 26th, 2004 Class Meeting 2
Ustaza. Imtithal Alnour Saeed & Ustaza Sana AL-Hwishel
The Linux Command Line Chapter 3
Presentation transcript:

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.