Search:

Type: Posts; User: msenthil

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    22,339

    Thanks, I just want to add logout option on...

    Thanks,


    I just want to add logout option on my mouse right click pop up menu....

    if any one knows pls tell me...
  2. Replies
    3
    Views
    22,339

    what is the command to exit xfce?

    hi all,


    What is the command to exit from xfce4?

    Thanks in advance
  3. Replies
    3
    Views
    6,583

    using date command im reading time.

    using date command im reading time.
  4. Replies
    3
    Views
    6,583

    printing time in HH:MM:SS:MS format

    hi all,


    i want to print time in HH:MM:SS:MS<millisec> format... how to do??

    Thanks in advance....

    ./senthil
  5. Replies
    4
    Views
    6,008

    Thanks... But any other functions to do same?

    Thanks... But any other functions to do same?
  6. Replies
    4
    Views
    6,008

    time in picosecond precision..

    in C gettimeofday() function gives time in micro second precision.

    Similarly is there is any function in c for pico or nano second precision..


    pls reply me as soon as possible...

    Thanks in...
  7. Replies
    1
    Views
    1,277

    Writing alais....

    Hi all,

    i want to open an file in new xterm window......

    for this i have to give command in command line as..

    xterm -e vim <file name> &

    The above mentioned command i have to run like...
  8. Replies
    4
    Views
    1,541

    i am using bash shell.

    i am using bash shell.
  9. Replies
    2
    Views
    1,624

    mail command option

    hi,

    Can anybody tel me how to attach one or more files using mail command.

    Thanks in advance.
  10. Replies
    15
    Views
    8,621

    Ok Fine..... Thanks every one for ur...

    Ok Fine.....
    Thanks every one for ur support.....
    Thanks again..
  11. Replies
    15
    Views
    8,621

    I didnt give entire code..... i gave that code...

    I didnt give entire code.....

    i gave that code for understanding , how code looks.. pls ignore the syntax dar...

    i wnat to know if i do dup2(fd,2); in my code is it correct and work fine?
  12. Replies
    15
    Views
    8,621

    Ya u r rite i have one boolean check like this ...

    Ya u r rite i have one boolean check like this


    #define TERMINALMASK 0 or 1
    int main ()
    {

    if (TERMINALMASK == SET)
    {
    fd = open("/dev/null", O_RDWR);
  13. Replies
    15
    Views
    8,621

    The problem is i when close the...

    The problem is i when close the input/output/error file descriptors and then if i open an new file, the file descriptor 0 is assigned to this new file and all my general outputs like "Success" is...
  14. Replies
    15
    Views
    8,621

    Dear maven, My process previously gets inputs...

    Dear maven,

    My process previously gets inputs from user and displays errors/output in terminal.Also it reads files and does some functionalities.
    now i want to run my process in background, it...
  15. Replies
    15
    Views
    8,621

    Dear All, Is this works? int main() {...

    Dear All,


    Is this works?

    int main()
    {
    fd = open("/dev/null", O_RDWR);
    dup2(fd,0);
    dup2(fd,1);
  16. Replies
    15
    Views
    8,621

    file descriptor redirection

    Dear All,

    can any one help me regarding this.

    I am executing an process.
    I dont want its input and output to be displayed on screen. Is it possible to assign the input and output file...
  17. Replies
    4
    Views
    1,541

    query on xterm?

    Hi,

    Can i know how to change the foreground and background colors of xterm window?
    Also war the Xfce4 confguration files resides.


    Thanks in advance..
  18. Replies
    4
    Views
    1,613

    can i know how this exit() function is defined

    can i know how this exit() function is defined
  19. Replies
    4
    Views
    1,613

    implementaion of exit function

    hi all,

    Can any one tel me how exit() in C is implemented?

    Thanks in advance
Results 1 to 19 of 19