Hi, im trying to finish my Linux homework and im stuck on a coupls of questions.
1. A command that is entered on the command line consisting of one process or a series of processes using a pipe is considered a 'token' and can me managed as one entity.
True
False
2. The previous lead job has the character:
-
^
+
&
=
3. The following field contains the state of the process (when you run the ps -aux command). For example, S, R, or I (sleeping, running, idle)
CMD
STAT
F
TTY
PRI
NOTE: I have completed answers for your question along with explanation. Please check and let me know if you have any questions. I will revert back within 24 hours. Thanks for your patience.
Q) A command that is entered on the command line consisting of one process or a series of processes using a pipe is considered a 'token' and can me managed as one entity.
A) Answer is True.
Explanation:
1) When shell parses a command on the command line it breaks them
into tokens and validates if they are the right commands being
used.
2) The commands which are considered as tokens by shell will be
verified if it is a valid internal or external command.
3) If it does not find command as internal or external it will
throw "command not found" error.
Q) The previous lead job has the character:
A) Answer is "-".
Explanation:
1) The "+" sign next to a job number indicates current job which is
nothing but last command stopped while it is running as foreground
earlier.
2) The previous job is always marked as "-" sign.
3) In order to refer current job we can use "%" or "%+" and to
indicate previous job it is represented as "%-"
Q) The following field contains the state of the process (when you
run the ps -aux command). For example, S, R, or I (sleeping,
running, idle)
A) Answer is "STAT".
Explanation:
1) The STAT column indicates the state of process.
2) The process state can be sleeping, running, Idle, interruptible
sleep etc
Hi, im trying to finish my Linux homework and im stuck on a coupls of questions....
Hi im trying too do my Linux homework and I'm stuck on some questions 1. Using the utility chmod, permissions can be set on the owner, group, or others (aka "the world" or "everyone else"). True or False 2. Changing the permissions on the script file someScriptFile.sh to be write and read only will allow you to execute it (if it is a valid shell script with no errors) using ./someScriptFile.sh True or False 3. To set the permissions for...
Hi, I'm trying to do my
homework for my SQL Server class I keep getting stuck on the
questions 1-5 I found out like how the format need to be
I'm just stuck on implanting the code in.
Auntie B's Antic ERD CUSTOMER OWNER PEOPLE PeoplelD CustomerSince CHARITY Peopleld FirstName LastName Address City State Zip Phone CellPhone EMail PeopleType CharityID Name Address City State WORKERS PeoplelD HireDate TermDate SSN ip Phone ContactID ORDERS OrderlD OrderDate CustomerlD EmployeelD DONATION DonationID DonationDate...