Difference between revisions of "Useful Commands"

From GhostBSD Wiki
Jump to: navigation, search
(FreeBSD Display Information About The System Hardware)
(FREEBSD Man Pages)
Line 37: Line 37:
 
This page gives a overview about all commands and there man pages (12,652 Total Pages):
 
This page gives a overview about all commands and there man pages (12,652 Total Pages):
 
[https://www.unix.com/man-page-collection.php?os=freebsd The UNIX and Linux Forums]
 
[https://www.unix.com/man-page-collection.php?os=freebsd The UNIX and Linux Forums]
 +
 +
 +
==Selected helpful Commands==
 +
 +
{|class="wikitable" style="width:96.5%;background:#FFFFFF; border:2px solid #008000;text-align:left;padding: 10px"
 +
|-
 +
! scope="col" style="width: 100px;"|'''Command'''
 +
! scope="col" style="width: 350px;"|'''Abstract'''
 +
! scope="col" style="width: 250px;"|'''Addition or Link'''
 +
|-
 +
|dmesg
 +
|The dmesg utility displays the contents of the system message buffer
 +
|[https://www.unix.com/man-page/freebsd/8/dmesg/]
 +
|-
 +
|scanimage -L
 +
|Shows if the scanner is connected and seen
 +
|
 +
|-
 +
|gpart
 +
|The gpart utility is used to partition GEOM providers, normally disks
 +
|[https://www.unix.com/man-page/freebsd/8/gpart/]
 +
|-
 +
|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/da'''x'''s'''y''' /mnt
 +
|mount NTFS device
 +
|
 +
 +
|-
 +
!colspan="3"|
 +
|-
 +
!colspan="3"|'''Back to the''' [[image:Icon Disti GhostBSD.png|50px|link=GhostBSD Wiki]]''' Wiki'''
 +
|}

Revision as of 14:09, 11 January 2020

Welcome to theIcon Disti GhostBSD.png Useful Commands

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

from Annelise Anderson

Short Comparison Linux and BSD

Common Commands

FreeBSD Command Reference

AfNOG If this list is up to date we have to check.

Useful Overview

US Webmaster

FreeBSD Display Information About The System Hardware

nixCraft


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 [1]
scanimage -L Shows if the scanner is connected and seen
gpart The gpart utility is used to partition GEOM providers, normally disks [2]
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
Back to the Icon Disti GhostBSD.png Wiki