by H.Thirukkumaran | Aug 8, 2017 | tip of the day
To send a foreground job to background mode type bg %n where n is the job id. To get the job id use the jobs command.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
To execute a series of commands only when the previous command executes successfully use && operator.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
To run an alternate command when a command fails use || operator.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
To see the processes and its resource usage use top command.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
To take a snapshot of resource usage and processes in the system use the ps command with faux option. This will help you to keep track of server performance at various times.
Recent Comments