Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.
Welcome muare.forum-viet.com

LinuxCBT KornShell Edition | 705MB | English 1466027_a28518e0bb72af535fc0

Latest topics
» Bạn nên biết điều kiện du học Hàn Quốc có
LinuxCBT KornShell Edition | 705MB | English EmptyMon 05 Oct 2015, 7:51 pm by giaychuotkhoet

» Hộp đựng đa năng trong phòng tắm và các đồ dụng tiện llợi khác
LinuxCBT KornShell Edition | 705MB | English EmptyWed 22 Jul 2015, 1:23 am by aloonline1987

» gel bôi trơn ấm áp warm lovin
LinuxCBT KornShell Edition | 705MB | English EmptyTue 19 May 2015, 4:24 pm by shopnguoilon_sg

» màng film tránh thai vcf dành cho chị em
LinuxCBT KornShell Edition | 705MB | English EmptyTue 19 May 2015, 4:19 pm by shopnguoilon_sg

» màng film tránh thai vcf dành cho chị em
LinuxCBT KornShell Edition | 705MB | English EmptyTue 19 May 2015, 4:17 pm by shopnguoilon_sg

» stud 100 khẳng định đẳng cấp phái mạnh
LinuxCBT KornShell Edition | 705MB | English EmptyFri 15 May 2015, 11:25 am by shopnguoilon_sg

» Lover aider máy mát xa dành cho nữ
LinuxCBT KornShell Edition | 705MB | English EmptyFri 15 May 2015, 11:23 am by shopnguoilon_sg

» cung cấp máy ép dĩa chất lượng
LinuxCBT KornShell Edition | 705MB | English EmptyFri 17 Apr 2015, 2:15 pm by huyenrio

» Máy in hình lên ly
LinuxCBT KornShell Edition | 705MB | English EmptyWed 25 Mar 2015, 2:44 pm by huyenrio

» Máy in hình lên áo
LinuxCBT KornShell Edition | 705MB | English EmptyWed 25 Mar 2015, 2:43 pm by huyenrio

»  trang trí cây thông noel ở vinh,cho thuê cây thông noel ở vinh,chuyển quà noel ở vinh
LinuxCBT KornShell Edition | 705MB | English EmptyFri 28 Nov 2014, 8:44 am by sunflowerhn83

» Máy in hạn sử dụng DMJ-B chính hãng, giá sốc
LinuxCBT KornShell Edition | 705MB | English EmptyThu 02 Oct 2014, 9:40 am by phamlinhnd1010

» Dạy cắm hoa chuyên nghiệp,dạy cắm hoa nghệ thuật,dạy cắt tỉa của quả ở T.p Vinh Nghệ An
LinuxCBT KornShell Edition | 705MB | English EmptyTue 30 Sep 2014, 10:10 am by haiha131276

» công ty Yên Phát chuyên phân phối, lắp đặt camera chính hãng giá rẻ nhất miền Bắc.
LinuxCBT KornShell Edition | 705MB | English EmptyFri 26 Sep 2014, 10:57 am by phamlinhnd1010

» HOT! Chung cư mini Xuân Đỉnh ở ngay giá chỉ từ 690 triệu 1 căn
LinuxCBT KornShell Edition | 705MB | English EmptyFri 26 Sep 2014, 10:44 am by xuantruong23


LinuxCBT KornShell Edition | 705MB | English

Go down

LinuxCBT KornShell Edition | 705MB | English Empty LinuxCBT KornShell Edition | 705MB | English

Bài gửi by Admin Sun 22 Aug 2010, 12:34 pm

LinuxCBT KornShell Edition | 705MB | English
LinuxCBT KornShell Edition | 705MB | English Otelnk
LinuxCBT feat. KornShell Edition focuses on the common Linux | Unix shell environment: Korn. It extends LinuxCBT Scripting Edition to 77 hours of content.
Kornshell derives largely from Bourne and C shells, incorporating many features from both. Kornshell also largely influenced the default Linux shell: BASH. Being familiar with Kornshell and BASH allows you to transport your skills across Linux and Unix systems with relative ease.

