Unix and Samba By: IC Labs (Raj Kidambi). What is Unix?  Unix stands for UNiplexed Information and Computing System. (It was originally spelled "Unics.")

Slides:



Advertisements
Similar presentations
Introduction to the Omega Server CSE Overview Intro to Omega Basic Unix Command Files Directories Printing C and C++ compilers GNU Debugger.
Advertisements

Learning Unix/Linux Bioinformatics Orientation 2008 Eric Bishop.
Cosc 4750 Getting Started in UNIX Don’t be afraid of the prompt, in linux it can be your best friend. In some cases, the only way to do certain things.
Dayu Zhang 9/8/2014 Lab02. Example of Commands pwd --- show your current directory This is home of venus, not your home directory Tilde: means you are.
Spring Introduction Why do we have MAC OS, UNIX, WINDOWS ? Which one is better?
CIS 240 Introduction to UNIX Instructor: Sue Sampson.
Introducing the Command Line CMSC 121 Introduction to UNIX Much of the material in these slides was taken from Dan Hood’s CMSC 121 Lecture Notes.
George Blank University Lecturer. Creating A Web Site at NJIT Professor Blank.
Working Environment - - Linux - -.
Samba Instructional Computing –Short Course Designed by: Chris Scheetz.
CIS392 Sp 03Assign#11 CIS392 Text Processing, Retrieval, and Mining Spring 03 Instructor: Dr. Y. F. Brook Wu BOW toolkit:
UNIX Chapter 00 A “ Quick Start ” into UNIX Operating System Mr. Mohammad Smirat.
CS1020: Intro Workshop. Topics CS1020Intro Workshop Login to UNIX operating system 2. …………………………………… 3. …………………………………… 4. …………………………………… 5. ……………………………………
Dayu Zhang 9/3/2014 Lab01. Lab Instructor: Dayu Zhang Office Hour Mon/Wed 10:40am – 11:10am Room A201 Lab Website
Engineering H192 - Computer Programming The Ohio State University Gateway Engineering Education Coalition Lect 4P. 1Winter Quarter Introduction to UNIX.
1 Some basic Unix commands u Understand the concept of loggin into and out of a Unix shell u Interact with the system in a basic way through keyboard and.
1 SEEM3460 Tutorial Unix Introduction. 2 Introduction What is Unix? An operation system (OS), similar to Windows, MacOS X Why learn Unix? Greatest Software.
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
SoftwareTools CGS 3460, Lecture 7 Jan 25, 2006 Zhen Yang.
Agenda What is Computer Programming? The Programming Process
Brief introduction to UNIX A. Emerson CINECA, High Performance Systems.
Help session: Unix basics Keith 9/9/2011. Login in Unix lab  User name: ug0xx Password: ece321 (initial)  The password will not be displayed on the.
Unix Command Project Justin Rogers for LS 560 Spring 2015.
Linux environment ● Graphical interface – X-window + window manager ● Text interface – terminal + shell.
COSC513 Project Linux Features Instructor: Prof. Mort Anvari Student: Yingfeng Luo ID: #
Unix Basics Chapter 4.
Cmsc 312 Operating Systems. UNIX? DOS – PC? VAX/VMS - mainframe Unix – PC, workstation, mainframe 1970 bell Lab For computer scientist? Why popular? Free.
AN INTRO TO UNIX/LINUX COMMANDS BY: JIAYANG WANG.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
Unix Tutorial for FreeSurfer Users. Helpful To Know FreeSurfer Tutorial Wiki:
Unix Tutorial for FreeSurfer Users. Helpful To Know FreeSurfer Tutorial Wiki:
Agenda Link of the week Use of Virtual Machine Review week one lab assignment This week’s expected outcomes Review next lab assignments Break Out Problems.
1 Lab 2 “Hello world” in Unix/Linux #include "std_lib_facilities_4.h" int main(){ cout
Macintosh and Unix: A Brief Introduction. Sponsored by: Instructional Computing Created by: Jason Cox.
Getting started: Basics Outline: I.Connecting to cluster: ssh II.Connecting outside UCF firewall: VPN client III.Introduction to Linux IV.Intoduction to.
Chapter 0 A “Quick-Start” into the UNIX Operating System.
Chapter 1 : The Linux System Part 2 Lecture 2 11/14/
Tera Term Brian Smith Chris Vasse Zaheemat Adetoro William Newton Tom Presgraves.
Basic Unix Commands CGS 3460, Lecture 6 Jan 23, 2006 Zhen Yang.
1 Remote Access Telnet Telnet FTP FTP. 2 Applications and Communications Telnet Telnet  Program for accessing systems remotely.  Available on Windows.
Creating Programs on UNIX This term you can create programs on UNIX or you can create programs using a C++ compiler on your PC. This set of slides steps.
1May 16, 2005 Week 2 Lab Agenda Command Line FTP Commands Review More UNIX commands to learn File name expansion - * Introduction of vi.
Introduction to Programming Using C An Introduction to Operating Systems.
CS 245 – Part 1 Using Operating Systems and Networks for Programmers Jiang Guo Dept. of Computer Science California State University Los Angeles.
Introduction to SAS/willow (Unix) Sam Gordji Weir 107.
PTA Linux Series Copyright Professional Training Academy, CSIS, University of Limerick, 2006 © Workshop III - Part A Shell Commands Professional Training.
Unix Servers Used in This Class  Two Unix servers set up in CS department will be used for some programming projects  Machine name: eustis.eecs.ucf.edu.
AN INTRO TO UNIX/LINUX COMMANDS BY: JIAYANG WANG.
Linux A practical introduction. 1)Background and Getting Started Linux is an operating system with multiple providers Red Hat/CentOS (our version) Ubuntu.
A Mini UNIX Tutorial. What’s UNIX?  An operating system run on many servers/workstations  Invented by AT&T Bell Labs in late 60’s  There are many different.
ICE UNIX TUTORIAL. File System Commands cd – change directory cd – change directory ls – list contents ls – list contents rm – remove/delete rm – remove/delete.
CS 120 Extra: The CS1 Server Tarik Booker CS 120.
Login Being logged into a command line prompt allows a user to easily and simply execute multiple commands (one-by-one or at the same time) that would.
Assignprelim.1 Assignment Preliminaries © 2012 B. Wilkinson/Clayton Ferner. Modification date: Jan 16a, 2014.
By Jonathan Rinfret UNIX/LINUX By Jonathan Rinfret
Introduction to Unix for FreeSurfer Users
GRID COMPUTING.
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.
A “Quick-Start” into the UNIX Operating System
Logging Into Windows XP for first time (labs only!)
CS1010: Intro Workshop.
Getting started with CentOS Linux
Linux Commands Help HANDS ON TRAINING Author: Muhammad Laique
Andy Wang Object Oriented Programming in C++ COP 3330
Assignment Preliminaries
Ubuntu Working in Terminal
Getting started with CentOS Linux
Andy Wang Object Oriented Programming in C++ COP 3330
Lab 2: Terminal Basics.
Presentation transcript:

Unix and Samba By: IC Labs (Raj Kidambi)

What is Unix?  Unix stands for UNiplexed Information and Computing System. (It was originally spelled "Unics.")  Unix now covers a whole host of variations or “flavors”, including Linux, FreeBSD, and Solaris.

Common Unix Commands  ls - list files in a directory syntax: ls [options] [names]  cd - change directory syntax: cd [dir]  mv - moves or renames a file or directory syntax: mv [options] sources target  rm - removes a file syntax: rm [options] [files]  rm -ir - removes a directory

Unix Commands  mkdir - creates new directory syntax: mkdir [options] directories  exit - allows you to log out of your host  date - prints the current date and time  cal prints the 1997 calendar  whoami - prints who is currently logged on to your terminal.

Unix Commands  mail - brings up a simple mail editor  pwd - tells you where you are; it prints the full pathname of the current directory  If you want more details about a particular command, you can check out the Unix main page, which is basically just a manual for Unix. The command for the manual is man.To quit man, type q.

Text Editors – vi The most commonly available text editor is vi (pronounced vee-eye), which I especially recommend for Mac users. You really only need to know a few commands to get started.vi  To start vi, simply type vi at the command prompt. The thing about vi is that you have to tell it when you're adding and deleting text. You can't simply type and delete, you have to use the following commands:

Vi Commands  To add text - hit the esc key and the letter i (for insert)  To delete text - hit the esc key and the letter x (for delete)  To delete an entire line - hit the esc key and the letters dd  To save your file - hit the esc key and type :w and then hit return  To save and exit vi - hit the esc key and type :wq and hit return

Other Editors  EMACS  Pico

Questions  Any???

Samba By IC Labs (Raj Kidambi)

What is Samba  Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients. Samba is freely available under the GNU General Public License. ( SourceFree SoftwareGNU General Public Licensehttp://us4.samba.org/samba/samba.html What the above technical jargon means is that Samba is a free software that lets you view your Unix Account in an Explorer like Interface enabling you to Drag/Drop from one to another and/or Print.

Uses of Samba  Create, Edit and save documents directly to your account.  Drag and Drop Files  Avoid the use of FTP

Launching Samba  Click on Start -> Programs -> The Internet -> Map Shell Account. This should launch Samba.

Logging into Samba  PLEASE REMEMBER: If your User ID is your Gateway ID, then if you changed your gateway password your Unix/Samba password will still be in the old format, i.e. year/day/ssn.  Enter your User ID and your Password, if you do not know your User ID and password then you can ask the IC Lab employees and they can further assist you.  After you connect into Samba it should open up an Explorer Window with a Title of “J:\”

Using Samba  Once you are logged into your account you can drag and drop from your account to the desktop and vice versa.  When you are done working with Samba, PLEASE remember to CLOSE the window first and then hit Disconnect.

Remember – Security  Remember to DISCONNECT after completing your work, otherwise someone may tamper with your files.  You will be automatically disconnected from Samba if your computer reboots, or crashed, so please SAVE your WORK often.

Additional Information  For more information about SAMBA, as well as information on how to map your shell account on your home computer, please visit the following webpage:

Questions  Any???