![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| My first script of day, it looks easy, but... | trutoman | Shell Programming and Scripting | 5 | 12-02-2008 03:14 AM |
| Need help on installing an EASY to use and easy to install command line text editor | EugeneG | UNIX for Dummies Questions & Answers | 4 | 07-16-2007 12:53 PM |
| Help with an 'easy' script | lestat_ecuador | UNIX for Dummies Questions & Answers | 3 | 01-14-2007 01:30 AM |
| Help with an 'easy' script | lestat_ecuador | Shell Programming and Scripting | 7 | 01-13-2007 07:13 PM |
| Easy script | guest100 | UNIX for Dummies Questions & Answers | 8 | 03-07-2005 10:57 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Easy Checkup Script
Hi,
I am planning the following to do. On my linux system I've got different users in the /home/ directory. These users have file limitations. So every user below the /home/ directory should get a text file in a seperate folder /home/$user/files/ which tells him how many files he is already using. For example: Code:
Dear User, you are currently using X files in the Linux System. Please be aware that the permissions for you is set to 100 files. Code:
find /home/directory -type f | wc -l 1. How can look like a functionality which do the file creation including the Message for every directory in the /home/ directory? 2. How can I own the files to the related user? witch chown? 3. The file should have an automated filename with numbers with different numbers per User, how can I realise this? If you can help me this will be greatful. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|