A.>
B.2>
C.&<
D.&>
2.把错误输出重定向到一个文件的命令是?( C )
A.find /etc –name passwd > find.out
B.find /etc –name passwd 2> /dev/null
C.find /etc –name passwd >find.out 2> find.err
D.find /etc –name passwd &> find.all
3.能实现给user发送邮件的命令是?( B )
A.echo “test email”|mail “test” user@example.com
B.echo “test email”|mail –s “test” user@example.com
C.echo “test email”|mail “test” user@example.com
D.mail -s “test” user@example.com
4.在命令行提示符下,删除光标所在的位置到行首的命令是?( B )
A.ctrl+a
B.ctrl+u
C.ctrl+e
D.ctrl+k
5.在命令行下,强制删除file1、file3、file5的命令是?( A )
A.rm –f file{1,3,5}
B.rm –f file(1,3,5)
C.rm –f file1 file3 file5
D.rm –rf file1 file3 fil5
6.在bash shell中,哪个是表示引用命令执行的结果?( D )
A. echo “hostname”
B. $(hostname)
C. `hostname`
D. B和C都是
7.在bash shell中,以下哪个文件保存了用户的历史命令?( B )
A.~/history
B.~/.bash_history
C.~/bash_history
D.~/.bash_hrc
8.在bash shell中,执行以下哪个命令可显示当前的日期?( B )
A.echo “date”
B.echo `data`
C.echo ‘date’
D.echo $data
9.在命令行中,定义别名的命令是?( A )
A.alias dir=’ls -laF’
B.alias dir=ls -laF
C.Alias dir=’ls -laF’
D.Alias dir=ls –laF
0.在命令行中,执行历史记录里最后一次以sys开头的命令是?( B )
A.!135
B.!sys
C.sys+tab
D.$sys
誉天红帽认证课程咨询热线18696182106 微信同号 联系我时,请说是在114黄页信息网看到的,谢谢!
【重要提醒】 转发本信息给好友或分享到朋友圈,被转发超过20次,信息将自动置顶一周!