How to create null files in solaris ?
Answer Posted / murali thangavel
# touch <filename> ----> new empty file will create
# cat /dev/null> <filename> ---> existing file will empty
# > <filename> ---> existing file will empty
Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
How can a user increase the number of pseudo-ttys?
How can a user login to another system on his network remotely?
What are the raid levels in solaris?
How can the user in solaris check the status of processes?
Suppose I have 20 gb free space in my file system but my inode size full. How will I increase or how will I fix this issue?
Explain what is multi homed system?
What can be a reason for the solaris system slowing down? How can it be rectified?
environment? Is it heterogeneous (mix of linux, solaris,other UNIX)?
What is difference between swap -l & swap -s?
Benefits of SMF compared LRC(legacy run control)?
Explain the run levels that are used in solaris10?
Explain the types of installations in solaris
Explain how to kill a process.
What causes the rpc.ttdbserverd process to be cpu bound? How can it be rectified?
Explain the difference between pid and ppid with example.