[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:
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

