'stderr and stdout - I am not getting stdout

I am following this guide:

$ ls /fake/directory &> peanuts.txt

And I am not getting both of them in peanuts.txt

My output:

ls: cannot access /fake/directory: No such file or directory


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source