Search Results

Search: Posts Made By: thsecmaniac
2,475
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,916
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...
25,916
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
Showing results 1 to 3 of 3

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