linux_base_commond_one

来源:http://www.cnblogs.com/yjhlsbnf/archive/2017/10/14/7666952.html
-Advertisement-
Play Games

1.cd commond a. cd usr 切換到該目錄下usr目錄 b. cd ../ 切換到上一層目錄 c.cd / 切換到系統根目錄 d. cd ~ 切換到用戶主目錄 e. cd - 切換到上一個所在目錄 2.directory commond a.create directory comm ...


1.cd commond

a. cd usr 切換到該目錄下usr目錄  b. cd ../ 切換到上一層目錄  c.cd / 切換到系統根目錄  d. cd ~ 切換到用戶主目錄 e. cd - 切換到上一個所在目錄

2.directory commond

  a.create directory commond

    mkdir  directory_name

  b.query directory

    ll or ls

  c.find directory commond

    find directory parameter

    eg   find /root associate with test directory   find /root -name 'test*'

  d.modify directory name

     mv  old_directory_name   new_directory_name

  e.move directory location

       mv   directory_name   directory_location 

                 mv  test  /usr

  f.copy directory

    cp  -r  /usr/copy_directory    /temp/copy_to_directory

   g.delete  directory

             rm -rf  directory   or  rm -r directory

3.file  manipulate

  a.create file commond

    touch  file_name.txt

  b.select file  commond

    cat file_name.txt    show finally screen

    more file_name.txt   exit  press q

    less file_name.txt    pagedown  pageup   exit with q

    tail -10 file_name.txt   show last ten  exit ctrl + c

  c.modify file content

    vi  a.txt   entry  i/o/a   exit and keep  esc  + : + wq  exit and nokeep  esc+:+q+!

