468x60 Ads

Good evening!

Friday April 4, 2025

Wednesday, January 29, 2014

Display the number of files in a directory

Count the number of files in a directory # ls -l | wc -l    11484 #ls -1 targetdir | wc ...

Monday, January 27, 2014

Creating Persistent Routes in Solaris

Creating Persistent Routes in Solaris Print the currently active routes: # netstat -rn Routing Table: IPv4   Destination           Gateway          ...

Monday, January 6, 2014

Useful commands for checking/find Directories/Files in Solaris

Useful commands for checking/find Directories/Files in Solaris   Display the Size of Directories, Sub-directories, and Files du -summarize disk usage (By default, file sizes are written in 512-byte units, rounded...