freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

亞信筆試面試強(qiáng)化訓(xùn)練-資料下載頁

2025-03-26 23:40本頁面
  

【正文】 )   .. 目前目錄的上一層目錄 ( parent of working directory)   改變工作目錄位置   執(zhí)行格式:cd [name] :name 可為目錄名稱、路徑或目錄縮寫。   Example:   cd 改變目錄位置,至使用者 login 時的 working directory (起始目錄)。   cd dir1 改變目錄位置,至 dir1 之目錄位置下。   cd ~user 改變目錄位置,至使用者的 working directory (起始目錄)。   cd .. 改變目錄位置,至目前目錄的上層( 即 parent of working directory)   cd ../user 改變目錄位置,至相對路徑 user 之目錄位置下。   cd /../.. 改變目錄位置,至絕對路徑( Full path ) 之目錄位置下。   復(fù)制文件   執(zhí)行格式: cp [r] source destination   建立新目錄   執(zhí)行格式: mkdir directoryname   刪除目錄   執(zhí)行格式: rmdir directoryname 或 rm r directoryname   刪除文件   執(zhí)行格式: rm filename (filename 可為文件名,或文件名縮寫符號。)   列出目前所在之目錄位置   執(zhí)行格式: pwd   查看文件內(nèi)容   執(zhí)行格式: cat filename   查看目錄所占磁盤容量   執(zhí)行格式: du [s] directory   Example :   du dir1 顯示目錄 dir1 的總?cè)萘考捌浯文夸浀娜萘?以 k byte 為容量)。   du s dir1 顯示目錄 dir1 的總?cè)萘俊?  查看自己的 disk quota 使用狀況   disk quota : 工作站磁盤空間的使用限額。   執(zhí)行格式: quota v   文件傳輸   拷貝文件或目錄至遠(yuǎn)端工作站   執(zhí)行格式: rcp [r] source hostname:destination   source 可為文件名、目錄名或路徑,hostname 為工作站站名,destination 為路徑名稱.自遠(yuǎn)端工作站,拷貝文件或目錄   執(zhí)行格式: rcp [r] hostname:source destination   ( hostname 為工作站名,source 為路徑名,destination 可為文件名、目錄名或路徑 )。   ftp doc 與遠(yuǎn)端工作站 doc ,進(jìn)行文件傳輸   Name (doc:username) : 輸入帳號   Password (doc:username): 輸入密碼   ftp help 列出 ftp 文件傳輸,可使用之任何命令。   ftp !ls 列出本地工作站,目前目錄下之所有文件名。   ftp !pwd 列出本地工作站,目前所在之工作目錄位置。   ftp ls 列出遠(yuǎn)端工作站目前目錄下之所有文件名。   ftp dir 列出遠(yuǎn)端工作站目前目錄下之所有文件名(略同于 UNIX 的 ls l 指令).   ftp dir . |more 同上,但每頁會暫停(可能不適用 Unix 以外的 ftp)。   ftp pwd 列出遠(yuǎn)端工作站目前所在之目錄位置。   ftp cd dir1 更改遠(yuǎn)端工作站之工作目錄位置至 dir1 之下。   ftp get file1 將遠(yuǎn)端工作站之文件 file1 ,拷貝到本地工作站中。   ftp put file2 將本地工作站之文件 file2 ,拷貝到遠(yuǎn)端工作站中。   ftp mget *.c 將遠(yuǎn)端工作站中,副文件名為 c 之所有文件,拷貝到本地工作站中。   ftp mput *.txt 將本地工作站中,副文件名為 txt 之所有文件,拷貝遠(yuǎn)端工作站中。   ftp prompt 切換交談式指令(使用 mput/mget 時不用每個文件皆詢問yes/no)。   ftp quit 結(jié)束 ftp 工作。   ftp bye 結(jié)束 ftp 工作。   注: 從PC與工作站間的文件傳輸也可透過在 PC端的 FTP指令進(jìn)行文件傳輸,指令用法與上所述大致相同。   文件模式之設(shè)定   ] 改變文件或目錄之讀、寫、執(zhí)行之允許權(quán)   執(zhí)行格式:chmod [R] mode name   ( name 可為文件名或目錄名。mode可為 3 個 8 位元之?dāng)?shù)字,或利用ls l 命令,列出文件或目錄之讀、寫、執(zhí)行允許權(quán)之文字縮寫。)   mode : rwx rwx rwx r:read w:write x:execute   user group other   縮寫 : (u) (g) (o)   [改變文件或目錄之擁有權(quán)   執(zhí)行格式:chown [R] username name ( name 可為文件名或目錄名。)   Example :   %chown user file1 將文件 file1 之擁有權(quán),改為使用者 user 所有。   %chown R user dir1 將目錄 dir1,及其下所有文件和子目錄之擁有權(quán),改為使用者 user 所有。   檢查自己所屬之群組名稱   執(zhí)行格式:groups   改變文件或目錄之群組擁有權(quán)   執(zhí)行格式:chgrp [R] groupname name ( name 可為文件名或目錄名 )   Example :   %chgrp vlsi file1 將文件 file1 之群組擁有權(quán),改為 vlsi 群組。   %chgrp R image dir1 將目錄dir1,及其下所有文件和子目錄,改為 image 群組。   改變文件或目錄之最后修改時間   執(zhí)行格式:touch name ( name 可為文件或目錄名稱。)   文件之連結(jié)同一文件,可擁有一個以上之名稱,可將文件做數(shù)個連結(jié)。   執(zhí)行格式:ln oldname newname ( Hard link )   Example :   ln file1 file2 將名稱 file2,連結(jié)至文件 file1。   執(zhí)行格式:ln s oldname newname ( Symblick link )   Example :   ln s file3 file4 將名稱 file4,連結(jié)至文件file3。   文件之字串找尋   執(zhí)行格式:grep string file   Example :   grep abc file1   尋找文件file1中,列出字串 abc 所在之整行文字內(nèi)容。   找尋文件或命令之路徑   執(zhí)行格式:whereis mand ( 顯示命令之路徑。)   執(zhí)行格式:which mand ( 顯示命令之路徑,及使用者所定義之別名。)   執(zhí)行格式:whatis mand ( 顯示命令功能之摘要。)   執(zhí)行格式:find searchpath name filename print( 搜尋指定路徑下,某文件之路徑 。)   Example :   %find / name file1 print ( 自根目錄下,尋找文件名為 file1 之路徑。.   比較文件或目錄之內(nèi)容   執(zhí)行格式:diff [r] name1 name2 ( name1 name2 可同時為文件名,或目錄名稱。)   Example :   %diff file1 file2 比較文件 file1 與 file2 內(nèi),各行之不同處。   %diff r dir1 dir2 比較目錄 dir1 與 dir2 內(nèi),各文件之不同處。   文件打印輸出   使用者可用 .login 檔中之 setenv PRINTER,來設(shè)定打印資料時的打印機(jī)名。   printername :sp1 或 sp2   Example :   %setenv PRINTER sp2 設(shè)定自 sp2 打印資料。   一般文件之打印   執(zhí)行格式:lpr [Pprintername] filename   %lpr file1 或 lpr Psp2 file1 自sp2,打印文件 file1。   執(zhí)行格式:enscript [Pprintername] filename   %enscript file3 或 enscript Psp1 file3 自sp1, 打印文件 file3。   troff 文件之打印   執(zhí)行格式:ptroff [Pprintername] [man][ms] filename   %ptroff man /usr/local/man/man1/ 以 troff 格式,自 Apple laser writer 打印 ptroff 命令之使用說明。   %ptroff Psp2 man /usr/man/man1/lpr1 以 troff 格式,自 sp2 打印 lpr 命令之使用說明。   打印機(jī)控制命令   檢查打印機(jī)狀態(tài),及打印工作順序編號和使用者名稱   執(zhí)行格式:lpq [Pprinter name]   %lpq 或 lpq Psp1 檢查 sp1 打印機(jī)之狀態(tài)。   使用命令記錄表   執(zhí)行格式: !!   Example: %!! (重復(fù)執(zhí)行前一個命令)   執(zhí)行格式: !n ( n 為命令記錄表之命令編號。)   Example: %!5 ( 執(zhí)行命令記錄表中第五個命令。)   執(zhí)行格式: !string ( 重復(fù)前面執(zhí)行過以 string 為起始字符之命令。)   Example: %!cat ( 重復(fù)前面執(zhí)行過,以 cat 為起始字符之命令。)   顯示前一個命令之內(nèi)容   執(zhí)行格式: !!:p   更改前一命令之內(nèi)容并執(zhí)行之   執(zhí)行格式: ^oldstring ^newstring   將前一命令中 oldstring 的部份,改成 newstring,并執(zhí)行之。   pipeline 之使用   執(zhí)行格式:mand1 | mand2   標(biāo)準(zhǔn)輸入之控制   執(zhí)行格式:mandline file   將 file 做為 mandline 之輸入。   查看系統(tǒng)中的使用者   執(zhí)行格式: who 或 finger   執(zhí)行格式: w   執(zhí)行格式: finger username or finger username@domainname改變自己的 username 進(jìn)入其他使用者的帳號,擁有其使用權(quán)利。   執(zhí)行格式: su username   Example:   %su user 進(jìn)入使用者 user 之帳號   passwrod: 輸入使用者 user 之密碼   查看 username   執(zhí)行格式: whoami 查看 login 時,自己的 username。   執(zhí)行格式: whoami 查看目前的 username。若已執(zhí)行過 “su”命令tch user),則顯示出此 user 之 username。   查看目前本地所有工作站的使用者   執(zhí)行格式: rusers 結(jié)束   與某工作站上的使用者交談   執(zhí)行格式: talk username@hostname 或 talk username@ip_address   檢查遠(yuǎn)端電腦系統(tǒng)是否正常   執(zhí)行格式:ping hostname 或 ping IPAddress Example: %ping doc   電子郵件(Email)的使用簡介   將文件當(dāng)做 Email 的內(nèi)容送出   執(zhí)行格式:mail s “Subjectstring” username@address filename %mail s program user 將 當(dāng)做 mail 的內(nèi)容,送至 user, subject name 為 program。   傳送 Email 給本地使用者   執(zhí)行格式:mail username %mail user   傳送 Email 至 外地   執(zhí)行格式: mail username@receiveraddress   讀取信件   執(zhí)行格式: mail   常用指令如下:   cd [directory] chdir to directory or home if none given   d [message list] delete messages   h print out active message headers   m [user list] mail to specific users   n goto and type next message   p [message list] print messages   q quit, saving unresolved messages in mbox   r [message list] reply to sender (only) of messages   R [message list] reply to sender and all recipients of messages   s [message list] file append messages to file   t [message list] type messages (same as print)   u [messa
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1