查看当前系统还有哪些用户
who
字符计数
wc -l(line) 可以统计有多少行 -w(word) 可以统计有多少个单词 -c(character) 可以统计有多少个字符
ls -l | cut -c 1-10
排序
ls -l | sort -d