Search Results

Search: Posts Made By: cryogen
4,571
Posted By cryogen
Increase salt size
Unix protect its password by using salt
It that mean larger the salt size the more secure?
if the salt size increase greatly, will the password still able to be cracked?

thank you for helping
5,976
Posted By cryogen
Password encryption
In unix, i know the password encrypt by using salt
But how does it work? And how windows protect its password?
Thank you for helping in advance
1,320
Posted By cryogen
Searching directory
The command is to search all the matched directory under $HOME, the input i directory is the last argument
it works perfectly by itself
but after a method call, it wont work cant figure out why...
1,427
Posted By cryogen
thank you very much problem sloved
thank you very much
problem sloved
1,427
Posted By cryogen
awk problem
I want to assign the file name under my dir and store into variable fileName
here is my for loop but awk seems doesn't work

numberFile=`ls -l $dir | wc -l`
for i in $numberFiles
do ...
5,554
Posted By cryogen
Moving all files from 1 directory to another
For example
i have a directory called name and another called school
how to remove first 5 files from name into school?

thanks for helping
4,971
Posted By cryogen
thanks for helping It works nicely ^^
thanks for helping
It works nicely ^^
4,971
Posted By cryogen
File number count
hi all
i want to count the number of files in a particlar dir i have wrote the codes as below


fileCount= ls | wc -l
if [ $fileCount -eq 0 ]
then
echo " "
elif [ $fileCount -gt 0 ]
then...
Showing results 1 to 8 of 8

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