7
Error using scpg3view story

http://www.unix.com – Hello, I installed Tectia client version 6.2.4.212 on our unix boxes. (HowTos)

7
[OSX] Life after OSXview story

http://ubuntuforums.org – Hi, First of all, I'd wish that this discussion stays away from flamewars against any OS. I say this because I've almost discarded Ubuntu as my next OS, but I don't pretend any flamewar, just a positive talk about other options out there. In the past, decades ago, I've been an SGI IRIX user. Later I moved to Mac OSX and Ubuntu, and used both OSs on a daily basis. (Hardware)

7
bash: Copying files to multiple locationsview story

http://stackoverflow.com – #!/bin/bash while read -r line; do mkdir "UNIX/$line" done < usernames.lnk MasterDir="/home/darkeve/Documents/OS/master/" USERHOME="/home/darkeve/Documents/OS/UNIX" for FILENAME in `cat $MasterFile` do cp $MasterDir/$FILENAME $USERHOME/$USER done My script does the first job right, it first reads a file called "usernames" and creates individual folders for each user int (HowTos)

7
LDAP & Ubuntu : user id'sview story

http://serverfault.com – I've got two web servers which hosts the very same content, and I replicate data between these two servers (including ownership and permissions). As it is right now, whenever I create a new user on server A I have to create the same user on server B with the same uid and gid (for replicated file ownership and permissions to be right). (HowTos)

7
Powershell script not completing what it should do when scheduled with Windows Taskschedulerview story

http://serverfault.com – I found a script that can delete files over X days old and changed it a bit so that i will scan different network folders to see if there are files that are older than X days. Now when i run the script with PowerShell ISE the script is working fine and doing what it should do. (HowTos)

7
top panel in ubuntu 12.04 disappears after some timeview story

http://askubuntu.com – i recently upgraded to ubuntu 12.04 and after using it for some time in gnome classic, the top panel containing applications and places folders disappears suddenly and doesn't come back. (HowTos)

7
How to handle user permission issueview story

http://unix.stackexchange.com – We have created an asset management application web app using php. (HowTos)

5
How can I reset the permissions of /var?view story

http://askubuntu.com – My friend did a chmod -R 777 /var by mistake. (HowTos)

5
cmake question on RedHat Linux 64view story

http://unix.stackexchange.com – I am new with building software using cmake. I want to install VTK using cmake. I downloaded the .tar file and un-tared it. This leaves me with a directory that contains some cmake files and some other stuff. (HowTos)

5
sbs 2011 permissions to create files but not foldersview story

http://serverfault.com – I'm trying to modify the permissions of a group so that they can have full control over files (read/write/delete... (HowTos)