LinuxCBT feat. KornSHell Edition - Module VII
* Introduction - Features
o Discuss KornShell history
o Explore system configuration
o Identify key systems to be used
o Discuss key features
*
* Shell Basics
o Create KornShell users on various systems
o Identify key KornShell binaries and configuration files
o Explore key KornShell variables
o Discuss shell redirection and piping
*
* Command Chaining | Substitution
o Discuss features and applications
o Explain general usage of 'test' command
o Evaluate sequential execution of processes
o Invoke commands contingently using logical AND and OR
o Implement command substitution
o Evaluate defined variables using command substitution
*
* Variables
o Discuss features and applications
o Discuss and reference positional parameters
o Explore standard command exit status variable
o Learn how to define variables
o Define persistent variables
o Unset variables and evaluate
*
* The Prompt - $PS{1..4}
o Discuss various prompt shell variables
o Setup vi-style command history access
o Customize primary prompt with useful KornShell variables
o Define a persistent prompt
o Evaluate results
*
* Functions
o Discuss features and benefits
o Explore POSIX and KornShell functions
o Define useful functions in a script
o Reference functions from a script
o Discuss how positional parameters are supported with funcitons
o Evaluate results
*
* Loops
o Discuss features and benefits
o Identify the supported iteration mechanisms
o Implement for | while | until loops
o Create finite and infinite loops
o Evaluate results
*
* Conditions
o Discuss features and applications
o Explore comparison testing
o Perform numeric comparisons
o Perform string comparisons
o Branch out using if | elif | else
o Evaluate results
*
* Error Handling
o Discuss features and applications
o Create script which requires a positional parameter
o Error handle as necessary
o Confirm the existence of the file referenced by the positional parameter
o Compartmentalize error handling into a function
o Evaluate results
*
* Backup Script
o Discuss features and benefits
o Write a script to backup various files and directories
o Ensure that script is executed with appropriate number of positional parameters
o Auto-create backup file name using a unique date identifier
o Tar and compress (using gzip) backup items
o Incorporate error handling
o Evaluate results
*
* Arrays
o Discuss features and applications
o Explain supported arrays
o Define indexed array with various items
o Reference individual and total array elements
o Evaluate results
o Build indexed array using command substitution
o Loop through array elements
o Define associative array with various items
o Expose total array elements
*
* Regular Expressions
o Discuss features and applications
o Highlight key metacharacters
o Use character-classes
o Implement RegExes with shell commands: ls|grep|awk|sed
o Evaluate results
*
* Kornshell on Solaris
o Compare & contrast Linux and Solaris Korn implementation
o Create Kornshell user on Solaris
o Identify key files
o Explore Solaris Kornshell as the user
o Customize Solaris Kornshell environment
o Run scripts created on Linux
o Evaluate results
*
* Case
o Discuss features and benefits
o Explain usage
o Create cases based on simple RegExes
o Write script to identify file types using case
o Explore case usage in system scripts
o Evaluate results
*
* Job Control
o Discuss features and benefits
o Background and foreground jobs
o Interact with running jobs
o Isolate jobs from TTY
o Evaluate results
*
* Typeset
o Discuss features and benefits
o Define variables of disparate types
o Justfiy variables
o Transform positional parameters and variables
o Enumerate system variables
o Scope variables in and out of functions
o Evaluate results
*
* Input Validation
o Discuss features and benefits
o Ensure the requisite number of positional parameters
o Confirm input prior to execution
o Evaluate results

More info:

Hotfile
Code:
http://hotfile.com/dl/33678656/3df08dd/linuxcbt-kornshell-edition-2.part1.rar.html
http://hotfile.com/dl/33678654/474347a/linuxcbt-kornshell-edition-2.part2.rar.html
http://hotfile.com/dl/33678680/8953e27/linuxcbt-kornshell-edition-2.part3.rar.html
http://hotfile.com/dl/33678758/f60b9be/linuxcbt-kornshell-edition-2.part4.rar.html
http://hotfile.com/dl/33678703/73440d1/linuxcbt-kornshell-edition-2.part5.rar.html
http://hotfile.com/dl/33678716/6ca8df1/linuxcbt-kornshell-edition-2.part6.rar.html
http://hotfile.com/dl/33678722/7f9a356/linuxcbt-kornshell-edition-2.part7.rar.html
Sharingmatrix
Code:
http://sharingmatrix.com/file/2522711/linuxcbt-kornshell-edition-2.part1.rar.html
http://sharingmatrix.com/file/2522715/linuxcbt-kornshell-edition-2.part2.rar.html
http://sharingmatrix.com/file/2522717/linuxcbt-kornshell-edition-2.part3.rar.html
http://sharingmatrix.com/file/2522721/linuxcbt-kornshell-edition-2.part4.rar.html
http://sharingmatrix.com/file/2522723/linuxcbt-kornshell-edition-2.part5.rar.html
http://sharingmatrix.com/file/2522725/linuxcbt-kornshell-edition-2.part6.rar.html
http://sharingmatrix.com/file/2522727/linuxcbt-kornshell-edition-2.part7.rar.html

All Link Interchangable
please do not add mirrors

Admin
Admin

Đánh giá tốt! : 7

Nam
Goat
Tổng số bài gửi : 10417
Birthday : 09/10/1979
Tuổi : 45
Địa chỉ: : Phú Yên
Điện thoại: : Mobile: (84) 0985 017 089
Điểm : 62190
Ngày đăng ký : 13/10/2007

https://muare.forum-viet.com

Về Đầu Trang Go down

Về Đầu Trang

- Similar topics

 
Permissions in this forum:
Bạn không có quyền trả lời bài viết