Append “Hello” to /hello.txt echo "Hello" >> /hello.txt Replace /hello.txt and put the “Hello” into the /hello.txt echo "Hello" > /hello.txt Show file info wc /root/anaconda-ks.cfg Delete file(s)
Get CPU Model cat "/proc/cpuinfo" | grep "model name" Get CPU Frequency cat "/proc/cpuinfo" | grep "cpu MHz" Get CPU Cache Size cat "/proc/cpuinfo" | grep "cache size"
FreeBSD: boot -s Solaris: stop+a bo: boot -s Linux: left-alt for lilo boot: linux -b rw sushell=/sbin/sash single (init=/bin/sh) UnixWare: During the boot pres space [boot] INITSTATE=s go
In this tutorial, we will show you how to enable root login on Fedora Linux and discuss the security implications of doing so. We will also provide tips
To View a port number type in terminal for full list: cat /etc/services for one you need: cat /etc/services | grep (port number or service) View /etc/services file.