原文:linux命令操作練習

例題 : 在root下創建空文件 .txt cd touch .txt 在root下創建文件file file cd mkdir file cd file mkdir file 將 .txt復制到file file 下,並重命名為 .txt cd cp .txt root file file .txt 將 .txt移動到file 下 cd mv .txt root file 分別查看file 和f ...

2019-11-17 20:14 0 321 推薦指數:

查看詳情

linux7.2基本命令操作練習

1.顯示當前得時間和日期 system time [root@localhost ~]# date 2017年 06月 11日 星期日 01:17:55 CST hardware time [root ...

Sun Jun 11 10:16:00 CST 2017 0 2008
Linux常用操作練習

Linux常用操作練習 練習一:安裝CentOS 1、設置為1G內存(才有圖形界面)、10G硬盤 2、分給交換分區2G(4G一下2G,8G-32G分4G-8G) 練習二:安裝CentOS迷你版 1、安裝 2、設置Linux服務器網卡: 編輯網卡配置項vi /etc ...

Wed Dec 16 18:13:00 CST 2015 0 3598
linux操作練習

linux操作練習題 一、總結 一句話總結: 多練練一下子就會了,很簡單的 1、在當前目錄下建立文件exam.c,將文件exam.c拷貝到/tmp這個目錄下,並改名為 shiyan.c? touch exam.c cp /root/exam.c /tmp/shiyan.c ...

Thu May 30 22:32:00 CST 2019 0 1655
Linux命令: 在線練習網址

1.https://www.tutorialspoint.com/unix_terminal_online.php 2.從 這里 https://www.tutorialspoint.co ...

Wed May 16 00:19:00 CST 2018 0 5390
Linux命令: 在線練習網址

1.https://www.tutorialspoint.com/unix_terminal_online.php 2.從 這里 https://www.tutorialspoi ...

Fri Dec 07 00:01:00 CST 2018 0 887
linux基礎命令練習

2、如何通過命令行重啟linux操作系統? shutdown -r now |reboot |init 6 3、如何在命令行中快速刪除光標前的內容? ctrl + u ctrl + k (刪除光標之后的內容) 5、設置/test/a.txt屬主有讀寫執行權限 ...

Sat Jun 01 18:20:00 CST 2019 0 4337
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM