Valid EX300 Dumps shared by ExamDiscuss.com for Helping Passing EX300 Exam! ExamDiscuss.com now offer the newest EX300 exam dumps, the ExamDiscuss.com EX300 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com EX300 dumps with Test Engine here:
Custom User Environment Create a custom command on system1 and system2 named as qstat, this custome command will execute the following commands: /bin/ps - Ao pid,tt,user,fname,rsz This command is valid for all users in the system
Correct Answer:
See Explanation Explanation/Reference: // restart and keep valid vim /etc/bashrc alias qstat='/bin/ps -Ao pid,tt,user,fname,rsz' : wq source /etc/bashrc // check if there is a qstat qstat // execute alias