linux常用命令如下:
我們提供的服務有:成都網站設計、成都做網站、微信公眾號開發、網站優化、網站認證、湛江ssl等。為1000多家企事業單位解決了網站和推廣的問題。提供周到的售前咨詢和貼心的售后服務,是有科學管理、有技術的湛江網站制作公司
1、查看內核版本:uname -a。
2、控制臺-》圖形界面:init 5或者startx。
3、圖形界面-》控制臺: init3或者直接注銷。
4、如何查看ip地址:ifconfig。
5、配置ip:ifconfig eth0 ip地址。
6、重啟:reboot 或者 shutdown -r now。
7、普通用戶切換到系統用戶:su。
8、注銷用戶指令:logout。
9、從子機退出:ctrl+alt。
10、全屏:ctrl+alt+enter 。
基本思想:
Linux的基本思想有兩點:第一,一切都是文件;第二,每個文件都有確定的用途。其中第一條詳細來講就是系統中的所有都歸結為一個文件,包括命令、硬件和軟件設備、操作系統、進程等等對于操作系統內核而言,都被視為擁有各自特性或類型的文件。
完全免費:
Linux是一款免費的操作系統,用戶可以通過網絡或其他途徑免費獲得,并可以任意修改其源代碼。這是其他的操作系統所做不到的。正是由于這一點,來自全世界的無數程序員參與了Linux的修改、編寫工作,程序員可以根據自己的興趣和靈感對其進行改變,吸收了無數程序員的精華。
以上內容參考:百度百科--Linux
這是中文字符集沒有正確設置的問題,解決如下:
1、在瀏覽器,如firefox的菜單/查看/字符編碼/字符檢測/下選"自動選擇"或“簡體中文”都行,系統缺省是“關閉”,該過來。
2、在瀏覽器,如firefox的菜單/查看/字符編碼,選簡體中文(GB2312)
3、下載一個包含各種中文字體的包, 下載字體庫,,解壓到Linux系統盤usr\share\fonts目錄中。
命令是
$su
密碼:
#tar -xvzf fonts.tar.gz /usr/share/fonts
包里面有文泉驛和各種中文字體
假設我們在/home里創建
1、創建一個叫test的文件夾
輸入 cd /home 回車 就到了home目錄;
輸入 mkdir test 就可以了。
2、在文件夾里添加(就是創建 一個文件,例如a.txt)
輸入 touch test/a.txt 回車。
3、刪除
輸入 rm -rf test/ 回車。
擴展資料:
一、LINUX通用命令:
1.date :print or set the system date and time
2. stty -a: 可以查看或者打印控制字符(Ctrl-C, Ctrl-D, Ctrl-Z等)
3. passwd: print or set the system date and time (用passwd -h查看)
4. logout, login: 登錄shell的登錄和注銷命令
5. pwd: print working directory
6. more, less, head tail: 顯示或部分顯示文件內容.
7. lp/lpstat/cancel, lpr/lpq/lprm: 打印文件.
8. 更改文件權限: chmod u+x...
9. 刪除非空目錄:rm -fr dir
10. fg jobid :可以將一個后臺進程放到前臺。
Ctrl-z 可以將前臺進程掛起(suspend), 然后可以用bg jobid 讓其到后臺運行。
job 可以直接讓job直接在后臺運行。
11. kill 的作用: send a signal to a process. eg: kill -9 發送的是SIG_KILL信號。。。 具體發送什么信號 可以通過 man kill 查看。
12. ps 的用法, ps -e 或 ps -o pid,ppid,session,tpgid, comm (其中session顯示的sessionid, tpgid顯示前臺進程組id, comm顯示命令名稱。)
參考資料:LINUX命令-百度百科
shutdown
功能說明:系統關機命令
語法:shutdown [-t sec] [-arkhncfFHP] time [warning-message]
包名稱:SysVinit
相關命令:halt,reboot
補充說明:本命令可以關閉所有的程序,并依用戶的需要,進行重新開機或關機的操作。Shutdown命令可以指定系統在特定時間關機,但僅限于當日。若需指定在特定日期關機,則需搭配at命令執行。
參數:
-a
Use /etc/shutdown.allow.
-t sec
Tell init(8) to wait sec seconds between sending processes the warning and the kill signal, before changing to another runlevel.
-k
Don't really shutdown; only send the warning messages to everybody.
-r
Reboot after shutdown.
-h
Halt or poweroff after shutdown.
-H
Halt action is to halt or drop into boot monitor on systems that support it.
-P
Halt action is to turn off the power.
-n
[DEPRECATED] Don't call init(8) to do the shutdown but do it ourself. The use of this option is discouraged, and its results are not always what you'd expect.
-f
Skip fsck on reboot.
-F
Force fsck on reboot.
-c
Cancel an already running shutdown. With this option it is of course not possible to give the time argument, but you can enter a explanatory message on the command line that will be sent to all users.
time
When to shutdown.
warning-message
Message to send to all users.
范例:
1)立即關閉系統:
# shutdown -h now
2)執定在21:10將系統重新開機:
# shutdown -r 21:10
3)指定10分鐘后關機,并發送警告信息:
# shutdown +10 “conputer will shut down”
4)取消關機:
# shutdown -c
標題名稱:linux命令ark linux命令arp
文章位置:http://vcdvsql.cn/article0/doishio.html
成都網站建設公司_創新互聯,為您提供品牌網站建設、面包屑導航、微信小程序、網站收錄、ChatGPT、微信公眾號
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