Top "Freebsd" questions

FreeBSD is an advanced Unix-like operating system for modern server, desktop, and embedded computer platforms.

lsof should give all open files for a set of pids

I have 30 instances of a process running on a server and want to log open files for each process for …

bash shell scripting freebsd lsof
Finding process with heavy disk I/O on FreeBSD

I wonder how I can monitor which process takes out all my I/O bandwith. The only command I know …

io operating-system freebsd
Using VisualVM to connect to a remote jstatd instance through a firewall

Possible Duplicate: VisualVM over ssh I'm writing this question and answering it because I spent a few hours getting this …

java linux freebsd
Error while sending an email with CodeIgniter

While sending an email, I'm receiving a bunch of such errors: A PHP Error was encountered Severity: Notice Message: fwrite(): …

codeigniter email smtp freebsd
Shell - one line query

I need to execute a mysql query in one line using bash. It should be something like this: mysql database …

mysql shell command-line freebsd
mktime and tm_isdst

I saw a lot of different views so thought of asking here. I read man mktime: (A positive or zero …

c unix time freebsd mktime
Rails: Command not Found after successful install

So I installed ruby, gems and rails - however whenever I type rails I get the rails: Command not found. …

ruby-on-rails ruby freebsd
Why exit code 141 with grep -q?

Can someone explain why I get exit code 141 from the below? #!/usr/bin/bash set -o pipefail zfs list | grep …

linux bash freebsd
What is the equivalent of /proc/cpuinfo on FreeBSD v8.1?

What is the equivalent of Linux's /proc/cpuinfo on FreeBSD v8.1? My application reads /proc/cpuinfo and saves the information …

linux cpu porting introspection freebsd
How to color a prompt on FreeBSD/cshrc?

I'm being put in charge of managing a bunch of servers, I want to set up my prompts on each …

freebsd csh tcsh