shell scripting in unix online training course content

5
Contact Us at: Phone : +91-8500122107 Email : [email protected] Website : www.apex-online-it-training.com Shell Scripting In Unix /Linux Online Training Course Content Unix-Shell Scripting Shell Scripting History of UNIX Features of UNIX Flavors of UNIX Comparison of UNIX with Windows Architecture of UNIX UNIX File System Different types of Files Regular Files Directory Files Device Files Basic Commands pwd, logname, who, finger Exit, date, cal Creating Users & Groups groupadd, groupdel useradd, userdel System startup & Shutdown

Upload: instituteapex

Post on 14-Jan-2015

75 views

Category:

Education


3 download

DESCRIPTION

FRESH BATCH STARTING FROM NEXT WEEK ABOUT TRAINER • 8 YEARS OF INDUSTRY EXPERIENCE • 5 YEARS OF EXPERIENCE IN ONLINE, CLASS ROOM AND CORPORATE TRAINING FOR FREE DEMO contact us at: Phone : +91-8500-122-107 Phone :+91-8341-056-146 Phone : USA +1-2146283894 Phone : USA+1-512-522-8680 Email:[email protected] WebSite: www.apex-online-it-training.com • OTHER COURSE OFFERED AT APEX QA QA- Manual Testing QA- HP QTP (Quick Test Pro)|(Functional Automation Test tool) QA- VB script (for TESTERS) QA- HP QC (Quality Center) QA- SELENIUM IDE, RC, GRID and Web Driver QA- LOAD RUNNER QA- Microsoft Test tools (Coded UI, Unit Test, Web Test and Load Test tools) QA- Test Complete DATAWAREHOSING INFORMATICA INFORMATICA POWER CENTER INFORMATICA DATA QUALITY INFORMATICA POWER EXCHANGE SAP SAP- ABAP SAP- ABAP WORKFLOW SAP NetWEAVER EP SAP-BIW (Business information warehouse) SAP-SD (Sales and Distribution) SAP- ABAP HR SAP- ABAP OOP SAP- SECURITY SAP-CRM (Customer Relationship Management) SAP- BO’S SAP-WM (Warehouse Management) SAP-SEM (Strategic Enterprise Management) SAP-SCM (Supply Chain Management) SAP-MDM SAP-BPS SAP-OIL&GAS SAP- ABAP CROSSAPPLICATIONS SAP- ABAP WEBDYNPRO SAP- BASIS (System Administration) SAP- XI (exchange infrastructure) SAP- BI SAP-HRM (Human Resources Management) SAP-FICO(Finance and Controlling) SAP-PP (Production Planning) SAP-MM (Material Management) SAP-PS (PROJECT SYSTEMS) SAP-QM (Quality Management) SAP-IS (Industry Specific Solutions) MS-DOTNET TECHNOLOGIES ASP.NET (3.5) VB.NET C#.NET SPECIAL COURCES ASP.NET AJAX ASP.NET SLIVERLIGHT ASP.NET JAVA SCRIPT LINQ ADVANCED COURCES SHARE POINT-2007(Design, Development and Administration) BizTalk server JAVA TECHNOLOGIES Core Java Advanced Java J2EE / J2ME Data Bases SQA Robot DATA WAREHOUSING Informatics Business objects XI 3.1 HYPERION ESSBASE Data stage Cognos (Business Intelligence) Teradata ABINITIO HYPERION INTERACTIVE REPORT ORACLE ORACLE APPS FINACIALS R12 ORACLE APPS TECHNICAL ORACLE APPS HRMS ORACLE APPS SCM ORACLE APPS FRAME WORK ORACLE 10g//11i DBA ORACLE RAC DBA ORACLE ADVANCED RAC ORACLE APPLICATIONS SERVER DBA SQL/PLSQL ORACLE FUSION ORACLE CLINICAL SAS (Statistical Analysis Software) Clinical Financial Banking) BI SIEBELCRM & ANALYTICS PEOPLE SOFT SQL SERVER 2005 & 2008 SQL SERVER DBA PHP with my SQL SUN SOLARIES PEGA SYSTEM

TRANSCRIPT

Page 1: Shell scripting in UNIX ONLINE TRAINING COURSE CONTENT

Contact Us at: Phone : +91-8500122107 Email : [email protected] Website : www.apex-online-it-training.com

Shell Scripting In Unix /Linux Online TrainingCourse Content   

Unix-Shell Scripting Shell ScriptingHistory of UNIX Features of UNIXFlavors of UNIXComparison of UNIX with WindowsArchitecture of UNIXUNIX File System

Different types of Files

Regular Files Directory Files Device Files

Basic Commands

pwd, logname, who, finger Exit, date, cal

Creating Users & Groups

groupadd, groupdel useradd, userdel

System startup & Shutdown

Init, halt, shutdown Different Run levels Different date formats

Working with files

Page 2: Shell scripting in UNIX ONLINE TRAINING COURSE CONTENT

Contact Us at: Phone : +91-8500122107 Email : [email protected] Website : www.apex-online-it-training.com

cat, touch, rm cp, mv

Working with Directories

mkdir, cd, rmdir, rm –r

Standard Input & Output

Redirecting output Redirecting Input

Comparing Files

cmp, diff, comm

Searching files

find, locate, which

Zip files

gzip, gunzip

Displaying files

ls, ls options

Viewing long files

pg, more, head, tail

File Permissions

chmod, chown, chgrp, umask

Meta/Wild Card-characters

Page 3: Shell scripting in UNIX ONLINE TRAINING COURSE CONTENT

Contact Us at: Phone : +91-8500122107 Email : [email protected] Website : www.apex-online-it-training.com

Class, Anchors Repetition, Alteration Group, Dot

Regular Expressions & Patterns

What is pattern Usage of regular expression Different types of pattern Character pattern Word pattern Line pattern

Tools for Filters

grep, grep with options

Flat filesWhat are delimiters and its types?Reading and Writing to files

Tools for column data

cut, paste

 Tools for sorting

Sort by lines, Sort by fields Sort with options, uniq

Changing information in files

tr, sed

Piping

usage of piping piping with filters

Page 4: Shell scripting in UNIX ONLINE TRAINING COURSE CONTENT

Contact Us at: Phone : +91-8500122107 Email : [email protected] Website : www.apex-online-it-training.com

tee command

Communication Tools

write, wall mail, mail with options

Networking protocols

telnet, ftp

Disk status

du,  df with options

Job control

Foreground jobs, background jobs Killing jobs, nohup

Process status

ps , ps with options

Editor Vi

o 3 modeso Command modeo Insert modeo Ex command mode