Linux: Difference between revisions

From Wiki
 
No edit summary
Line 3: Line 3:
*[[Linux:Dicas sobre RPM]]
*[[Linux:Dicas sobre RPM]]


== Configurações ==
*[[Linux: Configurando DHCP e BIND com DNS Dinamico]]
*[[Linux: Configurando DHCP e BIND com DNS Dinamico]]


Line 8: Line 9:


*[[Linux: Configurando um servidor DNS]]
*[[Linux: Configurando um servidor DNS]]
== Comandos ==
{|border="1" class="wikitable sortable" style="font-size: smaller; text-align: center; width: auto; table-layout: fixed;"
|-
!Purpose of command
!Solaris
!AIX
!HP-UX
|-
!List contents of current directory
|
ls -la
|
ls -la
|
ls -la
|-
!List contents of an ASCII file
|
cat /etc/passwd
cat /etc/hosts
|
cat /etc/passwd
cat /etc/hosts
|
cat /etc/passwd
cat /etc/hosts
|-
! Determine file type
|
file /etc/passwd
file /usr
file /etc/mount
|
file /etc/passwd
file /usr
file /usr/sbin/mount
|
file /etc/passwd
file /usr
file /usr/sbin/mount
|-
|}
exemplo: http://en.wikipedia.org/wiki/Comparison_of_virtual_machines

Revision as of 12:11, 18 July 2008

Configurações


Comandos

Purpose of command Solaris AIX HP-UX
List contents of current directory

ls -la

ls -la

ls -la

List contents of an ASCII file

cat /etc/passwd

cat /etc/hosts

cat /etc/passwd

cat /etc/hosts

cat /etc/passwd

cat /etc/hosts

Determine file type

file /etc/passwd

file /usr

file /etc/mount

file /etc/passwd

file /usr

file /usr/sbin/mount

file /etc/passwd

file /usr

file /usr/sbin/mount


exemplo: http://en.wikipedia.org/wiki/Comparison_of_virtual_machines