Menu

[Solved]Write Bash Shell Script Named Userdetailssh Takes Arguments Script Identify Every Currentl Q37272613

Write a bash shell script named user_details.sh thattakes no arguments. The script should identify every currentlyactive user on the system. For each of those users, the scriptshould identify their Full Name (if one is present), the absolutepath of their home directory, the total number of all files intheir home directory (including files in sub-directories)(do notcount directories as files for this case), the current number ofprocesses owned by the user, and the top seven (7) processes byMemory Usage. Example output of this script is asfollows:

image?w=685&h=296&rev=1&ac=1&parent=1SKA

You should then provide the full details required toexecute this script every 15 minutes.

Expert Answer


Answer to Write a bash shell script named user_details.sh that takes no arguments. The script should identify every currently acti… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *