passwd 的使用方式 - Linux

Callum avatar
By Callum
at 2013-06-19T17:50

Table of Contents

請問一下
我想修改root的密碼
我之前都是使用 sudo passwd root
他會跳出要我輸入原本密碼
然後再輸入新密碼與密碼確認
如果我要使用一行指令就想完成的話
該如何做
我看了 passed --help
可是好像沒有提到這樣的東西

--
Tags: Linux

All Comments

Dorothy avatar
By Dorothy
at 2013-06-22T16:34
echo "yourpassword" | passwd root --stdin
不過小心.bashrc
Hardy avatar
By Hardy
at 2013-06-26T04:02
是.bash_history吧XD
Jack avatar
By Jack
at 2013-06-26T20:23
是連新密碼跟確認都要同一行嗎?
Jacky avatar
By Jacky
at 2013-06-30T05:20
是的
Hazel avatar
By Hazel
at 2013-07-04T16:16
阿打錯了抱歉www

IPv6

Skylar Davis avatar
By Skylar Davis
at 2013-06-19T07:49
我想試著測試IPv6 下面是我的步驟 1. In VMware Ubuntu ping localhost (成功) ping6 localhost (Unknown host) ifconfig, it shows my IPv6 for my Ubuntu is fe80::20c:29ff:fe61 ...

Sarah avatar
By Sarah
at 2013-06-17T21:05
裝的是 Linux Mint 13 為了和 Win7 共用,所以設了一個 NTFS 格式的資料碟 今天用 Shift-Delete 砍 Linux 桌面上的東西時, 沒注意到實際上砍的是 NTFS 碟裏的資料夾,就按下「確定」 結果幾十 GB 的檔案就不見了.... 到 Win7 下用 ...

用shell script做資料庫操作

Ethan avatar
By Ethan
at 2013-06-17T18:11
最近在學寫shell script 想操作mysql 但有幾個點不知道怎麼寫 第一行寫這樣可以進去資料庫 /Applications/MAMP/Library/bin/mysql 但接下來的指令就無效了 請問要怎樣寫好一串指令在外面操作他呢? 作基本的刪除,加入...等等 其實是想讓它自動跟遠端的主要資 ...

抓取檔案裡數行連續的文字區塊

Olga avatar
By Olga
at 2013-06-17T15:28
↓放想找的字串 awk and#39;BEGIN{FS=and#34;\nand#34;;RS=and#34;\n\nand#34;} {if(match($1,and#34;and#34;) andamp;andamp; match($2,and#34;and#34;)) print $0}and#39; ...

抓取檔案裡數行連續的文字區塊

Tristan Cohan avatar
By Tristan Cohan
at 2013-06-17T14:14
最近在寫一隻可以抓取檔案內容的SHELL 檔案內容大概是{ 名字: 李大仁 戶籍: 台北 地址: ~!at#$%^andamp;* 電話: ~!at#$%^andamp;* 興趣: ~!at#$%^andamp;* 備註1: 名字: 程又青 戶籍: 台北 地址: ~!at#$%^andamp;* 電話: ...