No Picture
Linux

find

You can use the find command to search a system for files or directories. The find command can be quite resource intensive as it trawls recursively through your file structure. Often a more suitable command […]

No Picture
Gentoo Linux

Connect to a NFS Share with Gentoo

Contents1 Install NFSv42 Find NFS Shares3 Auto-Mount NFS Shares4 References Install NFSv4 The below command will install with the default USE flags of ipv6, tpcd and nfsv4. emerge –ask nfs-utils Find NFS Shares If you […]