The script command not only makes a record of what commands you run but also allows you to save the output generated so that you can examine it later or easily turn your command sequences into scripts ...
I want to have a simple apps menu, in bash script, for users that don't want access to the shell.<BR><BR>How can I provide a "Logout" option to do the equivalent of 'Ctrl-D' and log the user out of ...