Search Results

Search: Posts Made By: janani_kalyan
Forum: AIX 04-24-2009
3,249
Posted By janani_kalyan
mkitabs
Hi,
can any of you give me detailed part of mkitabs and inittab. I'm new to this part.

My understanding is: when we run mkitabs it write in inittab? is this rite?
can we change the script of...
1,908
Posted By janani_kalyan
history
Hi,
1) Using what command we can view the history of users who had logged in yesterday and today?
2) Command to view the user name when the user is logged in as root?


Thanks in Advance.
6
3,565
Posted By janani_kalyan
thanks vidhya. yes i'm new to unix so required...
thanks vidhya. yes i'm new to unix so required lot of explanation thanks for your explaining me in detail.
6
3,565
Posted By janani_kalyan
I know that it will convert that.. but i cant...
I know that it will convert that.. but i cant understand how does it do that..
It will be better if u explain the code.
6
3,565
Posted By janani_kalyan
in ls -l to list files in numerals like 766 755 etc
ls -l | awk '{k=0;for(i=0;i<=8;i++)k+=((substr($1,i+2,1)~/[rwxs]/)*2^(8-i));if(k)printf(" %0o ",k);print}'
6
3,565
Posted By janani_kalyan
substr
can anybody explain this code?

thanks in advance..:)
11,301
Posted By janani_kalyan
i want it to work in ksh
i want it to work in ksh
11,301
Posted By janani_kalyan
how to run a C file in unix??
Hi,
can anyone let me know how to compile and run a C program in UNIX window? I just tried CC filename.c in ksh it is showing that
"ksh: cc: not found" error
and ./a.out is also not found....
11,945
Posted By janani_kalyan
chmod 777 filename Changes the permissions of...
chmod 777 filename
Changes the permissions of file to be rwx for the owner, and rx for the group and the world.
(7 = rwx = 111 binary. 7 = rwx = 111 binary.7 = rwx = 111 binary.) ...
11,945
Posted By janani_kalyan
hi, I think you have put all the 20 mv in a...
hi,
I think you have put all the 20 mv in a single file and you want to execute the file. Am i clear??
if that so then try this
for example if your file is move.txt
chmod 777 move.txt...
1,978
Posted By janani_kalyan
thank you
thank you
1,978
Posted By janani_kalyan
move a file
hi,
i was trying to move a file from my directoty to the home directory.

* the file is not found in my directory too as it is moved but not found in the home directory

i was using:
...
Forum: AIX 02-06-2009
2,447
Posted By janani_kalyan
Two new options needs to be added to SMIT GUI
Hi,
I am a beginner to SMIT environment. Kindly tell me how to add a new option to the GUI. For example options like "ADD A USER".:)
8,815
Posted By janani_kalyan
problem in fibonacci series
hi,
I'm a beginner to UNIX and got some problem in this fibonacci.Please help me out.Here is the code:

fibo()
{
if [ "$1" -gt "1" ]
then
fibo=` expr {fibo ($1 - 2)} + {fibo ($1 - 1)}` | bc...
Showing results 1 to 14 of 14

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