Create a new file called testworkscr change the permissions


Create a new file called TestWork.scr Change the permissions on this new file to add the execute bit for user, group, and owner. Edit your new file using Gedit or VI and change it so it performs the following actions: •Using a line after #!/bin/bash, take the output of the ps -e command and pipe it to the sort command. •After it has been piped to the sort command, redirect that output to a file called psfile. Note. Remember to include #!/bin/bash as the first line of your script.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Create a new file called testworkscr change the permissions
Reference No:- TGS0566795

Expected delivery within 24 Hours