Sponsored Content
Top Forums UNIX for Advanced & Expert Users Cannot access: No such file or directory Post 302438035 by 78air on Saturday 17th of July 2010 03:03:56 PM
Old 07-17-2010
I'm on holiday for the next couple of weeks so the files MUST wait. Thanks methyl for your answer. I'll try to post the output as soon as possible and let you know. You'll hear from me soon.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

failed to access directory thru ftp

Hi all, I am a beginner to unix and ftp too.So i request your valuable comments. Requirement: I want to put a specific file into a server(linux) and under a particular directory path in that server as /caps/details/data/ Problem : I login to that server through the command `ftp... (1 Reply)
Discussion started by: DILEEP410
1 Replies

2. UNIX for Dummies Questions & Answers

How to access an directory with spaces

I am getting an error while trying to access a directory created with spaces in between, i couldn't able to login into that directory could you please suggest me what should i do to access that directory or if i want to rename that directory what should i do. Directory Name: MH PLR 2005... (1 Reply)
Discussion started by: Ariean
1 Replies

3. Solaris

Restricting FTP access for a particular directory

Dear All, I have created a user called "x" who is allowed only to FTP and it is working fine. Here my problem is, I want to give access to a particular directory say for eg:- /dump/test directory. I don't find any option in the useradd command to restrict access to this particular directory only... (1 Reply)
Discussion started by: Vijayakumarpc
1 Replies

4. Solaris

User with limited access to one directory

is there a way to create a user and limit him to read,write and execute only in one direcotry. the directory is already exsist and it belongs to dba group. i would like to make this user can't even cd to another directory or even if he can he cant do anything in the other directories. if... (7 Replies)
Discussion started by: q8devilish
7 Replies

5. UNIX for Advanced & Expert Users

Solaris auditing (file access logging) for specific directory only.

Hello, We need to log the operations that specific user on Solaris 10 (SPARC) is performing on one directory and it's contents. I was able to configure solaris auditing service (auditd) and it works fine. The only problem is that auditd logs huge amount of unneeded information. We need to log... (0 Replies)
Discussion started by: +Yan
0 Replies

6. UNIX for Advanced & Expert Users

about the access permission of users home directory

RHEL5.0 As we know, when root create a new user, a new home directory will be created : /home/user I want to know what determine the access permission of /home/user . Thanks! (1 Reply)
Discussion started by: cqlouis
1 Replies

7. AIX

openssh chroot facility and directory access

Good day. I currently have a request to have sftp access to a specific directory for a user(s). They can have access to that folder only, and nothing below it. Now here is the gotcha that seems to be catching me. The folder they need access to is NOT owned by root, and most of the parent... (0 Replies)
Discussion started by: smurphy_it
0 Replies

8. Red Hat

cannot access a directory with samba

path = /opt writeable = yes ; browseable = yes # guest ok = no valid users = oracle path = /opt/TEST8000/oracle/apps/apps_st/appl/ffcl/12.0.0/reports/US writeable = yes ; browseable = yes valid users = oracle path... (1 Reply)
Discussion started by: rehantayyab82
1 Replies

9. Ubuntu

No access to etc directory

Hi, I'm new to this... but I am unable to see /etc, however I can access it via gknautilus... but as superuser I'm getting told no such file or directory via terminal (15 Replies)
Discussion started by: GaryW
15 Replies

10. AIX

Samba 3.6 on AIX 7.1 - Windows 10 Access to AIX file shares using Active Directory authentication

I am running AIX 7.1 and currently we have samba 3.6.25 installed on the server. As it stands some AIX folders are shared that can be accessed by certain Windows users. The problem is that since Windows 10 the guest feature no longer works so users have to manually type in their Windows login/pwd... (14 Replies)
Discussion started by: linuxsnake
14 Replies
PSCAL(1)						      General Commands Manual							  PSCAL(1)

NAME
pscal - generates postscript showing your calendar for given year and month SYNOPSIS
: pscal [ -Pprinter ] [ -R ] [ -r ] [ -t ] [ -d directory ] [ other printer flags ] [ month [ year ] ] DESCRIPTION
: Pscal generates the Postscript showing a calendar for the specified month and year. The year, if omitted, defaults to the current year. If both month and year are omitted, the current month is printed. Year can be between 1753 and 9999. The month is a number between 1 and 12. I can also be a three letter month abbreviation. The calendar can be loaded with information from the user. The information either comes in an `Event' file or can be derived from files under the user's Calendar directory should this exist. The search for this data is as follows, if any of these succeeds the data for the calendar is taken from that source. 1) The shell variable EFILE may be set to the name of an Event file. 2) An event file called `Event' may exist in the current directory. 3) The file $HOME/.holiday may exist and contain a list of events. 4) The directory $HOME/Calendar (or a different directory specified with the -d option) may exist containing XCal files. An event file should consist of lines of the form month:day:message string Messages should be 20 characters or less, with no more than 6 messages per day. No spaces should appear from the beginning of a line until after the second colon. Month and day should be numbers in the obvious ranges. OPTIONS
-Pprinter The printer may be specified with the usual -Pprinter syntax. -r The calendar page is printed in ``landscape'' orientation (the default). -R The calendar page is printed in ``portrait'' orientation; this yields a slightly smaller image and may be more suitable for embedding into other documents. -d directory Use the given directory instead of $HOME/Calendar. -t Causes the PostScript to be sent to the standard output, rather than to the printer. This is useful if you wish to save the out- put in a file, or if you want to use options with the lpr(1) command. -F font Sets the font family for the title text (the month and year). -f font Sets the font family for the day-of-month numbers. Other arguments starting with `-' are passed through to lpr(1). Any argument whose first character is '-' is passed on to lpr. The shell variables BANNER, LFOOT, CFOOT, and RFOOT become a top centered banner, and left, centered, or right justified footers respectively. As in: BANNER="Schedule 1" CFOOT=Preliminary pscal 4 90 AUTHOR
Patrick Wood Copyright (C) 1987 by Pipeline Associates, Inc. Permission is granted to modify and distribute this free of charge. HISTORY
Original From: patwood@unirot.UUCP (Patrick Wood) Shell stuff added 3/9/87 by King Ables Made pretty by tjt 1988 Holiday and printer flag passing hacks added Dec 1988 by smann@june.cs.washington.edu Used the better looking version with 5 rows of days rather than 6 hacked together with holiday and banner/footnotes added by Joe (No Rela- tion) Wood, 12/89, jlw@lzga.ATT.COM BUGS
`Pscal' doesn't work for months before 1753 (weird stuff happened in September, 1752). A better format for the dates of holidays would be nice. An escape to allow holiday messages to be raw PostScript would also be nice. The holiday messages should be handled more intelligently (ie, the messages should be clipped to the day). 8/January/1990 PSCAL(1)
All times are GMT -4. The time now is 07:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy