- Advanced Infrastructure Penetration Testing
- Chiheb Chebbi
- 77字
- 2021-06-24 19:12:59
Streams
Linux is provided with input/output redirection capabilities to facilitate tasks. It gives you the ability to manipulate the I/O streams using the following three types of streams:
- Standard input (stdin): In this stream, the input is taken from the keyboard
- Standard output (stdout): This stream displays the result directly on the screen
- Standard error (stderr): This is another type of standard output stream, but it carries error information instead of showing the output on the screen
推薦閱讀
- Kubernetes修煉手冊
- Mastering vRealize Operations Manager(Second Edition)
- Modern Web Testing with TestCafe
- Ansible權威指南
- BPEL and Java Cookbook
- 蘋果電腦玩全攻略 OS X 10.8 Mountain Lion
- Ubuntu Linux操作系統
- 開源安全運維平臺OSSIM疑難解析:入門篇
- SharePoint 2013 應用開發實戰
- Kubernetes從入門到實踐
- Moodle 3.x Teaching Techniques(Third Edition)
- Linux系統安全基礎:二進制代碼安全性分析基礎與實踐
- Mobile First Design with HTML5 and CSS3
- 網絡操作系統教程:Windows Server 2016管理與配置
- 程序員必讀經典(算法基礎+計算機系統)