- A.The Fonts section.
- B.The Files section.
- C.The xfsCodes section.
- D.The Graphics section.
- A.64Kcolors
- B.16Kcolors
- C.256colors
- D.16Mcolors
- A.tar-czvf filename.tgz
- B. tar-xzvf filename.tgz
- C.tar-tzvf filename.tgz
- D.tar-dzvf filename.tgz
- A.make
- B.install
- C.make depend
- D.make install
- A.rpm-Vc postfix
- B.rpm-qpil postfix
- C.rpm--changelog postfix
- D.rpm-q--changelog postfix
- A.rpm-qcrpm1
- B.rpm-Vcrpm1
- C.rpm--configrpm1
- D.rpm-qa--configrpm1
- A.ldd
- B.ldso
- C.modprobe
- D.ldconfig
- A.中止前台任务
- B.给当前文件加上EOF
- C.将前台任务转入后台
- D.注销当前用户
- A.bash&.bashrc
- B.bashrc&.bash_conf
- C.bashrc&bash_profile
- D..bashrc&.bash_profile
- A.biffn
- B.mesgn
- C.notifyoff
- D.setnotify=off
- A./etc/con
- B.modules
- C./etc/lilo.conf
- D./boot/System.map
- E./etc/sysconfig
- A.httpd.conf
- B.httpd.cfg
- C.access.cfg
- D.apache.conf
- A.root
- B.apached
- C.httpd
- D.nobody
- A./var/mail/
- B./var/spool/mail/
- C./var/spool/mqueue/
- D./var/mail/deliver/
- A.bind
- B.smbd
- C.nmbd
- D.shard
- A.lpd
- B.netd
- C.httpd
- D.inetd
- A.tar -dzvf filename.tgz *
- B.tar -tzvf filename.tgz *
- C.tar -czvf filename.tgz *
- D.tar -xzvf filename.tgz *
- A./lib/ld.so
- B./etc/ld.so.conf
- C./etc/ld.so.cache
- D./etc/modules.conf
- A.MBR
- B./
- C.root分区的首扇区
- D./LILO
- A.alien pkgname.rpm
- B.dpkg --rpm pkgname.rpm
- C.dpkg --alien pkgname.rpm
- D.alien pkganme.rpm ;dpkg -i pkganme.deb
- A.rpm-U*.rpm
- B.rpm-F*.rpm
- C.rpm-e*.rpm
- D.rpm-q*.rpm
- A.make
- B.make deps
- C.make config
- D.make install
- A.PAM
- B.PAP
- C.PGP
- D.CHAP
- A./usr
- B./lib
- C./root
- D./bin
- A.xfs
- B.xfserv
- C.fonts
- D.xfstt
- A.ping
- B.route
- C.netstat
- D.ifconfig
- A.telnet
- B.FTP
- C.rsh
- D.HTTP
- A.lpr
- B.lpq
- C.lpc
- D.lpd
- A.:q
- B.:w
- C.:wq
- D.:q!
- A.rarp
- B.route
- C.ipchains
- D.filter
- A.cat/proc/modules
- B.cat/proc/devices
- C.cat/proc/ioports
- D.cat/io/dma
- A.cmd1&&cmd2
- B.cmd1|cmd2
- C.cmd1;cmd2
- D.cmd1||cmd2
- A.$/bin/sh
- B.#!/bin/sh
- C.use/bin/sh
- D.setshell=/bin/sh
- A.\ls
- B.;ls
- C.ls$$
- D.ls--noalias
- A.最后一次全备份,然后从最早到最近的增量备份
- B.最后一次全备份,然后从最近到最早的增量备份
- C.最早到最近的增量备份,然后最后一次全备份
- D.最近到最早的增量备份,然后最后一次全备份
- A./etc/bashrc
- B./etc/profile
- C.~/.bash_profile
- D./etc/skel/.bashrc
- A.atmidnightcmd1
- B.cron-at"00:00"cmd1
- C.batch-t"00:00"
- D.echo"cmd1"|atmidnight
- A.kills the process whose PID is 9
- B.kills all processes belonging to UID 9
- C.sends SIGKILL to the process whose PID is 9
- D.sends SIGTERM to the process whose PID IS 9
- A.del/tmp/*
- B.rm-rf/tmp
- C.rm-Ra/tmp/*
- D.rm-rf/tmp/*
- A./
- B.\
- C.;
- D.|