Introduction to GNU/Linux (Fedora) Command Line Interface

Slides:



Advertisements
Similar presentations
It's a binary file kept under specific directory.
Advertisements

ATS Programming Short Course I INTRODUCTORY CONCEPTS Tuesday, Jan. 27 th, 2009 Essential Unix Commands.
Exploring the UNIX File System and File Security
Lesson 22 – Introduction to Linux Systems Administration.
Linux Files. Files and directories As in Windows directories are structures which contain –Other directories –Files.
1 Basics of Linux On linux machine: Login at your home directory Open a “shell” or “terminal” or “xterm” workspace (4) On windows machine Intall linux.
Lecture 01CS311 – Operating Systems 1 1 CS311 – Lecture 01 Outline Course introduction Setting up your system Logging onto the servers at OSU with ssh.
CMPE 151: Network Administration Spring Class Description Focus: system and network administration. Sequence of exercises. E.g., installing/configuring.
Virtual Machine and UNIX. What is a VM? VM stands for Virtual Machine. It is a software emulation of hardware. By using a VM, you can have the same hardware.
Embedded Programming and Robotics Lesson 13 Basic Linux 1.
ENGINEERING COMPUTING CENTER LINUX workshop
Linux Shell. 2 Linux Command-Line Interface ■ Linux shells: A shell is a command interpreter that allows you to type commands from the keyboard to interact.
L INUX C OMMAND L INE I NTERFACE G UNAANBAN.G
CS 141 Labs are mandatory. Attendance will be taken in each lab. Make account on moodle. Projects will be submitted via moodle.
Using Macs and Unix Nancy Griffeth January 6, 2014 Funding for this workshop was provided by the program “Computational Modeling and Analysis of Complex.
GETTING STARTED USING LINUX UBUNTU FOR A MULTI-USER SYSTEM Team 4 Lab Coordinator Manager Presentation Prep Webmaster Document Prep Faculty Facilitator.
Learning basic Unix command IT 325 operating system.
V Avon High School Tech Crew Agenda Old Business –Delete Files New Business –Week 10 Topics: Coming up: –Yearbook Picture: Feb 7 12:20PM.
V Avon High School Tech Crew Agenda Old Business –Delete Files New Business –Week 9 Topics: Coming up: –Yearbook Picture: Feb 7 12:20PM.
Linux environment ● Graphical interface – X-window + window manager ● Text interface – terminal + shell.
File Permissions. What are the three categories of users that apply to file permissions? Owner (or user) Group All others (public, world, others)
The UNIX development environment CS 400/600 – Data Structures.
1 Introduce Linux Speaker: Yi-Ji Jheng Date:
Session 2 Wharton Summer Tech Camp Basic Unix. Agenda Cover basic UNIX commands and useful functions.
INTRODUCTION TO LINUX Jacob Chan. GNU/Linux Consists of Linux kernel, GNU utilities, and open source and commercial applications Works like Unix –Multi-user.
March 2, 2005Wah-kai Ngai1 Installation of Geant4 1st HK Simulation Meeting.
UNIX File System by Tero Toikkanen, CAP02S. UNIX Multi-user system Multi-user system Multi-tasking system Multi-tasking system Wide selection of tools.
L&T Infotech1 UNIX – Getting Started - Aneesh Ramani.
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.
Chapter 9 Basic File Processing. Displaying File Contents cat, cat w/append tac nl pr more less head tail.
Tera Term Brian Smith Chris Vasse Zaheemat Adetoro William Newton Tom Presgraves.
Intro to UNIX Presented by: Student Ambassadors: Lauren Lewis Martin Sung.
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:
Basic of UNIX For fresh members of SPARCS
EGEE-III INFSO-RI Enabling Grids for E-sciencE Apr. 25, Grid Computing Hands On Training for Users Faculty of Sciences, University.
Isecur1ty training center Presented by : Eng. Mohammad Khreesha.
Basic Unix Commands & GCC Saurav Karmakar Spring 2007.
UNIX filesystem CS 2204 Class meeting 2 *Notes by Doug Bowman and other members of the CS faculty at Virginia Tech. Copyright
Linux A practical introduction. 1)Background and Getting Started Linux is an operating system with multiple providers Red Hat/CentOS (our version) Ubuntu.
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.
The Kernel At a high level, the kernel in an operating system serves as the bridge between applications and the actual data processing of the hardware.
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 CS3695 – Network Vulnerability Assessment & Risk Mitigation – Introduction to Unix & Linux.
The Unix File sytem. Introduction Tree structure …
Learning basic Unix command It 325 operating system.
Introduction to Linux Server Setup Jonathan Hood CSE 4000 Practical Issues in Software Engineering.
File Management commands cat Cat command cat cal.txt cat command displays the contents of a file here cal.txt on screen (or standard out).
Linux Tutorial Lesson Two *Getting Help in Linux *Data movement and manipulation *Relative and Absolute path *Processes Note: see chapter 1,2,3 from Linux.
Using UNIX Charles Duan FAS Computer Services June 12, 2016.
Linux 101: Introduction To Linux Purdue Linux Users Group Speaker: Thor Smith.
UNIX To do work for the class, you will be using the Unix operating system. Once connected to the system, you will be presented with a login screen. Once.
Introduction to the Linux Commandline
Getting started with CentOS Linux
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 Commands Help HANDS ON TRAINING Author: Muhammad Laique
Introduction History Why linux? Filesystem Linux desktop environments
Some Linux Commands.
Useful Linux Commands.
Command Line Interface for Beginners
CSE 374 Programming Concepts & Tools
Lab 1 introduction, debrief
Introduction to Linux Week 0 - Thursday.
Internet-of-Things (IoT)
The Unix File System.
Getting started with CentOS Linux
Working with Mac OS and Linux
Using emacs and G++ at U. W.
Lab 2: Terminal Basics.
1.3 Given a scenario, apply appropriate Microsoft command line tools
January 26th, 2004 Class Meeting 2
Presentation transcript:

Introduction to GNU/Linux (Fedora) Command Line Interface Version 1.0 Arun SAG August 2009 GNU Free Documentation License.

XTERM KONSOLE TERMINAL The Terminal XTERM KONSOLE TERMINAL

Type of Users ROOT SUDOER USER

Getting Help MAN INFO

File ,Directory Listing LS

Create Files TOUCH TEE

Print contents of a file CAT

Print Contents in Reverse TAC Print Contents in Reverse

Print Last part of file TAIL

Viewing text in screenfull More Less

Directory commands MKDIR CD PWD RMDIR

Copying files and Directories CP SCP RSYNC

Permissions CHMOD CHOWN CHCON

File System TREE DF DU

PING IFCONFIG NETSTAT MII-TOOL Networking commands PING IFCONFIG NETSTAT MII-TOOL

Networking Commands WHOIS TRACEROUTE

System Administration

yum install <name> yum search <name> Installing software yum install <name> yum search <name> yum remove <name> yum update

/etc/init.d/service start /etc/init.d/service stop /etc/init.d/service restart

Auto starting Services chkconfig service on chkconfig service off

Thank You!