Search Results

Search: Posts Made By: Morgan Greywolf
5,437
Posted By Morgan Greywolf
Well, then you obviously need /root/abc, not /abc.
Well, then you obviously need /root/abc, not /abc.
5,437
Posted By Morgan Greywolf
What's the error you get with '/abc'? Is '/abc'...
What's the error you get with '/abc'? Is '/abc' a mount point? If it's a mount point, is it mounted manually or with automount? Is /abc a symlink?
5,437
Posted By Morgan Greywolf
@ctsgnb: I think you forgot a closing paren on...
@ctsgnb:
I think you forgot a closing paren on line 3, and I think he wants '-w 44', not '-w 35', but other than that I think it should work.
5,437
Posted By Morgan Greywolf
That's why the 'sed' command on the end.
That's why the 'sed' command on the end.
5,437
Posted By Morgan Greywolf
If you know that each of the records is exactly...
If you know that each of the records is exactly 44 characters, then you can just use the fold command (assuming you're using a POSIX compliant shell):


fold -w44 /abc/$(date +%Y%m%d)/def/asdf.dat...
Forum: Solaris 07-05-2011
1,382
Posted By Morgan Greywolf
Please post your /etc/vfstab file. One...
Please post your /etc/vfstab file.

One thing that's interesting from the output above, which I assume is from your /etc/mnttab file, is that normally NFS filesystems usually appear in the...
Forum: Solaris 07-05-2011
2
FTP
2,412
Posted By Morgan Greywolf
A 421 indicates some sort of policy eror. It can...
A 421 indicates some sort of policy eror. It can happen whenever:


the maximum number of simultaneous FTP users is reached
the maximum number of files per session is reached
the maximum of...
Forum: Solaris 07-05-2011
1,318
Posted By Morgan Greywolf
What database? Oracle? Sybase? SQLite? MySQL?...
What database? Oracle? Sybase? SQLite? MySQL? SleepyCat? LDAP? The NSS database? NIS/NIS+? There are probably thousands of different databases that one could possibly be running on a Solaris box...
13,211
Posted By Morgan Greywolf
For your home directory, instead of using...
For your home directory, instead of using /home/username, you should use the $HOME environment variable, which is almost* guaranteed to be set. Some (but not all!) shells support tilde expansion as...
6,623
Posted By Morgan Greywolf
You guys are conflating two different POSIX shell...
You guys are conflating two different POSIX shell mechanisms here. One is the arithmetic expansion and the other is command expansion. These are different.

$(()) denotes arithmetic expansion,...
Showing results 1 to 10 of 10

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