Editing Useful Commands
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 13: | Line 13: | ||
See also in In your directories | See also in In your directories | ||
− | * [[/usr/bin | + | * [[/usr/bin/]] useful applications for your cli, |
* [[/bin/]] and [[/sbin/]] system tools. | * [[/bin/]] and [[/sbin/]] system tools. | ||
Line 65: | Line 65: | ||
! scope="col" style="width: 150px;"|'''Addition or Link''' | ! scope="col" style="width: 150px;"|'''Addition or Link''' | ||
|- | |- | ||
− | | | + | |sysctl kern.osreldate |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|Shows the same result as uname -U | |Shows the same result as uname -U | ||
|[https://www.freebsd.org/cgi/man.cgi?query=sysctl&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports sysctl(8)] | |[https://www.freebsd.org/cgi/man.cgi?query=sysctl&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports sysctl(8)] | ||
Line 82: | Line 73: | ||
|see also [https://forums.ghostbsd.org/viewtopic.php?f=91&t=1556 ericbsd]; [https://www.cyberciti.biz/faq/how-to-find-out-freebsd-version-and-patch-level-number/ nixCraft Linux and Unix tutorials for new and seasoned sysadmin] | |see also [https://forums.ghostbsd.org/viewtopic.php?f=91&t=1556 ericbsd]; [https://www.cyberciti.biz/faq/how-to-find-out-freebsd-version-and-patch-level-number/ nixCraft Linux and Unix tutorials for new and seasoned sysadmin] | ||
|- | |- | ||
− | | | + | |rc |
|command scripts for auto-reboot and daemon startup | |command scripts for auto-reboot and daemon startup | ||
Files | Files | ||
− | /etc/ | + | /etc/rc |
− | /etc/ | + | /etc/rc.conf |
/etc/rc.conf.local | /etc/rc.conf.local | ||
− | /etc/ | + | /etc/rc.d/ |
/etc/rc.firewall | /etc/rc.firewall | ||
/etc/rc.local | /etc/rc.local | ||
Line 100: | Line 91: | ||
|[[File:Jean victor balin book.png|25px|link=https://www.unix.com/man-page/freebsd/8/dmesg/]] | |[[File:Jean victor balin book.png|25px|link=https://www.unix.com/man-page/freebsd/8/dmesg/]] | ||
|- | |- | ||
− | |dmesg | + | |dmesg | grep usb |
|Show USB devices. | |Show USB devices. | ||
| | | | ||
|- | |- | ||
− | | | + | |kldstat |
|List all modules currently loaded in the kernel. | |List all modules currently loaded in the kernel. | ||
| | | | ||
Line 132: | Line 123: | ||
|[[File:Icon FreeBSD.png|100px|link=https://www.bsdforen.de/threads/scanner-device-in-qt5-variable-einlesen.33977/]] [[File:1329059652.png|35px|link=http://www.sane-project.org/man/scanimage.1.html]] | |[[File:Icon FreeBSD.png|100px|link=https://www.bsdforen.de/threads/scanner-device-in-qt5-variable-einlesen.33977/]] [[File:1329059652.png|35px|link=http://www.sane-project.org/man/scanimage.1.html]] | ||
|- | |- | ||
− | | | + | |sysctl hw.realmem |
|Display hardware memory. | |Display hardware memory. | ||
|[[File:Jean victor balin book.png|25px|link=https://www.unix.com/man-page/freebsd/8/sysctl/]] | |[[File:Jean victor balin book.png|25px|link=https://www.unix.com/man-page/freebsd/8/sysctl/]] | ||
|- | |- | ||
− | | | + | |sysctl dev <nowiki>|</nowiki> less |
|Display configured devices. | |Display configured devices. | ||
| | | | ||
|- | |- | ||
− | | | + | |sysctl hw.model |
|Display CPU model. | |Display CPU model. | ||
|[[File:Jean victor balin book.png|25px|link=https://www.unix.com/man-page/freebsd/8/sysctl/]] | |[[File:Jean victor balin book.png|25px|link=https://www.unix.com/man-page/freebsd/8/sysctl/]] | ||
|- | |- | ||
− | | | + | |sysctl hw.machine_arch |
|Display CPU Architecture | |Display CPU Architecture | ||
|[[File:Jean victor balin book.png|25px|link=https://www.unix.com/man-page/freebsd/8/sysctl/]] | |[[File:Jean victor balin book.png|25px|link=https://www.unix.com/man-page/freebsd/8/sysctl/]] | ||
|- | |- | ||
− | | | + | |sysctl hw.ncpu |
|Display number of CPUs. | |Display number of CPUs. | ||
|[[File:Jean victor balin book.png|25px|link=https://www.unix.com/man-page/freebsd/8/sysctl/]] | |[[File:Jean victor balin book.png|25px|link=https://www.unix.com/man-page/freebsd/8/sysctl/]] |