책 이미지

책 정보
· 분류 : 외국도서 > 컴퓨터 > 운영체제(OS) > 리눅스
· ISBN : 9781593273897
· 쪽수 : 446쪽
· 출판일 : 2012-01-11
목차
Acknowledgement Introduction Part 1: Learning the Shell Chapter 1. What Is The Shell? Chapter 2. Navigation Chapter 3. Exploring The System Chapter 4. Manipulating Files And Directories Chapter 5. Working With Commands Chapter 6. Redirection Chapter 7. Seeing The World As The Shell Sees It Chapter 8. Advanced Keyboard Tricks Chapter 9. Permissions Chapter 10. Processes Part 2: Configuration and the Environment Chapter 11. The Environment Chapter 12. A Gentle Introduction To vi Chapter 13. Customizing The Prompt Part 3: Common Tasks and Essential Tools Chapter 14. Package Management Chapter 15. Storage Media Chapter 16. Networking Chapter 17. Searching For Files Chapter 18. Archiving And Backup Chapter 19. Regular Expressions Chapter 20. Text Processing Chapter 21. Formatting Output Chapter 22. Printing Chapter 23. Compiling Programs Part 4: Writing Shell Scripts Chapter 24. Writing Your First Script Chapter 25. Starting A Project Chapter 26. Top-Down Design Chapter 27. Flow Control: Branching With if Chapter 28. Reading Keyboard Input Chapter 29. Flow Control: Looping With while / until Chapter 30. Troubleshooting Chapter 31. Flow Control: Branching With case Chapter 32. Positional Parameters Chapter 33. Flow Control: Looping With for Chapter 34. Strings And Numbers Chapter 35. Arrays Chapter 36. Exotica