Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 24336  / 2 Years ago, wed, july 6, 2022, 10:34:14

I'm pretty new to ubuntu, or linux for that matter, and I'm trying to perform the simplest activity ever, copy and paste a file; for some reason, when I right-click the folder /usr/bin I see that the 'paste' option is gray (meaning I can't select it).



Why is that? I'm pretty sure I'm the ROOT User. I can see "Account type = Administrator" on the account's settings.


More From » root

 Answers
2

You're not the root user; you are a user which has the privilege to become root, using the sudo (or various graphical surrogates) method.



In Ubuntu (and in most not-embedded Unix environment) you normally work, and have the privileges, of a normal user. Only deliberately you can override the normal rules; it is a way of telling you that you have to know what you are doing. It is a great safety net that works normally quite well(1).



For example, although it can have legitimate uses, trying to add manually a file to /usr/bin is normally wrong.



You can find all the info you need here: https://help.ubuntu.com/community/RootSudo



(1) although remember that Unix, in general, gives you rope(2) if you really want to hang yourself.



(2) You can run the file manager application as root, as explained in the other answer.



Alas, you shouldn't.



This is the rope I mentioned in (1). A wrong click, a spurious double click, and you can have a completely messed up system, to the point of having to reinstall it. I am a power user, and I have to use root powers maybe... once a week? And most of the time is just to install some program, which you can do easily via the graphical application.



You should be able to do all of your work in normal mode; copy and paste between places you own works perfectly with the graphical interface. Why and what are you trying to copy to /usr/bin?


[#25574] Thursday, July 7, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
uccase

Total Points: 473
Total Questions: 100
Total Answers: 110

Location: Anguilla
Member since Sun, Jan 29, 2023
1 Year ago
uccase questions
;