How to create null files in solaris ?

Answers were Sorted based on User's Feedback



How to create null files in solaris ?..

Answer / kumarsaneesh

To make a null file use touch command
eg.

$ touch file_name

use the following to make an existing file empty.

$ :> file_name

Is This Answer Correct ?    12 Yes 3 No

How to create null files in solaris ?..

Answer / hyma

Using touch command to create null file

Is This Answer Correct ?    10 Yes 4 No

How to create null files in solaris ?..

Answer / sandeep

1.by using touch
2.cat /dev/null>filename

any one can be used

Is This Answer Correct ?    6 Yes 3 No

How to create null files in solaris ?..

Answer / 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

How to create null files in solaris ?..

Answer / kitchimca

#using touch cmd
Ex:touch <filename>

#using cat cmd
Ex:cat /dev/null > <filename>

Is This Answer Correct ?    6 Yes 3 No

Post New Answer

More Solaris General Interview Questions

how to create zoneusers

2 Answers   Fujitsu,


how to solve the system hung issue. found that the memory state is free... commands to check and solve the issue

1 Answers  


What are the comman user problems?

2 Answers   Satyam, Wipro,


How can threads be created in a solaris environment?

0 Answers  


how can we know the time of creation of zone in solaris

1 Answers   HCL,


How can a user increase the number of pseudo-ttys? what is their use?

0 Answers  


How to see the route?

4 Answers   Satyam, Wipro,


If system got crashed. How do u troubleshoot? What are starting steps?

5 Answers   Satyam, Wipro,


what is the importance of swap memory and how it will supports?

0 Answers  


Explain what is multi homed system?

0 Answers  


Tell me how to mount the floppy & cd-rom?

0 Answers  


How do you view shared memory statistics?

3 Answers   IBM,


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)