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
Suggested Answer:See Explanation
// 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
alias qstat=/bin/ps -Ao pid,tt,user,fname,rsz => alias qstat='/bin/ps -Ao pid,tt,user,fname,rsz'
upvoted 2 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
snota45
5 months, 2 weeks agoozun
1 year, 2 months ago