Sponsored Content
Full Discussion: Deleting files from applets
Top Forums Shell Programming and Scripting Deleting files from applets Post 10840 by doeboy on Wednesday 21st of November 2001 06:20:13 PM
Old 11-21-2001
I don't know if this applies in your specific case, but generally you cannot delete files through an applet (assuming you mean JAVA) as this is considered a potential security risk. (A rogue program could potentially have the ability to arbitrarily delete files of someone's system which could have disastrous results)
But you are having the applet call this script, which is doing the removing of files, I don't know if this applies in your case.

Anyone know some more about this?
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Deleting Files

Hi, I have been working with files in emacs and a file showed up in my directories called #main.c# (the original file being main.c). However I cannot delete this #main.c# file. Any suggestions? (1 Reply)
Discussion started by: bc4
1 Replies

2. UNIX for Dummies Questions & Answers

df -k and deleting files

hi everybody, urgently need solutioin aftet i execute the command df -k, i get to see al the memory status blah blah if some file system has 95% full then what should i do and any help on how and what to do ? help really appriciated. cheers (4 Replies)
Discussion started by: ajayr111
4 Replies

3. UNIX for Dummies Questions & Answers

Adding Applets to panel

This may sound simple, but its not! I have been making a few live-cds lately and have been customizing it using gconftool-2 --direct etc.... to change background, panel color etc... I have looked and looked but cannot find a way to add a applet to the top panel via command line, im sure there must... (0 Replies)
Discussion started by: dave123
0 Replies

4. Shell Programming and Scripting

Need help comparing two files and deleting some things in those files!

So I have two files: File1 pictures.txt 1.1 1.3 dance.txt 1.2 1.4 treehouse.txt 1.3 1.5 File2 pictures.txt 1.5 ref2313 1.4 ref2345 1.3 ref5432 1.2 ref4244 dance.txt 1.6 ref2342 1.5 ref2352 1.4 ref0695 1.3 ref5738 1.2 ref4948 1.1 treehouse.txt 1.6 ref8573 1.5 ref3284 1.4 ref5838... (24 Replies)
Discussion started by: linuxkid
24 Replies

5. Shell Programming and Scripting

Security for applets files inside a folder

Friends I have a directory structure /a/b/c/applets/ This directory has .java, .class and other applet files. I gave the applets folder 755 permission because these applets are displayed at different web pages of a portal. Now I want to restrict the visibility of all the files in this... (0 Replies)
Discussion started by: dahlia84
0 Replies

6. Shell Programming and Scripting

AIX system.... deleting files in remote directory after retrieving files

Hi Friends, I am new to this , I am working on AIX system and my scenario is to retrive the files from remote system and remove the files from the remote system after retreving files. I can able to retrieve the files but Can't remove files in remote system. Please check my code and help me out... (3 Replies)
Discussion started by: vinayparakala
3 Replies

7. Shell Programming and Scripting

Deleting files

Hi all, I have developed a shell script to copy the files from source to destination and simultaneously to delete the copied files in source. I can copy the files but the files cannot be deleted in source side. (3 Replies)
Discussion started by: Venkatesan
3 Replies

8. Shell Programming and Scripting

Bash script deleting my files, and editing files in subdirectories question

#!/bin/bash # name=$1 type=$2 number=1 for file in ./** do if then filenumber=00$number elif then filenumber=0$number fi tempname="$name""$filenumber"."$type" if (4 Replies)
Discussion started by: TheGreatGizmo
4 Replies
GPILOT-INSTALL-FILE(1)                                        General Commands Manual                                       GPILOT-INSTALL-FILE(1)

NAME
gpilot-install-file - gnome-pilot file conduit scheduler SYNOPSIS
gpilot-install-file [--now|--later] files... DESCRIPTION
gpilot-install-file is a command line tool for scheduling files to be installed on a Palm PDA by the gnome-pilot file conduilt. OPTIONS
In addition to a list of files to be installed gpilot-install-file takes the following options: --now Schedule the file(s) for installation and wait for the user to synchronise immediately. --later Schedule the file(s) for installation and exit. The files will be installed at the next synchronization. SEE ALSO
gpilot-applet(1), gpilotd(1), file-conduit-control-applet(1). AUTHOR
The file installation conduit was written by Eskil Olsen <eskil@eazel.com>. This manual page was written by Mark Brown <broonie@sirena.org.uk>. April 30, 2001 GPILOT-INSTALL-FILE(1)
All times are GMT -4. The time now is 07:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy