Search Results

Search: Posts Made By: blesets
3,021
Posted By blesets
how to copy update without interactive
Dear,
How to copy update without interactive confirmation?

I am using
#cp -Rfu dirfile dirfile

But the interactive confirmation still exist.
Thank you.
5,231
Posted By blesets
Umask, in Desktop(gnome)
I want user, have umask 007, i just add in .bashrc and working, but our user using GDM for login, so I just add umask in /etc/profile. Is ther other way to put umask than in /etc/profile if using...
6,037
Posted By blesets
That command, will search from the source list...
That command, will search from the source list that you add. ex samba install will search samba packages and dependency and install it.
in /etc/apt/sources.list
apt-get update will update...
45,525
Posted By blesets
did u enable the crontab daemon log? (default in...
did u enable the crontab daemon log? (default in linux = enable)
if so, you can read in the that log, /var/log/cron
Linux default, always send mail log to root.
You can check the root mail.
2,769
Posted By blesets
In Unix, there are many directory, like /usr,...
In Unix, there are many directory, like /usr, /etc ....
binary(command unix) always in bin, sbin ...
Linux have many pakage/aplication format, ex rpm, deb.
It's just about format, because linux...
4
1,700
Posted By blesets
what do you mean with file status? is this about...
what do you mean with file status? is this about atribute?
you can use ls -al to know about the atributes.

chmod to change the atribute, reade write, execute.
chown to change the owner.

To...
Forum: Ubuntu 11-10-2007
11,545
Posted By blesets
NFS server, is running well. Any system mount to...
NFS server, is running well. Any system mount to NFS server without problems.

Good idea, I try to add "mount -a" in rc.local, like your suggestion, it's work.
But i think this solution is...
Forum: Ubuntu 11-10-2007
11,545
Posted By blesets
I can mount the NFS server, everything fine, i...
I can mount the NFS server, everything fine, i can read and write too.
The problem is when i restart my computer, seems that fstab cannot read my line.
Forum: Ubuntu 11-10-2007
11,545
Posted By blesets
Problem to auto mount on NFS server
I am new in Ubuntu and i use Ubuntu 7.10, and have problem to mount automatic when i reboot computer,

Here is my /etc/fstab

192.168.0.91:/home/DATA/it /home/USER/usertest/Documents/Z nfs...
1,898
Posted By blesets
Yes it's work, just little bit complicated to...
Yes it's work, just little bit complicated to manage if I have hundred folder with different permission set. Because I want to migrate from windows server to Fedora. I will try FDS with ACL like u...
1,898
Posted By blesets
oh.. so Unix permission cannot have multiple...
oh.. so Unix permission cannot have multiple group with different permission.
Folder, for groupA write/read, groupB read only, and other no read/write.

Thank you.
1,964
Posted By blesets
You can use editore, what ever, i will show you...
You can use editore, what ever, i will show you with vi.
# vi /etc/inittab
look for ...
press insert key or i

...
id:3:initdefault:
...

for save the file is using, esc key then type :wq...
1,964
Posted By blesets
Did u change in /etc/inittab to 3 (Full Multiuser...
Did u change in /etc/inittab to 3 (Full Multiuser mode)
you can change it to 5(X11) if you want GUI interface login.

Or in text mode, you can type startx to enter the GUI mode, if you already set...
1,898
Posted By blesets
chmod question ?
Hi,

I am newbie in unix.
I have folder/file own by groupA, how to make that folder/file can write/read for groupB and read only for groupC, and others groups cannot read/write.
Can you help me?...
3,210
Posted By blesets
Oot: Level 2 Unix Support? meaning
Hi all,
I am sorry, I know this is not correct forum/silly question (usually this is requirement in some vacancies), but i hope someone can explain to me, what is the meaning of :
SUN Tier 3...
12,363
Posted By blesets
Ohh.. thanks. I check in linux it's different i...
Ohh.. thanks. I check in linux it's different i think, but in FreeBSD give me the year information.
Linux :
#ls -l
-rw-r--r-- 1 root root 12685573 Nov 28 20:11 pwmjkt-200611282009.tgz

FreeBSD:...
12,363
Posted By blesets
how to know year create/modified files?
Dear all,
how to know created file time, include the year created/last modified?
if using
#ls -al only month date and time

Thank you.
Forum: IP Networking 01-19-2007
8,988
Posted By blesets
I am sorry, for not clear question, and late...
I am sorry, for not clear question, and late replay.
I have 1 linux server as internet gateway, and 1 router as VPN(192.168.0.90) as VPN gateway for 192.168.0.0/25.
linux server has 2 eth, int...
Forum: IP Networking 01-12-2007
8,988
Posted By blesets
Routing table
Hi all,
I am confusing with routing table, i use linux and iptables.
i have 1 internet gateway, and 1 router for VPN.

here is my network.
eth0=192.168.0.1
eth1=192.168.100.1
192.168.0.0/24...
3,007
Posted By blesets
I am not want to know Microsoft product details,...
I am not want to know Microsoft product details, just asking in microsoft have an active directory and so on, and what in Unix. :)
Coz, I am planning migrate from microsoft to unix, I have no...
3,007
Posted By blesets
Similiar to active directory in Unix?
Hi all,
If Windows server have an active directory and active folder/mapping(maybe in unix NFS).
Is there any similiar fuctions in unix. Actually if we have a hundred client in unix/linux with...
8,951
Posted By blesets
Im sorry. here is my script. Maybe somebody can...
Im sorry. here is my script. Maybe somebody can help me, or have other way, thanks.

#!/bin/sh
export PATH=$PATH:/home/mysql/bin

jam=`date +%d%b%y`

mysqldump --database testdb -u root...
8,951
Posted By blesets
restore mysql dump file in many remote servers?
Hi all,
I want to restore DB file in many mysql servers, i already using script for sending the dumpfile in all servers, but it's just annoying if i have to restore the dumpfile in all servers, i...
7,650
Posted By blesets
Yes, filesystem. example : if i have file ...
Yes, filesystem. example : if i have file "FiLe.txt" will equal with "file.txt", and if i execute command "ls" = "LS". (Not Case Sensitive).

Thank you.
7,650
Posted By blesets
how to disable case sensitive on RHEL ?
Hi all,
Im newbie, can i disable case sensitive on RHEL environment, and how?
Thank you.
Showing results 1 to 25 of 29

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