Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
Enter the following script into vi, calling it scriptFinal.
#!/bin/bash
for file in $@; do
if [[ -r $file && -w $file && -x $file ]]
then count=$((count+1))
fi
done
echo Of the $# files entered, $count were r/w/x
Run the script to make sure it works. Modify the script in three ways:
1. output an error message if no parameters are supplied
2. rather than counting the number of files, find out total number of files that have
read permission for the group and execute permission for others
3. output a message ‘the directory is not permissible to list’ if the directory you
are trying to list does not have a read permission (5 pts Bonus)
Question 2: Total Point (20)
Define Process and Service. What is the difference between process and service? How
can you change the priority of a process? Mention the restrictions that a regular user has
while updating a process priority.
It digests food at the same rate regardless of the temperature.
It digests food more quickly at lower temperatures.
It digests food more slowly at lower temperatures.