Carrier

I can’t seem to find root.txt but there is user.txt in /root instead. Also there is no user.txt under the user’s directory:

# pwd
/root
# ls user.txt
user.txt
# ls root.txt
ls: cannot access 'root.txt': No such file or directory
# id
uid=0(root) gid=0(root) groups=0(root)

Am I missing something?