Sponsored Content
Full Discussion: ghost file, delete help
Top Forums UNIX for Dummies Questions & Answers ghost file, delete help Post 302088490 by jopper on Tuesday 12th of September 2006 07:30:35 PM
Old 09-12-2006
ghost file, delete help

I'm trying to delete a folder in my trash that contains no files or hidden files and nothing happens. It is still there.
However, when I try to delete everything in the folder in terminal I receive an error: Ti?ng Viê?t.html: No such file or directory. I can't find this file anywhere on my tiger powerpc laptop. Also I have RWX privilege, and I'm the owner and group for each dir. Here's what terminal says.

Thanks for any help.

DS-G4:~/desktop/test/.Trash/bob/bob1 ds$ ls -la
ls: Ti?ng Viê?t.html: No such file or directory
total 0
drwxr-xr-x 3 ds 502 102 Sep 10 15:34 .
drwxr-xr-x 3 ds 502 102 Sep 12 16:19 ..
DS-G4:~/desktop/test/.Trash/bob/bob1 ds$ rm *
rm: Ti?ng Viê?t.html: No such file or directory
DS-G4:~/desktop/test/.Trash/bob/bob1 ds$ cd ../../..
DS-G4:~/desktop/test ds$ rm -r .trash
rm: .trash/bob/bob1/Ti?ng Viê?t.html: No such file or directory
rm: .trash/bob/bob1: Directory not empty
rm: .trash/bob: Directory not empty
rm: .trash: Directory not empty
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

PS finds a ghost?

Hello, I have problems executing a script in ksh with this script named process.sh: ps -ef | grep process.sh | grep -v grep | wc -l | read a if then echo "The script is running" exit 0 fiThe problem is that when I execute the script, sometimes it shows the message "The script is... (10 Replies)
Discussion started by: jguirao
10 Replies

2. UNIX for Dummies Questions & Answers

logoff ghost user

I just noticed by running a who command that I was logged in twice . So two admin2 are on the list. (solaris 2.6) Since I telnet using a windows 98, I suppose that I forgot to CTRL-D last time I logged in and clicked on hangup. In such a case, how can I loggoff the old ghost loggin ? It's not a... (4 Replies)
Discussion started by: phpote
4 Replies

3. UNIX for Dummies Questions & Answers

Can I ghost a Unix Box ? with another

I have a Solaris Ultra 10 Box, which contains all my software, I got a new Sun Ultra10 with the same configuration. Can I ghost the it ? Does Unix support any such application. (6 Replies)
Discussion started by: stephen104
6 Replies

4. UNIX for Dummies Questions & Answers

About ghost pid

Hi, I have a strange (for me) problem here: I use stop command to close program. After that I try to start it again. However, it wont start because one of the needed component fails to start. That is caused propably because the failing component is still running (obviously as a ghost pid).... (3 Replies)
Discussion started by: kolada
3 Replies

5. AIX

Ghost Users

I am having a problem that I cannot figure out. RS6000 server running AIX 5.2. Users connect via TCP/IP and login and work just fine. When the user logs out of the application, I can run the "who" command or "w" command and the O/S still reports the user as logged in. If I run "ps -tpts/xx"... (2 Replies)
Discussion started by: Docboyeee
2 Replies

6. UNIX for Dummies Questions & Answers

ghost reboot on AIX5300-08

we are on aix5300-08. it reboot by itself. according to our unix admin and IBM support, they had seen this before. so, they asked her to apply latest AIX patch for 5300-08. did anyone ever seen anything like this before ? (0 Replies)
Discussion started by: tjmannonline
0 Replies

7. UNIX for Dummies Questions & Answers

ghost 4 unix

Hello, I am looking for help on how to use ghost 4 unix. I know there is a site for ghost 4 unix, but if I understood that I wouldn't be here. Everything is already set up, there is a ftp server, iomega network hard drive, there are already images on this network harddrive. I know how to use the... (0 Replies)
Discussion started by: slakk
0 Replies

8. AIX

Flashcopy, ghost hdisk ??

Hi all, I'm getting some errors on AIX regarding Flashcopy and volume group hard disks. The script that activates flashcopy showed this errors: Recreating Flashcopy for lun01_A1 Performing syntax check... Syntax check complete. Executing script... Script execution complete. SMcli... (1 Reply)
Discussion started by: enux
1 Replies

9. UNIX for Dummies Questions & Answers

Delete directory from ghost owner with awk

Hi all Unix gurus :) I really need urgent help with deleting ghost (owner is only numbers) accounts on our OS X server in users home directory. I get this ghost accounts after deleting a user from Workgroup Manager. I have done a script that I can see this ghost accounts with: ls -la |... (4 Replies)
Discussion started by: macguy
4 Replies

