文件格式造成的環境變量問題

  502  vi /etc/profile
  503  ll
  504  cat 
  505  cat /etc/profile
  506  ll
  507  cd ..
  508  ls
  509  vi /etc/aliases 
  510  alias ll='ls -l --color=tty'
  511  ll
  512  cd /etc/
  513  ll
  514  cp profile /etc/profile_bak2
  515  vi profile
  516  source ./profile
  517  vi profile
  518  ls
  519  rm -f .profile.swp 
  520  vi profile
  521* cat -A profilegan
  522  vi profile
  523  source /etc/profile
  524  vi profile
  525  cp profile_bak2 profile
  526  vi profile
  527  source ./profile

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章