Search Results

Search: Posts Made By: thsecmaniac
2,476
Posted By itkamaraj
Try this.. checkU=`grep -c $uname...
Try this..

checkU=`grep -c $uname /etc/passwd`
[ "$checkU" -gt "0" ] && echo "Duplicate Name" || useradd -c "$fullname" $uname
25,919
Posted By Scrutinizer
By convention it typically contains the...
By convention it typically contains the directories that are to be exported by e.g. NFS
25,919
Posted By jlliagre
It is the root for NFS shared directories on many...
It is the root for NFS shared directories on many Unix systems outside Gnu/Linux distributions which follow the FHS where /export isn't defined.
With Solaris, a common /export subdirectory is...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 03:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy