Benutzer-Werkzeuge

Webseiten-Werkzeuge


unterschiedliche-unixe:unterschiedliche_unixe

Unterschiedliche Unixe


Die Angaben in der Tabelle sind derzeit nicht vollständig. Dies gilt vor allem für ULTRIX.

Activity/OS FreeBSD NetBSD OpenBSD Linux
(rh) = Red Hat, Mandrake, Suse,…
(deb) = Debian, Ubuntu, Mint,…
ULTRIX OS/Activity
list hardware configurationdmesgdmesg
cat /kern/msgbuf
dmesgdmesg (if you're lucky)
/proc/cpuinfo
/proc/pci
uerf -R -o full (if you're lucky)list hardware configuration
show/set EEPROM/NVRAM values openprom (on OpenFirmware architectures)hwclock show/set EEPROM/NVRAM values
administrative GUI/stand/sysinstall (rh) linuxconf administrative GUI
read a disk labeldisklabel -rdisklabel -rfdisk -r OR
disklabel -rl
fdisk -lchpt -qread a disk label
whole disk in partitioncd (on i386)
c (everything else)
c cwhole disk in partition
label a diskfdisk
disklabel -wr
sysinstall
disklabel -wrdisklabel -wrcfdisk
fdisk
e2label
label a disk
partition a diskfdisk
sysinstall
disklabelfdisk -e OR
disklabel -E
fdiskchpt -ppartition a disk
check swap spaceswapinfoswapctlswapctlcat /proc/meminfo
free
check swap space
kernel/kernel/netbsd/bsd/boot/vmlinuz kernel
show/set kernel parameters/boot/kernel.conf /etc/boot.conf/proc/*
/proc/sys/*
show/set kernel parameters
show runlevel /sbin/runlevel show runlevel
add device without reboot insmod add device without reboot
startup scripts/etc/rc*
/usr/local/etc/rc.d/
/etc/rc*/etc/rc*/etc/rc* (but may vary)/etc/rc*startup scripts
„normal“ filesystemufs, zfsffs (was ufs)ffs (was ufs)ext2, ext3, ext4, btfs, xfsufs„normal“ filesystem
volume based filesystemccd, vinum, zfsccd, raidframeccd volume based filesystem
file system description/etc/fstab/etc/fstab/etc/fstab/etc/fstab/etc/fstabfile system description
volume manipulationvinum volume manipulation
create non-0-length empty file dd if=/dev/zero of=filename bs=1024k count=desired create non-0-length empty file
NFS share definitions/etc/exports/etc/exports/etc/exports/etc/exports NFS share definitions
NFS share commandkill -s HUP `cat /var/run/mountd.pid`kill -s HUP `cat /var/run/mountd.pid` exportfs -a NFS share command
mount CD-ROM mount CD-ROM
encrypted passwords in/etc/master.passwd/etc/master.passwd (/etc/pwd.db)/etc/master.passwd
(/etc/pwd.db)
/etc/shadow (may vary)/etc/passwdencrypted passwords in
allow/deny root logins/etc/login.access;
/etc/ttys
/etc/ttys/etc/ttys/etc/securetty allow/deny root logins
default syslog/var/log/messagesvar/log/messages/var/log/messages/var/log/syslog
/var/log/messages
default syslog
system error reporting tooldmesgdmesg
cat /kern/msgbuf
dmesgdmesguerfsystem error reporting tool
show installed softwarepkg_infopkginfopkginfo(rh) rpm -a -i
(rh) rpm -qa
(deb) dselect
(deb) dpkg -l
show installed software
add software/stand/sysinstall
/usr/ports make
pkg_add
/usr/pkgsrc && make
pkg_add
/usr/ports && make
(rh) rpm -hiv
(deb) dselect
(deb) apt-get install pkg
(deb) dpkg -I
add software
show patch level cat /kern/version (rh) rpm -q
(deb) dpkg -s
show patch level
patch toolcvsupcvscvs/CTM(deb) apt-get update
(deb) apt-get upgrade
patch tool
tracing utilityktrace
truss
ktracektrace
ptrace
strace tracing utility
show network interface infoifconfig -Aifconfig -aifconfig -A/sbin/ifconfig
ip a
show network interface info
change network addressedit /etc/rc.conf (option ifconfig_interfacename)edit /etc/ifconfig.interface
dhclient
edit /etc/hostname.driveredit: /etc/hosts, /etc/sysconfig/network, /etc/sysconfig/network-scripts/ifcfg-eth0 change network address
ping one packetping -c 1 hostnameping -c 1 hostnameping -c 1 hostnameping -c 1 hostname ping one packet
route definitionsedit /etc/rc.conf (option defaultrouter) (rh) /etc/sysconfig/network
(rh) /etc/sysconfig/static-routes
(deb) /etc/init.d/network
(deb) /etc/network
route definitions
C compiler/usr/bin/cc (gcc)/usr/bin/cc/usr/bin/ccgcc C compiler
Activity/OS FreeBSD NetBSD OpenBSD Linux
(rh) = Red Hat, Mandrake, Suse,…
(deb) = Debian, Ubuntu, Mint,…
ULTRIX OS/Activity
unterschiedliche-unixe/unterschiedliche_unixe.txt · Zuletzt geändert: 2020/12/15 23:35 von sommteck