LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   create user name (https://www.linuxquestions.org/questions/linux-newbie-8/create-user-name-878168/)

stevenrollins 05-01-2011 01:34 PM

cron jobs
 
I need to set up a cron job so that, once every 10 minutes, the computer will automatically archive the home directory and all subdirectories (/home). The archive is to be named homeback.tar, and is placed in a directory named /backup.

repo 05-01-2011 01:36 PM

Welcome to LQ

In a terminal type
Code:

man cron
and
Code:

man tar
Kind regards

stevenrollins 05-01-2011 01:38 PM

create user name
 
I need to create a user named backupadmin, and ensure that only the user named backupadmin will have access to the /backup directory.

repo 05-01-2011 01:42 PM

Take a look at
Code:

man useradd
man chown
man group

Kind regards

stevenrollins 05-01-2011 01:43 PM

I need to set up a cron job so that, once every 10 minutes, the computer will automatically archive the home directory and all subdirectories. the archive is to be named homeback.tar, and is placed in a directory named /backup.

repo 05-01-2011 01:45 PM

Quote:

Originally Posted by stevenrollins (Post 4342959)
I need to set up a cron job so that, once every 10 minutes, the computer will automatically archive the home directory and all subdirectories. the archive is to be named homeback.tar, and is placed in a directory named /backup.

Look in your other thread for the answer.
You need to do some research.

Kind regards

xzcallaway 05-01-2011 01:52 PM

From the menu click System;Administration;Users and Groups. Click Add to add a new user. After the new user is added, select that user and click Advanced. In the advanced window you can enable / disable administration access. when the User with administration access is logged in, then you can right click the folder you want to restrict access to and select properties. In the properties menu select permissions and restrict the access to only the User with Administrator access.

stevenrollins 05-01-2011 01:52 PM

I need modify the /etc/skel directory so that all newly created users will automatically receive a file called README in their home directory that contains new employee information.

repo 05-01-2011 01:57 PM

Please do not post homework.
From the LQ rules
Quote:

Do not expect LQ members to do your homework - you will learn much more by doing it yourself.
https://www.linuxquestions.org/linux/rules.html

Kind regards

stevenrollins 05-01-2011 01:58 PM

cron jobs
 
I need to set up a cron job so that, once every 10 minutes, the computer will automatically archive the home directory and all subdirectories. the archive is to be named homeback.tar, and is placed in a directory named /backup.

repo 05-01-2011 02:00 PM

As said before,
Please do not post homework.
From the LQ rules
Quote:

Do not expect LQ members to do your homework - you will learn much more by doing it yourself.
https://www.linuxquestions.org/linux/rules.html

Kind regards

TB0ne 05-01-2011 02:04 PM

Quote:

Originally Posted by stevenrollins (Post 4342974)
I need to set up a cron job so that, once every 10 minutes, the computer will automatically archive the home directory and all subdirectories. the archive is to be named homeback.tar, and is placed in a directory named /backup.

Yes...this is the third time you posted the same question.

As others have said, do your own homework. You've been pointed to the man pages, (which will tell you most everything you need to know), and a very brief Google search can easily answer these questions as well.

However, I think what you've come HERE for is not the knowledge, but rather someone to do it FOR you. And this really isn't the place to get success with that. We are always glad to HELP, but we will not do your work FOR YOU. If you're stuck, post a detailed question explaining the situation.

Tinkster 05-01-2011 05:13 PM

I took the liberty to merge the two closely related threads/the dupe of one of
the posts and its follow ups.

---------- Post added 02-05-11 at 10:14 ----------

I took the liberty to merge the two closely related threads/the dupe of one of
the posts and its follow ups.


All times are GMT -5. The time now is 06:26 AM.