Search Results

Search: Posts Made By: ienshell
2,113
Posted By ienshell
$newPass is Variable,so you will get "command not...
$newPass is Variable,so you will get "command not found"

case passwd
echo "enter old password"
set pass = $<
if ( $pass != $systemPassword ) then
echo "password does not match"...
1,388
Posted By ienshell
search all of filename find / -name...
search all of filename
find / -name "filename"
2,113
Posted By ienshell
echo "enter password" systemPassword = $(cut -c...
echo "enter password"
systemPassword = $(cut -c 1-32 PASSWORD)
stty -echo
set password = $<
stty echo
echo ""
if ( $password != $systemPassword ) then
error
2,715
Posted By ienshell
cd your directory ls | grep testA7
cd your directory
ls | grep testA7
1,089
Posted By ienshell
or locate Gautam
or
locate Gautam
1,430
Posted By ienshell
try: Code: PATH=$PATH:your path or vi ...
try:
Code:
PATH=$PATH:your path
or
vi ~/.bash_profile and edit the PATH
or
#./file
Showing results 1 to 6 of 6

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