4.compression manipulate file commond

  a.packing and compression files

    tar  after(packing_and_compressing_file_name)   packing_file

    tar  -zcvf  name.tar.gz  a.txt b.txt c.txt  or  tar -zcvf  name.tar.fz  /test/*

      z  use gizp commond compressing  c packing_file   v view_complier_process  f  point_file_name

  b.decompression commond

    tar -xvf  name.tar.gz     x   stand_for_decompression

    tar -xvf  name.tar.gz   -C  /usr     -C  indicate_unzip_location

5.other commond

  a.show current location

    pwd

  b.search character in file commond

    grep  character_in_file  sudo.conf

    grep  character sudo.conf  --color   default  color is red

  c.pipe commond

    pipe commond is  before output comm  ond as current directory input  commond

    ps -ef | grep system   a.select all process  b.select process with character system

  d.look process

    ps -ef

  e.kill process

    kil -9 pid  pid is find from  ps -ef 

  f.network communication commond

    1.look up current network card information

      ifconfing

    2.query communication information

      ping ip_address  

    3.check current system ports use information

      netstat -an

 

          


您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • 1、創建資料庫 use hqj 不會真正的創建db,只有insert之後才會創建2、查看資料庫show dbs3、插入文檔db.hqj.insert({name:'111'})4、查看所有的文檔show tables / show collections.查詢文件中的集合db.hqj.find()/ ...
  • 前兩天,由於系統的架構設計的原因,想通過Java直接訪問Hive資料庫,對於我這個Java以及Hadoop平臺的菜鳥來說,的確是困難重重,不過,還好是搞定了。感覺也不是很麻煩。這篇文章,作為一個感想記錄下來。( 作者:yangyang8848) 一、Hive的訪問方式 一般情況下,Hive是不能直接 ...
  • 問題最終要求的結果是這樣的 是不是很簡單? 是不是很簡單? 然而,資料庫是這樣式的 忽略續借操作,只關註借書、還書操作。 就是說同一張表,同一本書,既可以存借書,也可以存歸還,而且同一本書還可能借出或者歸還多次。 就是說同一張表,同一本書,既可以存借書,也可以存歸還,而且同一本書還可能借出或者歸還多 ...
  • 這幾天一直在學習Vue.js框架。 因為以前沒有前端項目的經驗,也沒學過什麼前端框架,所以,對於vue.js的學習有些不知所措。 在vue.js官網看教程,按照教程指點,可以不用腳手架開發,也可以搭建開發環境。 這裡記錄下搭建過程(教程參考網上各前輩提供的資料): 安裝Node.js:從Node.j ...
  • 在ubuntu16.04中一鍵創建LAMP環境 執行命令apt-get update。 執行命令apt-get install lamp-server^。 在安裝過程中會跳出Mysql資料庫root用戶密碼設置視窗,按要求輸入密碼:123,按Tab鍵選擇"Ok",按回車進入下一步,如下圖所示: 重覆... ...
  • 當出現這個問題後,嘗試一下方法: $ sudo passwd rootEnter new UNIX password://此時輸入你的密碼Retype new UNIX password://再次輸入,相同密碼。passwd: password updated successfully 此時再用su ...
  • 第1章 rsync 軟體介紹 1.1 什麼是rsync rsync 是一款開源的、快速的、多功能的、可實現全量及增量的本地或遠程數據同步備份的優秀工具。 http://www.samba.org/ftp/rsync/rsync.html 1.1.1 全量及增量 全量:將全部數據,進行傳輸覆蓋 增量: ...
  • 步驟 1 執行命令apt-get update。 步驟 2 執行命令apt-get install lamp-server^。 步驟 3 在安裝過程中會跳出Mysql資料庫root用戶密碼設置視窗,按要求輸入密碼:123,按Tab鍵選擇“Ok”,按回車進入下一步,如下圖所示: 步驟 4 重覆輸入密碼 ...
一周排行
    -Advertisement-
    Play Games
  • 移動開發(一):使用.NET MAUI開發第一個安卓APP 對於工作多年的C#程式員來說,近來想嘗試開發一款安卓APP,考慮了很久最終選擇使用.NET MAUI這個微軟官方的框架來嘗試體驗開發安卓APP,畢竟是使用Visual Studio開發工具,使用起來也比較的順手,結合微軟官方的教程進行了安卓 ...
  • 前言 QuestPDF 是一個開源 .NET 庫,用於生成 PDF 文檔。使用了C# Fluent API方式可簡化開發、減少錯誤並提高工作效率。利用它可以輕鬆生成 PDF 報告、發票、導出文件等。 項目介紹 QuestPDF 是一個革命性的開源 .NET 庫,它徹底改變了我們生成 PDF 文檔的方 ...
  • 項目地址 項目後端地址: https://github.com/ZyPLJ/ZYTteeHole 項目前端頁面地址: ZyPLJ/TreeHoleVue (github.com) https://github.com/ZyPLJ/TreeHoleVue 目前項目測試訪問地址: http://tree ...
  • 話不多說,直接開乾 一.下載 1.官方鏈接下載: https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads 2.在下載目錄中找到下麵這個小的安裝包 SQL2022-SSEI-Dev.exe,運行開始下載SQL server; 二. ...
  • 前言 隨著物聯網(IoT)技術的迅猛發展,MQTT(消息隊列遙測傳輸)協議憑藉其輕量級和高效性,已成為眾多物聯網應用的首選通信標準。 MQTTnet 作為一個高性能的 .NET 開源庫,為 .NET 平臺上的 MQTT 客戶端與伺服器開發提供了強大的支持。 本文將全面介紹 MQTTnet 的核心功能 ...
  • Serilog支持多種接收器用於日誌存儲,增強器用於添加屬性,LogContext管理動態屬性,支持多種輸出格式包括純文本、JSON及ExpressionTemplate。還提供了自定義格式化選項,適用於不同需求。 ...
  • 目錄簡介獲取 HTML 文檔解析 HTML 文檔測試參考文章 簡介 動態內容網站使用 JavaScript 腳本動態檢索和渲染數據,爬取信息時需要模擬瀏覽器行為,否則獲取到的源碼基本是空的。 本文使用的爬取步驟如下: 使用 Selenium 獲取渲染後的 HTML 文檔 使用 HtmlAgility ...
  • 1.前言 什麼是熱更新 游戲或者軟體更新時,無需重新下載客戶端進行安裝,而是在應用程式啟動的情況下,在內部進行資源或者代碼更新 Unity目前常用熱更新解決方案 HybridCLR,Xlua,ILRuntime等 Unity目前常用資源管理解決方案 AssetBundles,Addressable, ...
  • 本文章主要是在C# ASP.NET Core Web API框架實現向手機發送驗證碼簡訊功能。這裡我選擇是一個互億無線簡訊驗證碼平臺,其實像阿裡雲,騰訊雲上面也可以。 首先我們先去 互億無線 https://www.ihuyi.com/api/sms.html 去註冊一個賬號 註冊完成賬號後,它會送 ...
  • 通過以下方式可以高效,並保證數據同步的可靠性 1.API設計 使用RESTful設計,確保API端點明確,並使用適當的HTTP方法(如POST用於創建,PUT用於更新)。 設計清晰的請求和響應模型,以確保客戶端能夠理解預期格式。 2.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...