ifconfig
ネットワーク詳細を見る
clear
ターミナルの表示を初期化する
>
データを挿入する
|
あるコマンドの出力に対してもう一つのコマンドを与える
sort
テキストファイルなどの中身の順番を整理する
pwd
現在のディレクトリーを表示(print working directory)
..
一つ上のディレクトリーへ移動
cd
cdだけで使うとホームディレクトリーへ移動する
touch
ファイルを作成する
top
プロセス表示
diskutil disableJournal /dev/disk0s3
scp
For Linux, you can use the scp command line tool which connects via the same interface as ssh. To send the entire local directory foo including sub directories, use a commandline like
scp -r localfolder username@remoteserver:
This would upload localfolder to your home directory on remoteserver
end
最終更新:2011年10月17日 13:52