C高级23/12/13作业

1、

1、

#!/bin/bash
grep -n "root" /etc/passwd | lolcat

2、

#!/bin/bash
grep "^ubuntu" /etc/group | cut -d ":" -f 3

你可能感兴趣的:(linux,运维,服务器)