-
Write the command to run the file called 'process' assuming it is in your current directory, has execute permission, but that your current directory is not in the standard path command search list:
-
Write a command to select all lines of a file called 'message' that have the word 'linux' in them; you want the listing to also have forward page control (only) while displaying the results (assume message is in your current directory)
Write a command to do an alphabetical sort on the third field of file data1, which is colon delimited:
Write a command to give all permissions to all entities (user, group, and others) to a file called 'process'. (Use 'octal' notation in your command)