Search Results

Search: Posts Made By: samsam
1,370
Posted By samsam
i did not get the question properly
i did not get the question properly
54,101
Posted By samsam
find . -mtime +9 -exec ls -lt {} \;
find . -mtime +9 -exec ls -lt {} \;
21,610
Posted By samsam
can u validate the entry in the crontab file.... ...
can u validate the entry in the crontab file....
also check the permissions of say command.


samsam
39,024
Posted By samsam
man tar to create archive tar cvfb...
man tar

to create archive

tar cvfb <filenm.tar> 20 <files to archive >

to check block size

tar tvf <filenm.tar>
OR
tar tvf <filenm.tar> 30

anybode please correct me if wrong
...
4,407
Posted By samsam
i am not sure but u can try crypt command. ...
i am not sure but u can try crypt command.

to encrypt :
crypt password<filename>newfile

to decrypt
crypt password<newfile
2,787
Posted By samsam
just a picky give chmod +x monitor and try... ...
just a picky
give chmod +x monitor and try...

samsam
Forum: Solaris 10-10-2006
86,525
Posted By samsam
theres could be diff. reasons for this , some...
theres could be diff. reasons for this , some more prominent are as below:

1. there is something called as inode which affects this kind of behavior.
even if you delete the files from a...
2,201
Posted By samsam
If you know the workstation IPs/hostname ; you...
If you know the workstation IPs/hostname ; you can use rsh command. Iam not sure but you can try.
Forum: Solaris 10-10-2006
5,834
Posted By samsam
if you are using nis you can try ypcat...
if you are using nis you can try

ypcat group|grep <username>
Forum: Solaris 10-10-2006
16,302
Posted By samsam
right the altered is /etc/defaultrouter. use...
right the altered is /etc/defaultrouter. use following commands to flush and add the router entry

route flush <arguments>
route add default <arguments>
8,077
Posted By samsam
you can try this #!/bin/sh mv <filename>...
you can try this

#!/bin/sh
mv <filename> <filename.`date +%Y%d%m%H%M%S`>
find <dirname> -type f -name <filename.*> -mtime +13 -exec ls -lt {} \; -exec rm -f {} \; >file_list





rgrds,...
Forum: Solaris 10-09-2006
7,023
Posted By samsam
what exactly you want to do?
what exactly you want to do?
Forum: Filesystems, Disks and Memory 10-09-2006
5,332
Posted By samsam
login to database and check the following ...
login to database and check the following

SQL>select name,open_mode from v$database;

it should give you read/write. o n ly then you can proceed

regards,
samsam
Showing results 1 to 13 of 13

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