c program to implement the unix or linux command to
implement
ls -l >output.txt
Answer Posted / muralidharan
Please use the system function
Itz may be helpful for implement the unix command in c program
syntax : - system("clear");
Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Explain the mount system calls?
Explain c program to implement the unix or linux command to implement ls -l >output.txt?
What is the difference between command and utility in unix?
Name the command which is used to execute system calls from exe?
Explain the difference between command and utility in unix?
Tell me how to protect a process from others to kill?
Explain the mount and unmount system calls?
Explain the unmount system calls?
How to protect a process from others to kill?
What is the first process created by the kernel in unix?
The very first process created by the kernel in unix is?
What are the possible return values of kill() system call?
What is the fork() system call?