Saving every command and its output in log in Unix
In this post we will learn about saving every linux/unix command and its output in log file. The command called script will be use to save the command output in log. Run script command to save command output in file/log script filename.log Example: [root@server1 ~]# [root@server1 ~]# script my.log Script started, file is my.log Welcome…
