實驗二Linux 基本命令 實驗?zāi)康模赫莆誏inux 環(huán)境下的基本操作命令。 實驗內(nèi)容:掌握Linux 的基本操作命令 實驗步驟:3.1 登錄和退出 登錄服務(wù)器系統(tǒng):注:遠程用戶可使用telnet 或ssh telnet 遠程主機IP 地址,或 ssh 用戶名@ssh 服務(wù)器IP 地址 Red Hat Enterprise Linux Server release 5.2 (Tikanga) Kernel 2.6.18-92.el5 i686login: 在login:后輸入用戶帳號:如user。Red Hat Enterprise Linux Server release 5.2 (Tikanga) Kernel 2.6.18-92.el5 i686login: ml2010 Password: RedHat Enterprise Linux Server release 5.2 (Tikanga) Kernel 2.6.18-92.el5 i686login: ml2010 Password: Last login: Sat Mar 17 09:45:03 from 218.192.121.139 [ml2010@tan 登錄后,輸入passwd命令來修改密碼。
根據(jù)提示輸入當前密碼,再輸入兩次新的密碼。 [ml2010@tan passwdChanging password userml2010. Changing password ml2010(current) UNIX password: New UNIX password: Retype new UNIX password: passwd: all authentication tokens updated successfully. [ml2010@tan 輸入logout命令退出系統(tǒng)。 失去了跟主機的連接。 C:\Documents Settings\Administrator>3.2 獲取幫助信息 命令 man 提供了系統(tǒng)操作命令的在線幫助。例如,輸入 man passwd 可以獲取命令 passwd 的幫助說明。按空格鍵,翻頁瀏覽。按,再按q 退出幫助。 PASSWD(1) User utilities PASSWD(1) NAME passwd user'sauthentication tokens(s) SYNOPSIS passwd [--stdin][username] DESCRIPTION Passwd user'sauthentication token(s). Passwd workthrough Linux-PAMAPI. Essentially, initializesitself "passwd"service utilizesconfigured password modules user'spassword. simpleentry Linux-PAMconfiguration file servicewould 3.3基本操作命令 運行pwd命令,確定你當前的工作目錄。
下載過程中,可在源碼目錄中使用命令du –sh或du –sm查看下載了多少,查看文件和文件夾大小可用命令du -h,可用參數(shù)--max-depth指定目錄深度,查看當前目錄使用的總空間大小du -h --max-depth=0,查看當前及其下一級各目錄使用的總空間大小為:du-h --max-depth=1,依次類推。
查看目錄內(nèi)容命令 dir指定可執(zhí)行文件搜索目錄 path創(chuàng)建目錄命令 md打開指定目錄命令 cd刪除當前指定的子目錄命令 rd改變當前盤符命令 c:文件復(fù)制命令 copy顯示文本文件內(nèi)容命令 type更改文件名命令 ren刪除文件命令 del清除屏幕命令 cls重復(fù)上一次輸入的命令。