2008年7月7日月曜日

UNIX関連

・オーナー、グループの変更 : chown ahirusan:Users xxxxxx
   【関連ファイル】/etc/passwd、/etc/group

・ls による日本語表示 : alias ls='ls -hF --color=tty --show-control-chars'

・.vimrc
1 set tabstop=4
2 set autoindent
3 set number
4 set encoding=japan ※vimで日本語が使用可能になるっちゃ

・.bashrcによるプロンプトの設定例
   PS1='[\u \w (\!)]$ '
   export PS1
     → [ahirusan ~ (253)]$

0 件のコメント: