全文検索:
- tar
- == アーカイブ内のファイル名とファイル属性を表示する ==== <code console> root@vaio# tar tfv /dev/fd0 |head drwxr-xr-x root/wheel 0 5 26 06:27 2004 etc/X11/ lrwxrwxrwx root/wheel 0 9 21 23:27 2004 etc/aliases -> mail/aliases -rw-r--r-- root/wheel 208 5 26 06:28 2004 etc/amd.map -rw-
- vipw
- passwdの記述形式に従って、ユーザー情報を入力します。 vipwコマンドは、スーパーユーザー(root)権限でのみ実行可能です。 また、同時に複数のユーザーがスーパーユーザーとしてファイルを編集できない... passwd,v 1.25.2.6 2002/06/30 17:57:17 des Exp $ # root:$1$rqHaqx8z$VeMIu58Z4gyh8drnmuAq61:0:0::0:0:Charlie &:/root:/bin/csh toor:*:0:0::0:0:Bourne-again Superuser:/root: daemon:*:1:1::0:0:Owner of many system processes
- restore
- rf /dev/rst0 # ls -l total 1354 drwxrwxrwt 2 root bin 512 Mar 29 16:51 .X11-unix/ drwx------ 3 root bin 512 Mar 16 19:19 .XF86Setup191/ drw... 512 Apr 16 22:08 .iroha_unix/ -rw------- 1 root wheel 31936 Apr 23 13:13 restoresymtable drwxr-xr-x 10 root bin 1536 Apr 22 21:51 testdir/ # </code>
- dump
- home.bakとしてハードディスク上にバックアップを作る === <code console> root@vaio# dump -0uf - /home > /work1/aa DUMP: Date... n Sat May 21 21:10:05 2005 DUMP: DUMP IS DONE root@vaio# ls -l /work1 -rw-r--r-- 1 root wheel 472135680 5 21 21:12 home.bak </code> {{tag>Unixコマン
- ps
- sr/sbin/sshd 18083 Thu Jun 6 08:33:05 2013 sshd: root@pts/41 </code> <code console> # ps axwf -o user,pid,pmem,pcpu,state,lstart,cmd | grep ssh root 8779 0.0 0.0 S Tue Aug 30 15:11:35 2016 /usr/sbin/sshd root 16253 0.3 0.0 S Tue Nov 15 11:48:32 2016 \
- ps でgrepについて
- もgrep自身を省く事ができます。 <code> # ps auxw | grep [h]ttp root 23531 0.0 1.1 256620 11448 ? Ss Ju... -v grep」を入れる必要がある。 <code> # ps auxw | grep http root 23531 0.0 1.1 256620 11448 ? Ss Ju... 7500 ? S 13:51 0:00 /usr/sbin/httpd root 32167 0.0 0.0 65400 840 pts/0 S+ 14
- nohup
- ==== === grepをログアウト後も実行し続ける。 === <code console> root@vaio# nohup grep "." /var/log/apache/access_log > log & [1] 93629 root@vaio# exit </code> これでログアウトした後も実行し続けております。 {{tag
- netstat
- = コマンド例 ===== ==== オプション無し ==== <code console> root@vaio$ netstat Active Internet connections Proto
- time
- cdrom/ etc/ mnt/ root/ tmp/ real 0m0.040s ←経過時間 user