Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a new file with the name myfirstscript.sh. Write a new script that performs the following tasks in sequence; Display the usernames of currently logged
Create a new file with the name "myfirstscript.sh". Write a new script that performs the following tasks in sequence;
- Display the usernames of currently logged in users; sorted from a-z
- HINT: You will need to filter the output of the who command
- Display a list of usernames who are logged into the system more than once
- HINT: usernames that are logged in more than once = not 'unique'
- Display a list of usernames that have been logged in since yesterday
Also, provide the commands to;
- Set read and execute permission for the user and member of the users group; read-only permission for others; and write permission for the user only
- Run your script from its stored directory
Note: The output of your script must be self-explanatory. For example, the output for the users who are currently logged into the system must be preceded by a header like this: List of users who are currently logged in to the system in alphabetical order
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started