Solved: nfsmnthelp: 1831-019 host2: System call error number -1.
Recently i have faced an interesting issue when i was trying to mount a NFS partition. The NFS partition was failed to mount with some strange error message “System call...
Recently i have faced an interesting issue when i was trying to mount a NFS partition. The NFS partition was failed to mount with some strange error message “System call...
Today we will look at an interesting topic to know how to set user password to never expire in Linux. 1. Check current password expiry [root@ngelinux etc]# chage -l saket...
Positional parameters as its name suggests are different positional variables automatically defined by linux shell. The shell automatically assigns the passed parameters according to their position in 9 different parameters(1...
In this post, we will look at the different parameters available in Linux Bash shell. These parameters are very useful in preparation of shell scripts and in general shell operations....
In this article, we will look at different terms w.r.t process and understand them. We all should know how to manage process(es) in linux. This post is very useful for...