- Learn Linux Quickly
- Ahmed AlKabary
- 115字
- 2021-06-11 18:43:46
Knowledge check
For the following exercises, open up your terminal and try to solve the following tasks:
- Do a long listing for all the files in /var/log.
- Display the contents of the file /etc/hostname.
- Create three files – file1, file2, and file3 – in /home/elliot.
- List all the files (including hidden files) of elliot's home directory.
- Create a directory named fsociety in /home/elliot.
True or false
- /home/root is the home directory of the root user.
- dir1/dir2/dir3 is an example of an absolute path.
- /home/elliot/Desktop is an example of an absolute path.
- touch -m file1 will update file1 access time.
- mkdir dir1 dir2 dir3 will create three directories – dir1, dir2, and dir3.
推薦閱讀
- Mastering Zabbix(Second Edition)
- The Android Game Developer's Handbook
- Functional Programming in JavaScript
- 精通Scrapy網絡爬蟲
- Nginx Essentials
- Reactive Programming With Java 9
- Python深度學習:基于TensorFlow
- Jenkins Continuous Integration Cookbook(Second Edition)
- Mastering ArcGIS Enterprise Administration
- Emgu CV Essentials
- PHP編程基礎與實踐教程
- C++ Application Development with Code:Blocks
- IPython Interactive Computing and Visualization Cookbook
- Mastering VMware Horizon 7(Second Edition)
- Data Manipulation with R(Second Edition)