How do I read a text file using awk pattern scanning and text processing language under Linux / Unix like operating systems?
{ 1 comment }
How do I install and configure NFS version 4 server under Debian or Ubuntu Linux server operating systems using host-based authentication?
{ 5 comments }
I recently installed NFS server v4 on my HP Linux server. However, I’m not able to mount it from Linux nfs4 client using the following command:
mount.nfs4 server2:/data /data
I’m getting the following error:
mount.nfs4: mounting server2:/data failed, reason given by server:
No such file or directory
How do I fix this problem?
{ 0 comments }
How do I find out running processes were associated with each open port? How do I find out what process has open tcp port 111 or udp port 7000 under Linux?
{ 18 comments }