<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to make an ordinary user, the SysAdmin in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336590#M13291</link>
    <description>&lt;SNIP&gt;&lt;BR /&gt;Infact here we are not using Amanda or mondo. We are using tar. Yes ur idea is good that is I can also set cron to take backups, but as u know that backup requirement are frequently changed, sometimes the whole /home backup is needed, but sometimes only the backup of /home/jasica/ is needed.&lt;BR /&gt;&lt;/SNIP&gt;&lt;BR /&gt;&lt;BR /&gt;Maaz,&lt;BR /&gt;&lt;BR /&gt;how many such users u have like this.&lt;BR /&gt;Plan:&lt;BR /&gt;What are all the directories u have to backup.&lt;BR /&gt;Frequency of the backup.&lt;BR /&gt;&lt;BR /&gt;By this you will get an idea which to backup &amp;amp; when. There are options in tar for incremental backups. I use tar too. Once in a week a full backup and incremental backup on week days would be a ideal choice.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;SK</description>
    <pubDate>Sun, 25 Jul 2004 13:19:18 GMT</pubDate>
    <dc:creator>Saravana Kumar_2</dc:creator>
    <dc:date>2004-07-25T13:19:18Z</dc:date>
    <item>
      <title>how to make an ordinary user, the SysAdmin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336578#M13279</link>
      <description>Hello Dear Gurus,&lt;BR /&gt;&lt;BR /&gt;plz help... how can I assign all Administrative Rights to a normal/ordinary user, i.e what Shoud I have to do in order to make a normal user Administrator of the System. I have to assign all admin power to a user named 'marshal', and I m the root user of the system.&lt;BR /&gt;In windows 2K, its so simple, we simple add that normal user to Administrators Group, then that normal user automatically becomes the Most Powerful user of the System.&lt;BR /&gt;&lt;BR /&gt;Peace,&lt;BR /&gt;Maaz</description>
      <pubDate>Tue, 20 Jul 2004 13:19:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336578#M13279</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-07-20T13:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an ordinary user, the SysAdmin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336579#M13280</link>
      <description>vi /etc/sudoers&lt;BR /&gt;     #Add this line:&lt;BR /&gt;     %wheel ALL=/usr/bin/su - root&lt;BR /&gt;&lt;BR /&gt;vi /etc/groups&lt;BR /&gt;     #Add the user the group "wheel"&lt;BR /&gt;&lt;BR /&gt;and then the user can:&lt;BR /&gt;&lt;BR /&gt;$ sudo su - root&lt;BR /&gt;  &lt;BR /&gt;and then he enters his passwd. &lt;BR /&gt;Voila! he's root.&lt;BR /&gt;&lt;BR /&gt;Or more simple than that: give him the root passwd.</description>
      <pubDate>Tue, 20 Jul 2004 14:05:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336579#M13280</guid>
      <dc:creator>Olivier Drouin</dc:creator>
      <dc:date>2004-07-20T14:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an ordinary user, the SysAdmin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336580#M13281</link>
      <description>On a RedHat/Fedora system, you can add the user&lt;BR /&gt;to the wheel group:&lt;BR /&gt;&lt;BR /&gt;Modify /etc/group and change the wheel line:&lt;BR /&gt;&lt;BR /&gt;wheel:x:10:root,marshal&lt;BR /&gt;&lt;BR /&gt;And edit /etc/pam.d/su and remove the hash&lt;BR /&gt;mark from the line:&lt;BR /&gt;&lt;BR /&gt;auth       sufficient   /lib/security/$ISA/pam_wheel.so trust use_uid&lt;BR /&gt;&lt;BR /&gt;Then the user can have root privileges just&lt;BR /&gt;by giving the command "su", without a password.</description>
      <pubDate>Wed, 21 Jul 2004 00:36:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336580#M13281</guid>
      <dc:creator>Mogens Kjaer</dc:creator>
      <dc:date>2004-07-21T00:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an ordinary user, the SysAdmin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336581#M13282</link>
      <description>Alternatively, you may as well just assign the user ID 0.&lt;BR /&gt; &lt;BR /&gt;I'm not saying you should do this though,  because as soon as you give a user the kind of rights you want to, it doesn't matter how you do it, your security, logging and everything no longer means much at all.  You may as well just give them the root password as mentioned above.&lt;BR /&gt; &lt;BR /&gt;Having said all this, you might want to investigate "capabilities".&lt;BR /&gt; &lt;A href="http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.2/capfaq-0.2.txt" target="_blank"&gt;http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.2/capfaq-0.2.txt&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;This allow fine grained control of permissions.  For example, a user can have root access only for the period that they are doing a "mount".  The rights are dropped immediately afterwards.  This allows you to give a user much the same rigthts as root but without giving them the ability to alter "sudo" configurations and log files etc etc&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2004 07:42:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336581#M13282</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-07-21T07:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an ordinary user, the SysAdmin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336582#M13283</link>
      <description>so sorry for replying too late.&lt;BR /&gt;and Maany Thanks for the invaluable support&lt;BR /&gt;&lt;BR /&gt;One More Question Gurus....&lt;BR /&gt;&lt;BR /&gt;In windows, there is a group called Backup Operators, if a user belongs to Backup Operator, then he/she can take backup of any files/folders, even he/she can take backup of those files/folder on which he/she dont have even the read permission.&lt;BR /&gt;&lt;BR /&gt;In Linux, What should I have to do, if I want to assign Backup Rights to an ordinary user, so that he/she can take backup of any files and folder under /home/. &lt;BR /&gt;&lt;BR /&gt;Once again Many Thanks Olivier Drouin, Mogens Kjaer, and Mark Grant, for ur kind responses. &lt;BR /&gt;&lt;BR /&gt;Peace&lt;BR /&gt;&lt;BR /&gt;Maaz</description>
      <pubDate>Thu, 22 Jul 2004 14:09:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336582#M13283</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-07-22T14:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an ordinary user, the SysAdmin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336583#M13284</link>
      <description>plz help asap&lt;BR /&gt;&lt;BR /&gt;Thanks in adv&lt;BR /&gt;Peace&lt;BR /&gt;Maaz</description>
      <pubDate>Thu, 22 Jul 2004 23:34:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336583#M13284</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-07-22T23:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an ordinary user, the SysAdmin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336584#M13285</link>
      <description>I think I should explain my need/question. &lt;BR /&gt;There is an ordinary(noon-root), user named marshal, to whome I(root), just want to give the right to take Backup of any files/folder under /home/. so that I would be free from taking Backup of every user's Home Diectory.&lt;BR /&gt;In other words what should I do, so that marshal becomes just Backup Admin, but not the System Admin.&lt;BR /&gt;&lt;BR /&gt;Many Thanks&lt;BR /&gt;&lt;BR /&gt;Peace&lt;BR /&gt;Maaz&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jul 2004 00:17:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336584#M13285</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-07-23T00:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an ordinary user, the SysAdmin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336585#M13286</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would set up a backup utilisty like amanda or mondo, and grant mondo user a password, that would be given to your backup operator...&lt;BR /&gt;&lt;A href="http://www.microwerks.net/~hugo/" target="_blank"&gt;http://www.microwerks.net/~hugo/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But why don't you use a cron job just to automate backup ? No need to grant privilege, no need to remember to ask if backup's been done, easy setup...</description>
      <pubDate>Fri, 23 Jul 2004 00:46:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336585#M13286</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2004-07-23T00:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an ordinary user, the SysAdmin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336586#M13287</link>
      <description>Hi Maaz,&lt;BR /&gt;&lt;BR /&gt;I think it is no possible to read files for an ordinary user if it have not read permissions.&lt;BR /&gt;&lt;BR /&gt;Your best choice is the Jerome answer, this is install a backup software and set permissions only to a virtual user and/or manage backups through cron jobs.&lt;BR /&gt;&lt;BR /&gt;Frank</description>
      <pubDate>Fri, 23 Jul 2004 01:09:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336586#M13287</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2004-07-23T01:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an ordinary user, the SysAdmin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336587#M13288</link>
      <description>sudo can also do this...&lt;BR /&gt;&lt;BR /&gt;man sudo&lt;BR /&gt;man sudoers&lt;BR /&gt;&lt;BR /&gt;just choose a backup program ( like 'dump' ) and assign the rights to execute it as root to your user.</description>
      <pubDate>Fri, 23 Jul 2004 08:22:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336587#M13288</guid>
      <dc:creator>Olivier Drouin</dc:creator>
      <dc:date>2004-07-23T08:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an ordinary user, the SysAdmin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336588#M13289</link>
      <description>Thanks Jerome Henry for the support. Infact here we are not using Amanda or mondo. We are using tar. Yes ur idea is good that is I can also set cron to take backups, but as u know that backup requirement are frequently changed, sometimes the whole /home backup is needed, but sometimes only the backup of /home/jasica/ is needed.&lt;BR /&gt;Francisco Soler, many thanks for ur response.&lt;BR /&gt;&lt;BR /&gt;Olivier Drouin, Once again many thanks for ur kind support. Olivier Drouin, could u please write me the exact syntax /etc/sudoers, I m using tar.&lt;BR /&gt;&lt;BR /&gt;Many Thanks&lt;BR /&gt;&lt;BR /&gt;Maaz&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jul 2004 14:33:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336588#M13289</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-07-23T14:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an ordinary user, the SysAdmin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336589#M13290</link>
      <description>Olivier Drouin, could u please write me the exact syntax /etc/sudoers, I m using tar.&lt;BR /&gt;&lt;BR /&gt;Many Thanks&lt;BR /&gt;&lt;BR /&gt;Maaz</description>
      <pubDate>Fri, 23 Jul 2004 14:34:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336589#M13290</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-07-23T14:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an ordinary user, the SysAdmin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336590#M13291</link>
      <description>&lt;SNIP&gt;&lt;BR /&gt;Infact here we are not using Amanda or mondo. We are using tar. Yes ur idea is good that is I can also set cron to take backups, but as u know that backup requirement are frequently changed, sometimes the whole /home backup is needed, but sometimes only the backup of /home/jasica/ is needed.&lt;BR /&gt;&lt;/SNIP&gt;&lt;BR /&gt;&lt;BR /&gt;Maaz,&lt;BR /&gt;&lt;BR /&gt;how many such users u have like this.&lt;BR /&gt;Plan:&lt;BR /&gt;What are all the directories u have to backup.&lt;BR /&gt;Frequency of the backup.&lt;BR /&gt;&lt;BR /&gt;By this you will get an idea which to backup &amp;amp; when. There are options in tar for incremental backups. I use tar too. Once in a week a full backup and incremental backup on week days would be a ideal choice.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;SK</description>
      <pubDate>Sun, 25 Jul 2004 13:19:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-make-an-ordinary-user-the-sysadmin/m-p/3336590#M13291</guid>
      <dc:creator>Saravana Kumar_2</dc:creator>
      <dc:date>2004-07-25T13:19:18Z</dc:date>
    </item>
  </channel>
</rss>