10. Red Hat

Need Script to ZIP/SAVE & then DELETE Log file & DELETE ZIPS older than 12 months

ENVIROMENT Linux: Fedora Core release 1 (Yarrow) iPlanet: iPlanet-WebServer-Enterprise/6.0SP1 Log Path: /usr/iplanet/servers/https-company/logs I have iPlanet log rotation enabled rotating files on a daily basis. The rotated logs are NOT compressed & are taking up too much space. I... (7 Replies)
Discussion started by: zachs
7 Replies
DACSINFOCARD(1) 					       DACS Commands Manual						   DACSINFOCARD(1)

NAME
dacsinfocard - manage InfoCard accounts SYNOPSIS
dacsinfocard [dacsoptions[1]] DESCRIPTION
This program is part of the DACS suite. The dacsinfocard command manages accounts that are used by the local_infocard_authenticate[2] authentication module. This utility serves a similar purpose for these authentication modules that the dacspasswd(1)[3] command does for its local_passwd_authenticate[4] module. Apart from their use by local_infocard_authenticate, these accounts are completely separate from any other accounts. Security The digest algorithm used depends on the INFOCARD_DIGEST[5] directive in effect. Plaintext PPIDs are not stored. This makes it more difficult for an attacker that gains access to the InfoCard account file to discover PPIDs. Only a DACS administrator should be able to successfully run this program from the command line. Because DACS keys and configuration files, including the file used to store accounts, must be restricted to an administrator, this will normally be the case, but a careful administrator will set file permissions to deny access to all other users. An ordinary user is able to change his own InfoCard registration using the dacs_infocard(8)[6] web service. This program is also available as a DACS web service, dacs_infocard(8)[6]. OPTIONS
The dacsinfocard command recognizes these command line flags: EXAMPLES
To list all of the InfoCard accounts configured for the jurisdiction named INFOCARDS: % dacsinfocard -uj INFOCARDS -list DSS::INFOCARDS:bob managed,istatic,enabled,passwd DSS::INFOCARDS:alice managed,istatic,disabled,passwd To re-enable the alice account: % dacsinfocard -uj INFOCARDS -ena alice To test if alice's account is enabled: % dacsinfocard -uj INFOCARDS -test ena alice % echo $status 0 To test if there are accounts for usernames bob and carol: % dacsinfocard -uj INFOCARDS -test exists carol % echo $status 0 % dacsinfocard -uj INFOCARDS -test exists bob % echo $status 1 To get the private data for username bob: % set x=`dacsinfocard -uj INFOCARDS -pdg bob` % echo "$x" On vacation DIAGNOSTICS
The program exits 0 if everything was fine, and non-zero otherwise. A "false" outcome from the -test operation is reflected by an exit status of 1. An error condition is indicated by an exit status of 2. BUGS
As this is a relatively new and complicated feature, please test carefully. SEE ALSO
dacs_infocard(8)[6], dacsauth(1)[7], dacs_authenticate(8)[8], dacs_admin(8)[9], dacs.conf(5)[10], Using InfoCards With DACS[11] AUTHOR
Distributed Systems Software (www.dss.ca[12]) COPYING
Copyright2003-2012 Distributed Systems Software. See the LICENSE[13] file that accompanies the distribution for licensing information. NOTES
1. dacsoptions http://dacs.dss.ca/man/dacs.1.html#dacsoptions 2. local_infocard_authenticate http://dacs.dss.ca/man/dacs_authenticate.8.html#local_infocard_authenticate 3. dacspasswd(1) http://dacs.dss.ca/man/dacspasswd.1.html 4. local_passwd_authenticate http://dacs.dss.ca/man/dacs_authenticate.8.html#local_passwd_authenticate 5. INFOCARD_DIGEST http://dacs.dss.ca/man/dacs.conf.5.html#INFOCARD_DIGEST 6. dacs_infocard(8) http://dacs.dss.ca/man/dacs_infocard.8.html 7. dacsauth(1) http://dacs.dss.ca/man/dacsauth.1.html 8. dacs_authenticate(8) http://dacs.dss.ca/man/dacs_authenticate.8.html 9. dacs_admin(8) http://dacs.dss.ca/man/dacs_admin.8.html 10. dacs.conf(5) http://dacs.dss.ca/man/dacs.conf.5.html 11. Using InfoCards With DACS http://dacs.dss.ca/man/using-infocards-with-dacs.html 12. www.dss.ca http://www.dss.ca 13. LICENSE http://dacs.dss.ca/man/../misc/LICENSE DACS 1.4.27b 10/22/2012 DACSINFOCARD(1)
All times are GMT -4. The time now is 04:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy