Common BSD Commands

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jmarket
    PCHF Owner
    • Jan 2015
    • 7634

    #1

    Common BSD Commands

    jmarket submitted a new resource:

    [plain]Common BSD Commands[/plain] - [plain]This list comprises of very common BSD commands.[/plain]
    BSD variants do not have as much command-line commands as Linux does, but it does have some very important ones.
    FreeBSD:

    pkg install package - Install package from remote repository

    pkg add package - Install local package

    pkg info - List installed packages

    pciconf - List PCI devices

    kldstat - List loaded kernel modules

    kldload / kldunload - Load/Unload kernel modules

    truss - Trace system calls

    Read more about this resource…
Working...