Category Archives: freeBSD

How to Identify the File System Type in Linux/Solaris

Salam.. There are few methods how to determine your linux file system. Below are commands that I usually use. Linux $ df -Th $ df -Th | grep “^/dev” $ fsck -N /dev/sd* $ lsblk -f $ mount | grep … Continue reading

Posted in freeBSD, Linux, Solaris, UNIX | Tagged , | Leave a comment

How to Enable su Access in FreeBSD

Assalamualaikum, How can a “normal” user get root rights, or actually switch to root account using the su command when working under FreeBSD? To do that, that “normal” user needs to be in wheel group. So this command will enable … Continue reading

Posted in freeBSD, Linux, UNIX | Tagged , , , | Leave a comment