I helped a friend install Fedora on his laptop. He’s been getting on nicely with it (very basic use) but I just did a screenshare with him and found he has no Documents folder, and I mean AT ALL!
No shortcut on sidebar, that’s why i noticed, assumed just the shortcut was missing but no, in Home folder all the usual folders are there except Documents!
I helped him create one in terminal, which was then locked as it was created with Sudo so he had no rights on it. So I did a rm to delete it, and we created it in the GUI instead. That’s all fine, but now he has no Documents shortcut on left sidebar in Files. Tried dragging and dropping but won’t work.
That seems strange. It should be a standard command that can be seen with ls /usr/bin/tee
If that does not exist it would appear something has altered the default system installation files. The file is provided in almost every fedora system around from the coreutils package.
# dnf provides /usr/bin/tee
Last metadata expiration check: 3:31:53 ago on Thu 21 Mar 2024 05:00:27 PM CDT.
coreutils-9.3-4.fc39.x86_64 : A set of basic GNU tools commonly used in shell scripts
Repo : fedora
Matched from:
Filename : /usr/bin/tee
Hi everyone ! I know it’s an aside, but I’m actually interested in knowing how you don’t have tee which might make sense since you didn’t have a ~/Documents folder either on a Fresh Install?
Might I ask, where did you get the Fedora image from, to do the fresh install?
I ask, because this could be an issue if the user downloaded a bad image from a site not Fedora or some Google ad link.
Your interjections are always welcome! (My machine has forgotten how to wake up again, seems to do it every time I update, maybe I should not update so quickly!)
Regarding the installation of Fedora, firstly it isnt mine, it’s a friend of mine I am helping start using it (blind leading the blind, oh yeah!), secondly it was installed direct from Fedora official site (I am careful about that for the reasons you’re thinking about!)
Note the difference between what you posted and the command given by Vladislav. Typos cause errors.
To simplify that you could simply run sudo -y dnf reinstall coreutils
OK. commands entered correctly and now the tee folder exists. Still don’t have a Documents folder shortcut on left sidebar in file manager. Can’t see any way to add it there. tried dragging the Documents folder icon onto sidebar but will only drop inside one of the other shortcuts, can’t actually make it a shortcut in its own right. Any secret trick to this?!
thanks