Ubuntu Pastebin

Paste from macs at Tue, 29 Mar 2016 14:42:46 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
macs@Cpu-macS:~$ uname -l
uname: opzione non valida -- "l"
Try 'uname --help' for more information.
macs@Cpu-macS:~$ uname --help
Uso: uname [OPZIONE]...
Stampa alcune informazioni sul sistema. Senza una OPZIONE รจ come -s.

  -a, --all                stampa tutte le informazioni, nel seguente ordine:
                             omettendo -p e -i se sconosciute:
  -s, --kernel-name        stampa il nome del kernel
  -n, --nodename           stampa il nome host del nodo di rete
  -r, --kernel-release     stampa il rilascio del kernel
  -v, --kernel-version     stampa la versione del kernel
  -m, --machine            stampa il nome dell'hardware della macchina
  -p, --processor          stampa il tipo di processore o "unknown"
  -i, --hardware-platform  stampa la piattaforma hardware o "unknown"
  -o, --operating-system   stampa il sistema operativo
      --help     mostra questo aiuto ed esce
      --version  stampa le informazioni sulla versione ed esce

GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
Segnalare i bug di traduzione di uname a <tp@lists.linux.it>
Full documentation at: <http://www.gnu.org/software/coreutils/uname>
or available locally via: info '(coreutils) uname invocation'
macs@Cpu-macS:~$ uname -v
#39-Ubuntu SMP PREEMPT Thu Mar 10 22:58:48 UTC 2016
macs@Cpu-macS:~$ ^C
macs@Cpu-macS:~$ 
Download as text