关于Linux的命令(考试题目求答案)

发布网友 发布时间:2022-04-23 00:41

我来回答

1个回答

热心网友 时间:2022-05-02 15:49

ls -al | more

# cat >>test <<EOF
> this is a test
> EOF

date -s "20170701 03:15" >>test

chgrp test test

chmod 7 test

mv test abc     #abc表示你的姓名全拼

useradd test1 ; passwd -d test1 ; userdel test1


usermod -L test2  #大概是这个,但在REDHat里测试还能用,很奇怪

find /home -name "?i*" 或者find /home -type f -a -type d -a -name "?[i]*"

ls -lR | wc -l

mkdir /home/jiwang/;touch /home/jiwang/'a' 'b';rm -rf /home/jiwang/'b'

后面的自己写吧书上有例子的

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com