1. 程式人生 > >linux tail 命令 阿星小棧

linux tail 命令 阿星小棧

Linux中用 pwd 命令來檢視”當前工作目錄“的完整路徑。 簡單得說,每當你在終端進行操作時,你都會有一個當前工作目錄。

在不太確定當前位置時,就會使用pwd來判定當前目錄在檔案系統內的確切位置。

1.命令格式:

pwd [選項]

2.命令功能:

檢視”當前工作目錄“的完整路徑

3.常用引數:

一般情況下不帶任何引數

如果目錄是連結時

格式:pwd -P  顯示出實際路徑,而非使用連線(link)路徑。 

4.常用例項:

       例項1:用 pwd 命令檢視預設工作目錄的完整路徑

命令:

pwd

輸出:

[[email protected] ~]#pwd

/root

[root

@localhost ~]#

例項2使用 pwd 命令檢視指定資料夾

命令:

pwd

輸出:

[[email protected] ~]#cd /opt/soft/

[[email protected] soft]#pwd 

/opt/soft

[root@localhost soft]#

例項三:目錄連線連結時,pwd -P  顯示出實際路徑,而非使用連線(link)路徑pwd顯示的是連線路徑

命令:

pwd -P

輸出:

[[email protected] soft]#cd /etc/init.d 

[[email protected] init.d]#pwd

/etc/init.d

[root@localhost init.d]#pwd -P

/etc/rc.d/init.d

[root@localhost init.d]#

例項4:/bin/pwd

命令:

/bin/pwd [選項]

選項:

-L目錄連線連結時,輸出連線路徑

-P 輸出物理路徑

輸出:

[[email protected] init.d]#/bin/pwd 

/etc/rc.d/init.d

[root@localhost init.d]#/bin/pwd --help

[root@localhost init.d]#/bin/pwd -P

/etc/rc.d/init.d

[root@localhost init.d]

#/bin/pwd -L

/etc/init.d

[root@localhost init.d]#

例項五:當前目錄被刪除了,而pwd命令仍然顯示那個目錄

 輸出:

[[email protected] init.d]#cd /opt/soft

[[email protected] soft]#mkdir removed

[[email protected] soft]#cd removed/

[[email protected] removed]#pwd

/opt/soft/removed

[root@localhost removed]#rm ../removed -rf

[[email protected] removed]#pwd

/opt/soft/removed

[root@localhost removed]#/bin/pwd

/bin/pwd: couldn't find directory entry in “..” with matching i-node

[root@localhost removed]#cd 

[[email protected] ~]#pwd

/root

[root@localhost ~]#

相關推薦

linux tail 命令

Linux中用 pwd 命令來檢視”當前工作目錄“的完整路徑。 簡單得說,每當你在終端進行操作時,你都會有一個當前工作目錄。 在不太確定當前位置時,就會使用pwd來判定當前目錄在檔案系統內的確切位置。 1.命令格式: pwd [選項] 2.命令功能: 檢視”當前工作目錄“的完整路徑 3.常用引數: 一般情況

js把日期字符串轉換成時間戳

ast 5-0 毫秒 get pla string ace lis oca //獲取當前時間: var myDate = new Date();//當前時間 var year = myDate.getFullYear();//當前年份 var month = myDa

PHP Excel導入

return val sharp factory class true from ech cto public function doOrderIn(){ $filename = public_path("/question.xlsx");

php獲取中文字符拼音首字母

har per 文字 php rst public 拼音首字母 color 首字母 //php獲取中文字符拼音首字母 public function getFirstWord($str){ if(empty($str)){return ‘‘

Laravel 中如何使用支付寶、銀聯支付、微信支付進行支付

如何 lar AC -c 可能 org ane str aca Laravel Packages 為 Laravel 提供了強大的擴展功能,為從 1 到 n 提供無限可能,這其中就包括支付, Laravel 官方提供的 Cashier 包集成對 Stripe 的支持

js獲取域名設置屬性

dal AI code 獲取 span mod 域名 sel pan //獲取域名 document.domain //獲取頁面高度 window.innerHeight //設置屬性 document.querySelector(‘.firstModal‘

微信支付:curl出錯,錯誤碼:60

AS 公眾平臺 false cau span ble 後來 class 公眾 最近一個微信項目用到微信支付系統,在微信官方下載了一個官方的demo。運行後竟然報錯。Fatal error: Uncaught exception ‘WxPayException‘

iview 在Table組件render 中使用Poptip組件

onf confirm ESS .com err spa bubuko ram AC             render: (h, params) => { return h(‘div‘, [

PHP獲取文件後綴名(提供7種方法)

blog path 一次 總結 HP 元素 xpl extension 所有 1.$file = ‘x.y.z.png‘;echo substr(strrchr($file, ‘.‘), 1);解析:strrchr($file, ‘.‘) strrchr() 函數

在Vue項目中動態生成二維碼

logs console toc ons template imp return important 轉換 一、使用jquery.qrcode生成二維碼 1、首先在頁面中加入jquery庫文件和qrcode插件 <script type="text/javascri

PHP 導出Excel三種方式

tar mat des switch bsp 聯系電話 resource clas fin 1. 表格方式 public function getVideoExcelExport(){ $dataResult = Video::select(‘id‘,‘

Laravel ajax請求419錯誤及解決辦法(CSRF驗證)

detail meta csdn div content pre bsp setup rip ajax請求報419 unknown status 解決辦法1:將這個接口放到api路由上,這樣可以跳過CSRF的檢查 解決辦法2: 1.在頁面上添加 <meta nam

laravel 獲取 當前url 的方法, 有的是獲取 全部url 有的只獲取 主頁其他 部分

  1. 使用 Request 類: $url = Request::getRequestUri(); 2. 使用 $request 物件: public function show(Request $request) { $url = $request->

Laravel 通過Url確定返回錯誤資訊格式

路徑:專案/app/Exceptions/Handler.php public function render($request, Exception $exception) { if(!empty($exception)){ $url = URL

php根據ID生成員工編號

    /* * 根據id生成員工編號 至少八位 前四位年份 eg:20180001 * */ public static function generateEmployeeByNum($num){ $number = dat

php根據ID生成員工編號

== details detail static amp art class log ber /* * 根據id生成員工編號 至少八位 前四位年份 eg:20180001 * */ public static function

Laravel SQL 查詢語句集錦

    1、從資料表中取得單一資料列 $user= DB::table('users')->where('name','John')->first(); 2、檢索表中的所有行 複製程式碼程式碼如下: $users = DB::tab

PHP生成唯一訂單號

  /** * * uniqid - 官方是這樣說的: * Gets a prefixed unique identifier based on the current time in microseconds. */ function build_order_no() {  

laravel框架 where 和 orWhere 並用多條件語句

laravel框架  where 和 orWhere 並用多條件語句    AdminsOrg::select('id', 'name','email','mobile','is_super','remember_token','org_id')

電腦用js呼叫QQ客服聊天

 第一種是連結的方式:  注:target=”_blank”在a標籤加上這個,如果對方不線上會提醒開啟qq,如果對方線上會提示新增好友頁面  如果a標籤不加target=”_blank”,彈框會閃退 window.location.href = "http://w