Tyrese is reviewing the history of commands issued on a Linux workstation and sees the command: cut-d: -f1,7/etc/passwd | tee users.txt. What does this command do?
a. Creates a file named users.txt that contains a list of usernames along with their home directory.
b. Appends a list of usernames and user ids to a file named users.txt
c. Creates a file named users.txt that contains a list of usernames along with their default BASH shell
while at the same time displaying that information to the screen.
d. Appends a list of usernames and their respective home directory to a file named users.txLinux stores