Difference between revisions of "Useful Commands"
From GhostBSD Wiki
(→Selected helpful Commands) |
(→Selected helpful Commands) |
||
Line 68: | Line 68: | ||
|- | |- | ||
|pciconf -lv | |pciconf -lv | ||
− | |Output to identify | + | |Output to identify your video card |
|Fred Finster 10.01.2020 on Telegram, see also [[File:Jean victor balin book.png|25px|link=https://www.unix.com/man-page/freebsd/8/pciconf/]] | |Fred Finster 10.01.2020 on Telegram, see also [[File:Jean victor balin book.png|25px|link=https://www.unix.com/man-page/freebsd/8/pciconf/]] | ||
|- | |- |
Revision as of 15:30, 11 January 2020
Welcome to the Useful Commands |
Contents
Introduction
There are a lot of useful commands for GhostBSD. Most of them are written for FreeBSD and you can find them easy. They work also for GhostBSD. But some are hidden in the deep web. You get them from hints in different forums or on Telegram. The first we will connect to this page and the last we will collect on this page.
Common Commands
For People New to Both Ghost/FreeBSD and UNIX
Short Comparison Linux and BSD
FreeBSD Command Reference
AfNOG If this list is up to date we have to check.
Useful Overview
FreeBSD Display Information About The System Hardware
FREEBSD Man Pages
This page gives a overview about all commands and there man pages (12,652 Total Pages): The UNIX and Linux Forums
Selected helpful Commands
Command | Abstract | Addition or Link |
---|---|---|
dmesg | The dmesg utility displays the contents of the system message buffer. That means: Infos about your system and your hardware | |
scanimage -L | Shows if the scanner is connected and seen | BSD forums.de |
gpart | The gpart utility is used to partition GEOM providers, normally disks | |
mount -t msdosfs /dev/da5s1 /mnt | mount USB stick, the numbers 5 and 1 are exables, you have to get them with gpart for your system | |
ntfs-3g /dev/daxsy /mnt | mount NTFS device | |
pciconf -lv | Output to identify your video card | Fred Finster 10.01.2020 on Telegram, see also |
Back to the Wiki |