ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    I need help installing vmware tools for Centos!

    IT Discussion
    6
    39
    15.9k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by

      You need to start over. Your Bob and their bob are not similar. They have different names and everything.

      You need to great a user named bob, a group named projectX and a folder named bob. You can do this side by side with what you currently have since Bob and bob are unrelated as users, groups or files.

      Once you create the right user, group and folder you use the chown command to change the user owner of a file and chgrp to change the group owner of a file. (There is a shortcut for this that I am not providing for reasons of clarity.)

      So once everything exists you would use...

      chown bob bob
      chgrp projectX bob
      

      To make the folder named "bob" belong to the user bob and the group projectX.

      M 1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller
        last edited by

        And this highlights why you need to both 1) be accurate when working from anything and not assume that you can change spellings, capitalization or otherwise because you never know when those things matter and 2) never use capitals in anything (UNIX especially) unless you really, really intend to because you are just setting yourself up for problems.

        1 Reply Last reply Reply Quote 0
        • M
          MrWright4hire @scottalanmiller
          last edited by

          @scottalanmiller said:

          You need to start over. Your Bob and their bob are not similar. They have different names and everything.

          You need to great a user named bob, a group named projectX and a folder named bob. You can do this side by side with what you currently have since Bob and bob are unrelated as users, groups or files.

          Once you create the right user, group and folder you use the chown command to change the user owner of a file and chgrp to change the group owner of a file. (There is a shortcut for this that I am not providing for reasons of clarity.)

          So once everything exists you would use...

          chown bob bob
          chgrp projectX bob
          

          To make the folder named "bob" belong to the user bob and the group projectX.

          Thank you so much Big brotha! I got it to be how I want it. I'll keep in mind about the Capitalization. I got rid of Bob with userdel -r Bob and added useradd bob.
          Nevertheless, I'm good now. Thank you again for inspiring me again.

          1 Reply Last reply Reply Quote 1
          • scottalanmillerS
            scottalanmiller
            last edited by

            I've always done all of my user management manually. That means editing /etc/passwd, /etc/group and /etc/shadow by hand. And creating directories for them by hand. But it makes knowing what is happening much easier. And you don't have to know any tools. I don't know how to use useradd or adduser commands because I've always skipped them. Every environment I've ever worked in didn't use those commands. They are in every "learning UNIX" book, but I know no full time admins who use them - they tend to be crutches and are only useful in a setting where you 1) only deal with a single machine and 2) are trying to quickly bypass knowing what is going on on the system.

            I would skip that stuff and just edit the files. It's pretty easy.

            M 1 Reply Last reply Reply Quote 0
            • JaredBuschJ
              JaredBusch @scottalanmiller
              last edited by

              @scottalanmiller said:

              Why are you putting screenshots into Word before uploading them? Just upload the screenshot directly.

              Get Greenshot

              M 1 Reply Last reply Reply Quote 1
              • M
                MrWright4hire @scottalanmiller
                last edited by

                @scottalanmiller said:

                I would skip that stuff and just edit the files. It's pretty easy.

                You're my Mr. Miyagi! Help me wax on and wax off. How do one go by editing by hand?

                1 Reply Last reply Reply Quote 0
                • M
                  MrWright4hire @JaredBusch
                  last edited by

                  @JaredBusch said:

                  Get Greenshot

                  Thank you Jared.

                  1 Reply Last reply Reply Quote 0
                  • M
                    MrWright4hire
                    last edited by

                    @JaredBusch, I thanked you too soon. lol! That link is down. The product isn't available any more.
                    Thank you for at least trying.

                    coliverC JaredBuschJ 2 Replies Last reply Reply Quote 0
                    • coliverC
                      coliver @MrWright4hire
                      last edited by

                      @MrWright4hire said:

                      @JaredBusch, I thanked you too soon. lol! That link is down. The product isn't available any more.
                      Thank you for at least trying.

                      Greenshot is still up and running, and is being actively developed. Here is the sourceforge link: http://sourceforge.net/projects/greenshot/

                      1 Reply Last reply Reply Quote 1
                      • JaredBuschJ
                        JaredBusch @MrWright4hire
                        last edited by

                        @MrWright4hire said:

                        @JaredBusch, I thanked you too soon. lol! That link is down. The product isn't available any more.
                        Thank you for at least trying.

                        Works just fine.

                        img

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 2 / 2
                        • First post
                          Last post