How do I delete a file in unix?
You have a file called tonky in the directory honky. Later you add new material to tonky. What changes take place in the directory, inode, and file?
What is the main goal of the Memory Management?
How to copy files from one directory to other in unix?
How to make a new directory in unix?
How is unix different from linux?
What is grep|sort give example?
What are a shell in unix and its types?
What does shebang mean in unix?
1)How to schedule a job,that will periodically execute in second by crontab? 2)I know only second specific time to execute the job. like 10 10 * * * sleep 40&&ps -l>/dev/pts/1 It will execute at 10:10:40 AM but do not know how to execute 15 second,30 second so on at 10:10 am.
What methodology can be utilized to modify the password in unix?
How would you identify daemons in unix?
What does cp mean in unix?