Search Results

Search: Posts Made By: kingganesh04
Forum: SuSE 05-12-2009
10,824
Posted By kingganesh04
Disable the password expiry date
Hi,

We are going to create the new user, using that user we are automate the work, but every 90 days password get expired how can i create or avoid the expiry the password.
5,531
Posted By kingganesh04
viewing the *.msg files
Is there any way we can view the *.msg files in unix / linux ?

Example cat aa.msg

Or Do we need to do any decryption ?

Kindly provide the solution?
1,633
Posted By kingganesh04
File comparition
cat file1

xxabcd.p
xxmcqe.p
xxabpc.p
xxcmaa.p
xxjlkps.p

cat file2

xxabcd.r
xxmcqe.r
xxabdc.r
xxcmaa.r
xxjlkps.r

Instead of .p .r in the file2,
My question is
compare the...
1,639
Posted By kingganesh04
Solution i know, i want the reason why the same...
Solution i know, i want the reason why the same problem doesn't occur for unix.
1,639
Posted By kingganesh04
Yes. Example, Now i didn't opent the...
Yes.

Example,

Now i didn't opent the FTP Session
kganeshb@its04487:~ $ who | grep "kganeshb"
kganeshb pts/18 Mar 27 16:06 (its100267mq1s.chennai.ford.com)
kganeshb pts/35 Apr 2...
1,639
Posted By kingganesh04
Regarding who command
Hi,

Currently we r restricting the user's to access only one session using the who command.
Command we used
count=`w | grep -c "$LOGNAME "` or count=`who | grep -c "$LOGNAME "`
let...
1,813
Posted By kingganesh04
Regarding the user grouping
I am new to the unix server.
My question is:
i have 10 users
a
b
c
d
e
f
g
h
i
j

Among the 10 5 users are (normal) user and remainging 5 users are (qad) users
How can i sepearte this...
3,396
Posted By kingganesh04
Dynamic file creation
This my script
ls *.ksh
ls *.ksh > a.txt
i=1
cat "a.txt" | while read a
do
if [ $i = 1 ]
then
echo "abc"
echo "abc" > m.ksh
echo "m.ksh" >> a.txt
i=2
fi
echo $a
done
ls *.ksh...
2,315
Posted By kingganesh04
Thanks
Thanks
7,724
Posted By kingganesh04
Grep usage
my file contains

xxabced.p dlksfad;
dflsdkjflkds flksdjflkdioewf
erfsdlkfjsdla;
dlkfjsd;lfkj msgdadf.p dslk kdjflksdjfl;asdfasdfjkljl
fdsf;jd ppuskldf.p

i want the output is
...
2,315
Posted By kingganesh04
Removing all file for the particular directory
i want remove all the files from below directory

Available directory

foa/commprog/data
foa/commprog/a
foa/commprog/b
mfoa/commprog/data
mfoa/commprog/a
mfoa/commprog/c
dfoa/commprog/d
...
Forum: SuSE 02-20-2009
4,868
Posted By kingganesh04
If i want to set this one i need to restart the...
If i want to set this one i need to restart the server. Without restarting the server anyway to set "use_localtime=yes".

Please advise me.
6,529
Posted By kingganesh04
tar command usage
1. command

tar cf abcd.tar *.prn

There is no *.prn files in the path, eventhough it is creating the abcd.tar.
Can anyone tell me how can i resolve this problem?
Forum: SuSE 02-13-2009
4,868
Posted By kingganesh04
Regarding Time Stamping in the FTP Server
How can i change the FTP Server time stamping?

Problem is

1. Our server timing is
Fri Feb 13 14:17:22 SGT 2009

2. Out FTP Server timing is GMT

Can anyone tell me how can i make the...
1,709
Posted By kingganesh04
Actually we are doing the migiration currently...
Actually we are doing the migiration currently unix to linux.

1. using the sendmail command they attach the file to FAX but same thing is n't working in linux environment.
2. Provide the command...
1,709
Posted By kingganesh04
Fax problem
Using the sendmail or other commands i need to send the attachment files for the Fax?

Please provide the some example.
10,031
Posted By kingganesh04
Sendmail command
Can anyone tell me?
How can i attach the file using sendmail command?
Give me one example.
2,685
Posted By kingganesh04
Merging two command into single line
1. du -sch int* | grep "total" | awk '{print $1}'
first command result is
17K
2. echo "B"
Result
B

i want the output is 17KB
Forum: SuSE 01-30-2009
2,830
Posted By kingganesh04
Regarding Readable check for all the files in the folder
Currently we are doing the migration to unix to linux.
I am facing the new problem

kganeshb@its04489:~/scripts $ ls -l | more
total 340
-rw-r----- 1 kganeshb users 9038 Oct 22 13:23 109_db.txt...
2,525
Posted By kingganesh04
Printer problem
1. when i am giving the unknown printer the lp command, i am getting the below error.

Is there any way suppress the error?

MY input lp -d ppp aa.prn

Output

Status...
Forum: SuSE 01-19-2009
3,465
Posted By kingganesh04
Printer problem
1. When i am giving unknown printer in the lp command, I am facing the below error.

Is there any way to avoid the error?

lp -dadfsd adf.prn

ganeshb@its04489:~ $ lp -d adl -s...
26,396
Posted By kingganesh04
It is not working. Example ...
It is not working.
Example

kganeshb@its04489:~/scripts $ cat ex.sh
#!/bin/ksh -p
echo hello
kganeshb@its04489:~/scripts $ sh ex.sh
hello
Different user...
26,396
Posted By kingganesh04
Script without read permission but execute the script
I have a script, except me no one can read the script but they can execute the script. Is it possible?
4,254
Posted By kingganesh04
i want to remove only the files not the directory
i want to remove only the files not the directory
4,254
Posted By kingganesh04
Deleting the file only to all the directory and sub directory
I need the unix command or shell script to delete all the file in current directory and sub directory.
Showing results 1 to 25 of 39

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