随笔分类 - Linux
摘要:It's a Linux command that allows you to set the root directory of a new process. In our container use case, we just set the root directory to be where
阅读全文
摘要:Learn the basic syntax for using grep to search the contents of a single file or files. It's like CMD+F, but better! You'll be able to quickly see all
阅读全文
摘要:Learn how to use find to identify filenames matching specified patterns. We'll use find to identify all .jsx files in a directory, or all test files i
阅读全文
摘要:Using 'wget' can download the website.By default it will download to the current locaiton.Normally, we want to custom the download location and downlo...
阅读全文
摘要:1. Download the java.gz file from the website.2. Upload to the linux./root/itcast/jre-7u60-linux-x64.gz3. Change namejre-7u60-linux-x64.gz tojre-7u60-...
阅读全文