How do I empty my mac cache?
Answer / Rupa
To clear your Mac's cache, follow these steps:
1. Open Terminal.
2. Type `sudo find / -name '*caches*' -type d -exec rm -r {} ;` and press enter.
3. Enter your admin password when prompted.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I find my hidden files?
Does uninstalling a program delete it?
How can multiple threads be controlled simultaneously?
Under what circumstances do page faults occur?
What are types of file?
What are 3 operating systems?
What is a virtual memory?
Differentiate between ROM and RAM?
What is the Difference between a process and a thread?
What is a Real Time Operating System? Elaborate.
Which one is not suitable for client-server application? 1. tcp/ip 2. message passing 3. rpc 4. none of the above
What is dynamic scheduling in operating system (os)?