Browsing Swedish translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Swedish guidelines.
513522 of 547 results
513.
Suspend shell execution.

Suspend the execution of this shell until it receives a SIGCONT signal.
Unless forced, login shells cannot be suspended.

Options:
-f[tab]force the suspend, even if the shell is a login shell

Exit Status:
Returns success unless job control is not enabled or an error occurs.
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Suspendera skalexekvering.

Suspendera exekveringen av detta skal tills det får en SIGCONT-signal.
Om det inte framtvingas kan inloggningsskal inte suspenderas.

Flaggor:
-f[tab]framtvinga suspendering, även om skalet är ett inloggningsskal

Slutstatus:
Returnerar framgång om inte jobbstyrning inte är aktiverat eller ett fel
inträffar.
Translated by Göran Uddeborg
Located in builtins.c:1246
514.
Evaluate conditional expression.

Exits with a status of 0 (true) or 1 (false) depending on
the evaluation of EXPR. Expressions may be unary or binary. Unary
expressions are often used to examine the status of a file. There
are string operators and numeric comparison operators as well.

The behavior of test depends on the number of arguments. Read the
bash manual page for the complete specification.

File operators:

-a FILE True if file exists.
-b FILE True if file is block special.
-c FILE True if file is character special.
-d FILE True if file is a directory.
-e FILE True if file exists.
-f FILE True if file exists and is a regular file.
-g FILE True if file is set-group-id.
-h FILE True if file is a symbolic link.
-L FILE True if file is a symbolic link.
-k FILE True if file has its `sticky' bit set.
-p FILE True if file is a named pipe.
-r FILE True if file is readable by you.
-s FILE True if file exists and is not empty.
-S FILE True if file is a socket.
-t FD True if FD is opened on a terminal.
-u FILE True if the file is set-user-id.
-w FILE True if the file is writable by you.
-x FILE True if the file is executable by you.
-O FILE True if the file is effectively owned by you.
-G FILE True if the file is effectively owned by your group.
-N FILE True if the file has been modified since it was last read.

FILE1 -nt FILE2 True if file1 is newer than file2 (according to
modification date).

FILE1 -ot FILE2 True if file1 is older than file2.

FILE1 -ef FILE2 True if file1 is a hard link to file2.

String operators:

-z STRING True if string is empty.

-n STRING
STRING True if string is not empty.

STRING1 = STRING2
True if the strings are equal.
STRING1 != STRING2
True if the strings are not equal.
STRING1 < STRING2
True if STRING1 sorts before STRING2 lexicographically.
STRING1 > STRING2
True if STRING1 sorts after STRING2 lexicographically.

Other operators:

-o OPTION True if the shell option OPTION is enabled.
-v VAR[tab] True if the shell variable VAR is set
! EXPR True if expr is false.
EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.
EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.

arg1 OP arg2 Arithmetic tests. OP is one of -eq, -ne,
-lt, -le, -gt, or -ge.

Arithmetic binary operators return true if ARG1 is equal, not-equal,
less-than, less-than-or-equal, greater-than, or greater-than-or-equal
than ARG2.

Exit Status:
Returns success if EXPR evaluates to true; fails if EXPR evaluates to
false or an invalid argument is given.
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in builtins.c:1231
515.
Evaluate conditional expression.

This is a synonym for the "test" builtin, but the last argument must
be a literal `]', to match the opening `['.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Beräkna villkorligt uttryck.

