Questions tagged [unix]

Unix is a multitasking, multi-user computer operating system originally developed in 1969 by a group of AT&T employees at Bell Labs.

Excerpt from the Wikipedia page

Unix was originally written in assembly but has since been rewritten in C. It has been branched many times both commercially and open source. One popular variant is the BSD variant which originated from the University of California, Berkeley. It also gave rise to Linux.

Notable variants

  • Silicon Graphics - Irix
  • IBM - AIX
  • Sun Microsystems - Solaris
  • Hewlett Packard - HP-UX

Unix is officially trademarked as UNIX.

Unix on Wikipedia

1949 questions
1
vote
1 answer

Rsync and Lazy mode?

Since transferring or copying a file that is being used sometimes causes corruption of the transferred file, can we define a time interval in which Rsync checks each file in a given directory to see if there is a change within that time interval…
user44782
  • 265
  • 1
  • 3
  • 5
1
vote
2 answers

Recompile PHP *nix

I'm a total newb to *nix in all forms so assume I know nothing about it. I've been trying to use a php function set called "ZipArchive". It says I need to recompile php with the --enable-zip option. Now "recompile php" scares me. Does that…
Dorjan
  • 147
  • 9
1
vote
2 answers

Can someone help me install MYSQL server pelase? This is bugging me

$ sudo aptitude install mysql-server Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done The following NEW packages will be installed: …
Alex
  • 8,471
  • 26
  • 75
  • 99
1
vote
1 answer

Which filename encoding should I use to be compatible with Windows, Mac and Linux

I'm using a Linux server as fileshare. These files are accessed by Windows computers with a Samba server, accessed by Macs with a netatalk server (afpd) and also trough ssh an sftp for Windows, Macs and Linux system. It seems like some of these…
jayv
  • 153
  • 7
1
vote
3 answers

SCO UNIX problem: "Cannot create /var/adm/utmp or /var/adm/utmpx"

Hey everyone, I have an old server that doesn't boot. I don't know the version of unix installed, but I see SCO UNIX. It stops with that error: UX:init: ERROR: Cannot create /var/adm/utmp or /var/adm/utmpx UX:init: ERROR: failed write of utmpx…
Maktouch
1
vote
2 answers

I/O Reads and Writes per process Unix/SunOS?

Can prstat or something similar tell me how many reads/writes a process is doing similar to how Task Manager on Windows can show I/O Reads, I/O Writes and many other I/O columns per process? I'm using SunOS 5.10, but feel free to post other Unix…
1
vote
1 answer

I would like to allow login to a box with no password for a particular user how do I do that?

I would like a userid to allow logging into a box without a password. I am not sure how to accomplish this as changing the password to nothing is not allowed. Thanks
ojblass
  • 646
  • 1
  • 9
  • 17
1
vote
1 answer

Automatically mount partition when needed

Can anyone suggest a method of mounting a partition (e.g. an NFS share) when a user changes into the directory it is set to be mounted to, and not on the system startup? So far I've been unable to propose such a method, aside from editing BASH…
dpq
  • 416
  • 4
  • 17
1
vote
3 answers

how could application installations/configurations be easier in linux?

although you can do anything in linux it tends to require a lot of tweaking in config files and reading a lot of manuals/tutorials before you can have it running in your way. i know that it gets a lot easier by time, and the apt-get installations…
ajsie
  • 1,215
  • 4
  • 20
  • 28
1
vote
2 answers

How do I make sure that BOTH my server and MYSQL have the same timezone?

Because when I create a time in Python scripts..I want it to match MYSQL's time. How do I make BOTH of them pacific time?
Alex
  • 8,471
  • 26
  • 75
  • 99
1
vote
0 answers

Working of trashcan utility in tru64 Unix server.. or any other utility?

I used this mktrashcan command mktrashcan deleteMe1 trashcan/ And then i Deleted all the contents inside deleteMe1 directory(rm -rf*).. But then what happend is only the two text files which are inside the deleteMe1(deleteMe2.txt, deleteMe3.txt)…
RBA
  • 283
  • 3
  • 6
  • 16
1
vote
2 answers

I have root to my unix machine, how do I reset my MYSQL root password?

I cannot login to MySQL
Alex
  • 8,471
  • 26
  • 75
  • 99
1
vote
1 answer

Best way to visulaize what sites are taking up stats? (i have a dedicated server)

i have a dedicated server with lots of domains hosted. what is the best way to see how much bandwidth etc each is using?
imlostmike
1
vote
4 answers

How come my Apache can't read my media folder, but it can load the site? (static files don't work)

Alias /media/ /home/matt/repos/hello/media Options -Indexes Order deny,allow Allow from all WSGIScriptAlias / /home/matt/repos/hello/wsgi/django.wsgi /media is my directory. When I go to…
Alex
  • 8,471
  • 26
  • 75
  • 99
1
vote
4 answers

Reporting memory usage per process/program

How can I get the current memory usage for all running processes individually? Preferably in bytes so they can be added up accurately. Can I roll up the summaries for child processes into the process that spawned them? (e.g all apache threads…
Nick Retallack
  • 151
  • 2
  • 8