#
   
  Courses Offered: SCJP SCWCD Design patterns EJB CORE JAVA AJAX Adv. Java XML STRUTS Web services SPRING HIBERNATE  

       

UNIX-LINUX Course Details
 

Subcribe and Access : 5200+ FREE Videos and 21+ Subjects Like CRT, SoftSkills, JAVA, Hadoop, Microsoft .NET, Testing Tools etc..

Batch Date: Sept 5th @7:00PM

Faculty: Mr. Bharath

Duration: 15 Days

Fee: 1000/-INR + Reg Fee 100/-INR

Location : Maitrivanam, Hyderabad.

Venue :
DURGA SOFTWARE SOLUTIONS at Maitrivanam
Plot No : 202, IInd Floor ,
HUDA Maitrivanam,
Ameerpet, Hyderabad-500038.

Ph.No: +91 - 9246212143, 80 96 96 96 96

Syllabus:

UNIX/LINUX


Overview of UNIX/LINUX

  • Architecture of linux
  • Introduction to Unix & Linux
  • History of Unix & Linux
  • Basic Concepts of Operating Systems, Kernel, shell and file system structure
  • Basic Concepts of Linux

Work effectively on LINUX command line

  • Introduction to shells
  • introduction to terminals
  • knowing the present working directory
  • uname : print the complete system information
  • who and who am i : check the present working users
  • hostname : To see the computer name
  • ifconfig : To check ip address of system
  • displaying date and calendar

Creating files and directories and listing the files

  • Types of files in linux
  • Creating zero byte files by using 'touch' command
  • Creating and viewing the data of files by using 'cat' command
  • Listing the files and directories by using 'ls' command
  • Options of 'ls' command
  • Creating directories by using 'mkdir' command
  • Understanding absolute path name and relative path name

vi editor

  • introducing to vi editor
  • Understanding working with vi editor
  • modes of vi editor
  • insert,modify, and delete the data by using 'vi' editor
  • copy and paste the data in 'vi' editor
  • Understanding different commands in 'vi' editor

Copying, Moving, Renaming and Deleting files

  • copying files by using 'cp' command (absolute and relative path)
  • moving and renaming files by using 'mv' command
  • removing files and directories by using 'rm' command

Linking Files

  • introduction to links
  • Understanding soft linking of files
  • Understanding hard linking of files

Simple filter commands

  • Understanding 'more' and 'less' commands
  • Understanding 'wc' and 'sort' commands
  • Understanding 'head' and 'tail' commands

Advanced filter commands

  • Understanding 'find' command to search the files and directories etc..
  • Understanding 'grep' command to search string processing

File and Directory Permissions

  • Check the file and directory permissions
  • knowing 'umask' value
  • change the file and directory permissions by using 'chmod' command
  • using 'chmod' with absolute permissions (binary mode)
  • using 'chmod' with symbolic mode

Change Owner ship and Group ship permissions

  • chown and chgrp commands
  • setuid and setgid commands