Detta är en synonym till det inbyggda ”test”, men det sista argumentet
måste vara en bokstavlig ”]”, för att matcha den inledande ”[”.
Translated by Göran Uddeborg
Located in builtins.c:1344
516.
Display process times.

Prints the accumulated user and system times for the shell and all of its
child processes.

Exit Status:
Always succeeds.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Visa processtider.

Skriver ut den sammanlagda användar- och systemtiden för skalet och alla
dess barnprocesser.

Slutstatus:
Lyckas alltid.
Translated by Göran Uddeborg
Located in builtins.c:1353
517.
Trap signals and other events.

Defines and activates handlers to be run when the shell receives signals
or other conditions.

ARG is a command to be read and executed when the shell receives the
signal(s) SIGNAL_SPEC. If ARG is absent (and a single SIGNAL_SPEC
is supplied) or `-', each specified signal is reset to its original
value. If ARG is the null string each SIGNAL_SPEC is ignored by the
shell and by the commands it invokes.

If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell. If
a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command. If
a SIGNAL_SPEC is RETURN, ARG is executed each time a shell function or a
script run by the . or source builtins finishes executing. A SIGNAL_SPEC
of ERR means to execute ARG each time a command's failure would cause the
shell to exit when the -e option is enabled.

If no arguments are supplied, trap prints the list of commands associated
with each signal.

Options:
-l[tab]print a list of signal names and their corresponding numbers
-p[tab]display the trap commands associated with each SIGNAL_SPEC

Each SIGNAL_SPEC is either a signal name in <signal.h> or a signal number.
Signal names are case insensitive and the SIG prefix is optional. A
signal may be sent to the shell with "kill -signal $$".

Exit Status:
Returns success unless a SIGSPEC is invalid or an invalid option is given.
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Fånga signaler och andra händelser.

Definierar och aktiverar hanterare som skall köras när skalet tar emot
signaler eller andra omständigheter.

ARG är ett kommando som skall läsas och exekveras när skalet tar emot
signalen SIGNALSPEC. Om ARG inte anges (och en ensam SIGNALSPEC ges)
eller ”-” återställs varje angiven signal till sitt originalvärde. Om
ARG är den tomma strängen ignoreras varje SIGNALSPEC av skalet och av
kommandon det startar.

Om en SIGNALSPEC är EXIT (0) exekveras ARG vid avslut från skalet. Om
en SIGNALSPEC är DEBUG exekveras ARG före varje enkelt kommando. Om
en SIGNALSPEC är RETURN exekveras ARG varje gång en skalfunktion eller
ett skript kört med den inbyggda . eller source avslutar körningen. En
SIGNALSPEC ERR betyder att köra ARG varje gång ett kommandos felstatus
skulle fått skalet att avsluta om flaggan -e vore satt.

Om inga argument ges skriver trap listan av kommandon som hör till varje
signal.

Flaggor:
-l[tab]skriv en lista av signalnamn och deras motsvarande nummer
-p[tab]visa trap-kommandona associerade med varje SIGNALSPEC

Varje SIGNALSPEC är antingen ett signalnamn i <signal.h> eller ett
signalnummer. Signalnamn är skiftlägesokänsliga och SIG-prefixet är
frivilligt. En signal kan skickas till skalet med ”kill -signal $$”.

Slutstatus:
Returnerar framgång om inte en SIGSPEC är ogiltig eller en ogiltig flagga
ges.
Translated by Göran Uddeborg
Located in builtins.c:1365
518.
Display information about command type.

For each NAME, indicate how it would be interpreted if used as a
command name.

Options:
-a[tab]display all locations containing an executable named NAME;
[tab]includes aliases, builtins, and functions, if and only if
[tab]the `-p' option is not also used
-f[tab]suppress shell function lookup
-P[tab]force a PATH search for each NAME, even if it is an alias,
[tab]builtin, or function, and returns the name of the disk file
[tab]that would be executed
-p[tab]returns either the name of the disk file that would be executed,
[tab]or nothing if `type -t NAME' would not return `file'.
-t[tab]output a single word which is one of `alias', `keyword',
[tab]`function', `builtin', `file' or `', if NAME is an alias, shell
[tab]reserved word, shell function, shell builtin, disk file, or not
[tab]found, respectively

Arguments:
NAME[tab]Command name to be interpreted.

Exit Status:
Returns success if all of the NAMEs are found; fails if any are not found.
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Visa information om kommandotyper.

Indikera för varje NAMN hur det skulle tolkats om det användes som ett
kommandonamn.

Flaggor:
-a[tab]visa alla platser som innehåller ett körbart program med
[tab]namnet NAMN, inklusive alias, inbyggda och funktioner, om och endast
[tab]om flaggan "-p" inte också används
-f[tab]utelämna uppslagning av skalfunktioner
-P[tab]framtvinga en PATH-sökning för varje NAMN, även om det är ett
[tab]alias, inbyggt eller funktion, och returnera namnet på diskfilen som
[tab]skulle blivit exekverad
-p[tab]returnerar antingen namnet på diskfilen som skulle exekverats,
[tab]eller ingenting om "type -t NAMN" inte skulle returnerat "file".
-t[tab]skriv ut ett ensamt ord som är ett av "alias", "keyword",
[tab]"function", "builtin", "file" eller "", om NAMN är ett alias, ett
[tab]reserverat ord i skalet, en skalfunktion, inbyggt i skalet, en diskfil
[tab]respektive inte finns

Argument:
NAMN[tab]Komandonamn som skall tolkas.

Slutstatus:
Returnerar framgång om alla NAMNen finns, misslyckas om något inte finns.
Translated by Göran Uddeborg
Located in builtins.c:1368
519.
Modify shell resource limits.

Provides control over the resources available to the shell and processes
it creates, on systems that allow such control.

Options:
-S[tab]use the `soft' resource limit
-H[tab]use the `hard' resource limit
-a[tab]all current limits are reported
-b[tab]the socket buffer size
-c[tab]the maximum size of core files created
-d[tab]the maximum size of a process's data segment
-e[tab]the maximum scheduling priority (`nice')
-f[tab]the maximum size of files written by the shell and its children
-i[tab]the maximum number of pending signals
-l[tab]the maximum size a process may lock into memory
-m[tab]the maximum resident set size
-n[tab]the maximum number of open file descriptors
-p[tab]the pipe buffer size
-q[tab]the maximum number of bytes in POSIX message queues
-r[tab]the maximum real-time scheduling priority
-s[tab]the maximum stack size
-t[tab]the maximum amount of cpu time in seconds
-u[tab]the maximum number of user processes
-v[tab]the size of virtual memory
-x[tab]the maximum number of file locks

If LIMIT is given, it is the new value of the specified resource; the
special LIMIT values `soft', `hard', and `unlimited' stand for the
current soft limit, the current hard limit, and no limit, respectively.
Otherwise, the current value of the specified resource is printed. If
no option is given, then -f is assumed.

Values are in 1024-byte increments, except for -t, which is in seconds,
-p, which is in increments of 512 bytes, and -u, which is an unscaled
number of processes.

Exit Status:
Returns success unless an invalid option is supplied or an error occurs.
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Modifiera skalresursgränser.

Ger kontroll över resurserna som är tillgängliga till skalet och processer
det skapar, på system som möjliggör sådan styrning.

Flaggor:
-S[tab]använd den "mjuka" resursgränsen
-H[tab]använd den "hårda" resursgränsen
-a[tab]alla aktuella gränser rapporteras
-b[tab]storleken på uttagsbuffertar
-c[tab]den maximala storleken på minnesutskrifter som skapas
-d[tab]den maximala storleken på en process datasegmen
-e[tab]den maximala schemaläggningsprioriteten ("nice")
-f[tab]den maximala storleken på filer som skrivs av skalet och dess
[tab]barn
-i[tab]det maximala antalet väntande signaler
-l[tab]den maximala storleken en process kan låsa i minnet
-m[tab]den maximala residenta mängdstorleken
-n[tab]det maximala antalet öppna filbeskrivare
-p[tab]rörbuffertstorleken
-q[tab]det maximala antalet byte i POSIX-meddelandeköer
-r[tab]den maximala realtidsschemaläggningsprioriteten
-s[tab]den maximala stackstorleken
-t[tab]den maximala mängden cpu-tid i sekunder
-u[tab]det maximala antalet användarprocesser
-v[tab]storleken på det virtuella minnet
-x[tab]det maximala antalet fillås

Om GRÄNS anges är det ett nytt värde för den specificerade resursen; de
speciella GRÄNS-värdena "soft", "hard" och "unlimited" står för den
aktuella mjuka gränsen, den aktuella hårda grånsen respektive inge gräns.
Annars skrivs det aktuella värdet på den specificerade resursen. Om
ingen flagga ges antas -f.

Värden är i 1024-bytesteg, utom för -t som är i sekunder, -p som är i steg
på 512 byte och -u som är ett antal processer utan någon skalning.

Slutstatus:
Returnerar framgång om inte en ogiltig flagga anges eller ett fel inträffar.
Translated by Göran Uddeborg
Located in builtins.c:1399
520.
Display or set file mode mask.

Sets the user file-creation mask to MODE. If MODE is omitted, prints
the current value of the mask.

If MODE begins with a digit, it is interpreted as an octal number;
otherwise it is a symbolic mode string like that accepted by chmod(1).

Options:
-p[tab]if MODE is omitted, output in a form that may be reused as input
-S[tab]makes the output symbolic; otherwise an octal number is output

Exit Status:
Returns success unless MODE is invalid or an invalid option is given.
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Visa eller sätt filrättighetsmask.

Sätter användarens filskapningsmask till RÄTTIGHETER. Om RÄTTIGHETER
utelämnas skrivs det aktuella värdet på masken.

Om RÄTTIGHETER börjar med en siffra tolkas det som ett oktalt tal, annars
är det en symbolisk rättighetssträng som den som tas av chmod(1).

Flaggor:
-p[tab]om RÄTTIGHETER utelämnas, skriv ut i en form som kan
[tab]återanvändas som indata
-S[tab]gör utmatningen symbolisk, annars används oktala tal

Slutstatus:
Returnerar framgång om inte RÄTTIGHETER är ogiltig eller en ogiltig flagga
ges.
Translated by Göran Uddeborg
Located in builtins.c:1483
521.
Wait for job completion and return exit status.

Waits for the process identified by ID, which may be a process ID or a
job specification, and reports its termination status. If ID is not
given, waits for all currently active child processes, and the return
status is zero. If ID is a a job specification, waits for all processes
in the job's pipeline.

Exit Status:
Returns the status of ID; fails if ID is invalid or an invalid option is
given.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Vänta på att jobb blir färdiga och returnerar slutstatus.

Väntar på processen som identifieras av ID, som kan vara en process-id
eller en jobbspecifikation, och rapportera dess avslutningsstatus. Om
ID inte ges, vänta på alla nu körande barnprocesser, och returstatus är
noll. Om ID är en jobbspecifikation, vänta på alla processer i det
jobbets rör.

Slutstatus:
Returnerar status på ID, misslyckas ifall ID är ogiltig eller en ogiltig
flagga ges.
Translated by Göran Uddeborg
Located in builtins.c:1464
522.
Wait for process completion and return exit status.

Waits for the specified process and reports its termination status. If
PID is not given, all currently active child processes are waited for,
and the return code is zero. PID must be a process ID.

Exit Status:
Returns the status of ID; fails if ID is invalid or an invalid option is
given.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Vänta på att en process blir färdig och returnerar slutstatus.

Väntar på den angivna processen och rapportera dess avslutningsstatus. Om
PID inte ges, vänta på alla nu körande barnprocesser, och returstatus är
noll. PID måste vara en process-id.

Slutstatus:
Returnerar status på ID, misslyckas ifall ID är ogiltig eller en ogiltig
flagga ges.
Translated by Göran Uddeborg
Located in builtins.c:1482
513522 of 547 results

This translation is managed by Ubuntu Swedish Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Arve Eriksson, Carl-Uno Olsson, Daniel Nylander, Göran Uddeborg, Samuel Lidén Borell.