目前分類:Linux cmd syntax (6)

瀏覽方式: 標題列表 簡短摘要
  • 這篇文章限定好友觀看。
    若您是好友,登入後即可閱讀。
問題: 如何讓 adduser 之後, 新增的使用者, 其自家目錄(Home Directory) 出現在 /home1 或 /home2 ?

fengka 發表在 痞客邦 留言(0) 人氣()

啓動Terminal
利用ssh -X ip 遠端連入linux主機
即可操作視窗化linux系統。

fengka 發表在 痞客邦 留言(1) 人氣()

redhat system:
It needs two steps
"useradd [account]" then
"passwd [account]"

ubuntu system:
Only one step
"adduser [account]"
it will ask you to input password at the same time

notice that: Commands to add a user in two systems are different!!

fengka 發表在 痞客邦 留言(0) 人氣()

本文引用自moiamond - X Window System

fengka 發表在 痞客邦 留言(0) 人氣()

enscript 可用於列印檔案

指令語法與好用option如下

enscript -MA4 -r2G [target_file]

fengka 發表在 痞客邦 留言(0) 人氣()