Count the number of files in a directory
# ls -l | wc -l
11484
#ls -1 targetdir | wc ...
Wednesday, January 29, 2014
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...
Subscribe to:
Posts (Atom)