cat > Personal.txt do not work in kali linux
i am learning linux right now and the command (cat >> Personal.txt) do not work.
it work in the root terminal but not in the normal terminal.
in the normal terminal work (echo “jack bones” | sudo tee -a Personal.txt)