Search Results

Search: Posts Made By: forsnick
Forum: Solaris 06-08-2009
91,548
Posted By forsnick
Um, rebooting and making "/proc going to normal...
Um, rebooting and making "/proc going to normal again" is flawed reasoning and not sound advice technically. /proc appears to grow larger as your machine runs because it contains a representation of...
Forum: Solaris 06-07-2009
3,547
Posted By forsnick
A quick note regarding the new Solaris 10...
A quick note regarding the new Solaris 10 resource system.

Just to be clear, if you're modifying /etc/system with SysV IPC parameters like shmsys:shminfo_shmmax, this usage is deprecated. ...
Forum: Solaris 06-05-2009
1,630
Posted By forsnick
History is user controllable by the shell, so you...
History is user controllable by the shell, so you can just modify some environment variables to do this.

In sh/bash/ksh/zsh, those variables are:

HISTSIZE=0 # limits history size to zero...
Forum: Solaris 06-05-2009
24,795
Posted By forsnick
Lazy/Inefficient: grep PATTERN1 | grep...
Lazy/Inefficient:

grep PATTERN1 | grep PATTERN2

Better:

egrep -e '(PATTERN1.*PATTERN2|PATTERN2.*PATTERN1)'
2,377
Posted By forsnick
You seem to have all the pieces to do what you're...
You seem to have all the pieces to do what you're looking for, so I'm not sure if I'm just misunderstanding what you're looking for, but the default behavior of print is to print entire line. So,...
Forum: Solaris 06-05-2009
91,548
Posted By forsnick
Everything is a file
The /proc system in Solaris uses procfs. Think of it as any other vfs, but instead of representing data on disk, it represents the process structure of running applications. The reason you are...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 09:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy