close

How to  .tar.gz
gzip -cd filename | tar -xvf -

How to .tar.bz2
tar jxvf filename

Create soft link
ln -s target_file_path .

Delete user
userdel -r username

How to change authority
chmod -R 777 file or folder name

安裝 rpm
rpm -ivh filename

查看己安裝的 rpm
rpm -qa 

移除己安裝的 rpm
rpm -e rpm_name

arrow
arrow
    全站熱搜

    飛小豬 發表在 痞客邦 留言(0) 人氣()