LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-05-2017, 09:46 AM   #16
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Original Poster
Rep: Reputation: Disabled

Quote:
Originally Posted by descendant_command View Post
or such
But that is for the file name only, not the target_dir, and they will all go into target_dir location regardless of how you define the generated file name.
And if there is lots of motion, you will get lots of files.
 
Old 07-05-2017, 09:48 AM   #17
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
Quote:
Originally Posted by sdowney717 View Post
My idea is I could log into the boatPC using remote desktop and look at the AVI and jpg files remotely from home.
I am 20 minutes from marina by car.
Code:
############################################################
# Live Stream Server
############################################################

# The mini-http server listens to this port for requests (default: 0 = disabled)
stream_port 8081
 
Old 07-05-2017, 09:50 AM   #18
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
Quote:
Originally Posted by sdowney717 View Post
But that is for the file name only, not the target_dir, and they will all go into target_dir location regardless of how you define the generated file name.
And if there is lots of motion, you will get lots of files.
Code:
picture_filename %Y / %m / %d / %v-%Y%m%d%H%M%S-%q
                    ^    ^    ^
 
Old 07-05-2017, 09:54 AM   #19
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Original Poster
Rep: Reputation: Disabled
ok, run as 'motion' no sudo, I get errors in the log file
Code:
[11096448] [NTC] [ALL] [Jul 05 10:30:11] motion_startup: Using log type (ALL) log level (NTC)
[11096448] [NTC] [ALL] [Jul 05 10:30:11] become_daemon: Motion going to daemon mode
[11096448] [ERR] [ALL] [Jul 05 10:30:11] create_path: Problem creating directory /var/run/motion: Permission denied
[11096448] [EMG] [ALL] [Jul 05 10:30:11] become_daemon: Exit motion, cannot create process id file (pid file) /var/run/motion/motion.pid: Permission denied
[27525504] [NTC] [ALL] [Jul 05 10:51:10] motion_startup: Using log type (ALL) log level (NTC)
[27525504] [NTC] [ALL] [Jul 05 10:51:10] become_daemon: Motion going to daemon mode
[27525504] [ERR] [ALL] [Jul 05 10:51:10] create_path: Problem creating directory /var/run/motion: Permission denied
[27525504] [EMG] [ALL] [Jul 05 10:51:10] become_daemon: Exit motion, cannot create process id file (pid file) /var/run/motion/motion.pid: Permission denied
So how to fix the pid file?
 
Old 07-05-2017, 10:15 AM   #20
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
Code:
# File to store the process ID, also called pid file. (default: not defined)
process_id_file /var/run/motion/motion.pid
to somewhere the user owns, or set rw permissions for the user
 
Old 07-05-2017, 02:00 PM   #21
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by TB0ne View Post
It's probably running out of inodes in that directory, so new files can't be created.
For info, if the OP is using ext2/3/4 then there is no per-directory inode limit since the number of inodes available for use is a global number.

In saying that, if OP is using ext2/3, then there is a limit of 32k *hard links* (e.g. subdirectories) per directory. For ext4, with the dir_nlink feature enabled, which is the default, there is no such limit. If dir_nlink isn't enabled in ext4, then the figure is 64k.

If the dir_index feature is enabled in ext4, then there is a practical limit based on the maximum depth of the htree structure but we would be talking several million directory entries before problems could arise. Normally you would run into performance limitations long before running into this limit.

Perhaps the OP could paste here the initial metadata (not the block group info) from sudo dumpe2fs /dev/sdax (replacing sdax with the relevant filesystem's device) so that we can examine the filesystem structure and inode availability.
 
1 members found this post helpful.
Old 07-05-2017, 02:10 PM   #22
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Original Poster
Rep: Reputation: Disabled
I am not at the boatPC to post from there, but I setup as ext4 using the linux installer.
I need to reboot ubuntu, will edit this.
I could not even post a fraction of the terminal, and the terminal runs off....
What to do ?

Code:
  Free inodes: 7707313-7715520
Group 940: (Blocks 30801920-30834687) [INODE_UNINIT, BLOCK_UNINIT, ITABLE_ZEROED]
  Checksum 0x0dfa, unused inodes 8208
  Block bitmap at 30408716 (bg #928 + 12), Inode bitmap at 30408732 (bg #928 + 28)
  Inode table at 30414892-30415404 (bg #928 + 6188)
  32768 free blocks, 8208 free inodes, 0 directories, 8208 unused inodes
  Free blocks: 30801920-30834687
  Free inodes: 7715521-7723728
Group 941: (Blocks 30834688-30867455) [INODE_UNINIT, BLOCK_UNINIT, ITABLE_ZEROED]
  Checksum 0x61f1, unused inodes 8208
  Block bitmap at 30408717 (bg #928 + 13), Inode bitmap at 30408733 (bg #928 + 29)
  Inode table at 30415405-30415917 (bg #928 + 6701)
  32768 free blocks, 8208 free inodes, 0 directories, 8208 unused inodes
  Free blocks: 30834688-30867455
  Free inodes: 7723729-7731936
Group 942: (Blocks 30867456-30900223) [INODE_UNINIT, BLOCK_UNINIT, ITABLE_ZEROED]
  Checksum 0xd5ec, unused inodes 8208
  Block bitmap at 30408718 (bg #928 + 14), Inode bitmap at 30408734 (bg #928 + 30)
  Inode table at 30415918-30416430 (bg #928 + 7214)
  32768 free blocks, 8208 free inodes, 0 directories, 8208 unused inodes
  Free blocks: 30867456-30900223
  Free inodes: 7731937-7740144
Group 943: (Blocks 30900224-30932991) [INODE_UNINIT, BLOCK_UNINIT, ITABLE_ZEROED]
  Checksum 0xb9e7, unused inodes 8208
  Block bitmap at 30408719 (bg #928 + 15), Inode bitmap at 30408735 (bg #928 + 31)
  Inode table at 30416431-30416943 (bg #928 + 7727)
  32768 free blocks, 8208 free inodes, 0 directories, 8208 unused inodes
  Free blocks: 30900224-30932991
  Free inodes: 7740145-7748352
Group 944: (Blocks 30932992-30965759) [INODE_UNINIT, ITABLE_ZEROED]
  Checksum 0x1a37, unused inodes 8208
  Block bitmap at 30932992 (+0), Inode bitmap at 30933008 (+16)
  Inode table at 30933024-30933536 (+32)
  24528 free blocks, 8208 free inodes, 0 directories, 8208 unused inodes
  Free blocks: 30941232-30965759
  Free inodes: 7748353-7756560
Group 945: (Blocks 30965760-30998527) [INODE_UNINIT, BLOCK_UNINIT, ITABLE_ZEROED]
  Checksum 0x4295, unused inodes 8208
  Block bitmap at 30932993 (bg #944 + 1), Inode bitmap at 30933009 (bg #944 + 17)
  Inode table at 30933537-30934049 (bg #944 + 545)
  32768 free blocks, 8208 free inodes, 0 directories, 8208 unused inodes
  Free blocks: 30965760-30998527
  Free inodes: 7756561-7764768
Group 946: (Blocks 30998528-31031295) [INODE_UNINIT, BLOCK_UNINIT, ITABLE_ZEROED]
  Checksum 0xf688, unused inodes 8208
  Block bitmap at 30932994 (bg #944 + 2), Inode bitmap at 30933010 (bg #944 + 18)
  Inode table at 30934050-30934562 (bg #944 + 1058)
  32768 free blocks, 8208 free inodes, 0 directories, 8208 unused inodes
  Free blocks: 30998528-31031295
  Free inodes: 7764769-7772976
Group 947: (Blocks 31031296-31064063) [INODE_UNINIT, BLOCK_UNINIT, ITABLE_ZEROED]
  Checksum 0x9a83, unused inodes 8208
  Block bitmap at 30932995 (bg #944 + 3), Inode bitmap at 30933011 (bg #944 + 19)
  Inode table at 30934563-30935075 (bg #944 + 1571)
  32768 free blocks, 8208 free inodes, 0 directories, 8208 unused inodes
  Free blocks: 31031296-31064063
  Free inodes: 7772977-7781184
Group 948: (Blocks 31064064-31096831) [INODE_UNINIT, BLOCK_UNINIT, ITABLE_ZEROED]
  Checksum 0xdeb1, unused inodes 8208
  Block bitmap at 30932996 (bg #944 + 4), Inode bitmap at 30933012 (bg #944 + 20)
  Inode table at 30935076-30935588 (bg #944 + 2084)
  32768 free blocks, 8208 free inodes, 0 directories, 8208 unused inodes
  Free blocks: 31064064-31096831
  Free inodes: 7781185-7789392
Group 949: (Blocks 31096832-31129599) [INODE_UNINIT, BLOCK_UNINIT, ITABLE_ZEROED]
  Checksum 0xb2ba, unused inodes 8208
  Block bitmap at 30932997 (bg #944 + 5), Inode bitmap at 30933013 (bg #944 + 21)
  Inode table at 30935589-30936101 (bg #944 + 2597)
  32768 free blocks, 8208 free inodes, 0 directories, 8208 unused inodes
  Free blocks: 31096832-31129599
  Free inodes: 7789393-7797600

Last edited by sdowney717; 07-05-2017 at 02:20 PM.
 
Old 07-06-2017, 05:21 AM   #23
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Original Poster
Rep: Reputation: Disabled
I solved the pid file issue, so it nows runs without sudo.
Since I had been starting using sudo, all my test folders were owned by root in my home and I was trying to write to those folders.
When I started fresh, it worked.

And I solved the date time by mv the folder as a new name and recreate the original folder and it works.

I setup a script to run every hour, just to see it working using cron -e

my script will start moton, but I can't stop motion yet. If I use 'pkill motion', the script terminates at that line.
But not stopping motion seems to be ok so far, has not been interfering with things..

Code:
#!/bin/bash
echo "foo"
#pkill motion


mv /home/scott/testmotion/motion-files /home/scott/testmotion/motion-files$(date +%F-%H:%M:%S)
mkdir /home/scott/testmotion/motion-files
motion
echo "foofoo"
http://www.linuxquestions.org/questi...do-4175609281/

Last edited by sdowney717; 07-06-2017 at 05:26 AM.
 
Old 07-06-2017, 05:33 AM   #24
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by sdowney717 View Post
I am not at the boatPC to post from there, but I setup as ext4 using the linux installer.
I need to reboot ubuntu, will edit this.
I could not even post a fraction of the terminal, and the terminal runs off....
What to do ?
Don't worry about it. If you've solved the problem of the program stopping working then there's no pressing need to look at your inode situation.

Anyway, mea culpa, I should have specified to you that it was easiest to use the -h option to only print the superblock info i.e. sudo dumpe2fs -h /dev/sdax
 
Old 07-06-2017, 05:45 AM   #25
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Don't worry about it. If you've solved the problem of the program stopping working then there's no pressing need to look at your inode situation.

Anyway, mea culpa, I should have specified to you that it was easiest to use the -h option to only print the superblock info i.e. sudo dumpe2fs -h /dev/sdax

Yes, think it will be ok at boat which is mint 18 with ext4

here is ubuntu ext4 at home.
Code:
scott@scott-P5QC:~/Desktop$  sudo dumpe2fs -h /dev/sda3
dumpe2fs 1.42.13 (17-May-2015)
Filesystem volume name:   <none>
Last mounted on:          <not available>
Filesystem UUID:          263e8967-7eef-4dbd-8eb0-0ab1fcd1c41e
Filesystem magic number:  0xEF53
Filesystem revision #:    1 (dynamic)
Filesystem features:      has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize
Filesystem flags:         signed_directory_hash 
Default mount options:    user_xattr acl
Filesystem state:         clean
Errors behavior:          Continue
Filesystem OS type:       Linux
Inode count:              15291504
Block count:              61042724
Reserved block count:     3052135
Free blocks:              60035130
Free inodes:              15291493
First block:              0
Block size:               4096
Fragment size:            4096
Reserved GDT blocks:      1009
Blocks per group:         32768
Fragments per group:      32768
Inodes per group:         8208
Inode blocks per group:   513
RAID stride:              32744
Flex block group size:    16
Filesystem created:       Mon Jan 23 16:36:22 2017
Last mount time:          Sun Jul  2 03:03:19 2017
Last write time:          Tue Jul  4 06:35:20 2017
Mount count:              8
Maximum mount count:      -1
Last checked:             Mon Jan 23 16:36:26 2017
Check interval:           0 (<none>)
Lifetime writes:          1587 MB
Reserved blocks uid:      0 (user root)
Reserved blocks gid:      0 (group root)
First inode:              11
Inode size:	          256
Required extra isize:     28
Desired extra isize:      28
Journal inode:            8
Default directory hash:   half_md4
Directory Hash Seed:      d10c120f-5005-4d7d-a547-a37a00c7c8fe
Journal backup:           inode blocks
Journal features:         (none)
Journal size:             128M
Journal length:           32768
Journal sequence:         0x000000ff
Journal start:            0

scott@scott-P5QC:~/Desktop$
 
Old 07-06-2017, 06:04 AM   #26
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by sdowney717 View Post
Yes, think it will be ok at boat which is mint 18 with ext4

here is ubuntu ext4 at home.
Code:
scott@scott-P5QC:~/Desktop$  sudo dumpe2fs -h /dev/sda3
dumpe2fs 1.42.13 (17-May-2015)
Filesystem volume name:   <none>
Last mounted on:          <not available>
Filesystem UUID:          263e8967-7eef-4dbd-8eb0-0ab1fcd1c41e
Filesystem magic number:  0xEF53
Filesystem revision #:    1 (dynamic)
Filesystem features:      has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize
Filesystem flags:         signed_directory_hash 
Default mount options:    user_xattr acl
Filesystem state:         clean
Errors behavior:          Continue
Filesystem OS type:       Linux
Inode count:              15291504
Block count:              61042724
Reserved block count:     3052135
Free blocks:              60035130
Free inodes:              15291493
First block:              0
Block size:               4096
Fragment size:            4096
Reserved GDT blocks:      1009
Blocks per group:         32768
Fragments per group:      32768
Inodes per group:         8208
Inode blocks per group:   513
RAID stride:              32744
Flex block group size:    16
Filesystem created:       Mon Jan 23 16:36:22 2017
Last mount time:          Sun Jul  2 03:03:19 2017
Last write time:          Tue Jul  4 06:35:20 2017
Mount count:              8
Maximum mount count:      -1
Last checked:             Mon Jan 23 16:36:26 2017
Check interval:           0 (<none>)
Lifetime writes:          1587 MB
Reserved blocks uid:      0 (user root)
Reserved blocks gid:      0 (group root)
First inode:              11
Inode size:	          256
Required extra isize:     28
Desired extra isize:      28
Journal inode:            8
Default directory hash:   half_md4
Directory Hash Seed:      d10c120f-5005-4d7d-a547-a37a00c7c8fe
Journal backup:           inode blocks
Journal features:         (none)
Journal size:             128M
Journal length:           32768
Journal sequence:         0x000000ff
Journal start:            0

scott@scott-P5QC:~/Desktop$
If this is the PC with which you had the motion problem then it isn't connected to lack of inodes on this data drive (to which I assume you're saving the generated images). In fact, bizarrely, you have very few in actual use. I assume you deleted almost everything off the drive but have kept a few very large files (maybe archives)?
 
Old 07-06-2017, 06:32 AM   #27
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
If this is the PC with which you had the motion problem then it isn't connected to lack of inodes on this data drive (to which I assume you're saving the generated images). In fact, bizarrely, you have very few in actual use. I assume you deleted almost everything off the drive but have kept a few very large files (maybe archives)?
This drive is the one at home and was not having trouble with motion files.
I am not even sure it is my OS partition. I have 3 drives, I think in this PC.
Yes, just looked at gparted, sdc5 is my user /home partition, not sda3

Code:
scott@scott-P5QC:~/Desktop$ sudo dumpe2fs -h /dev/sdc5
[sudo] password for scott: 
dumpe2fs 1.42.13 (17-May-2015)
Filesystem volume name:   <none>
Last mounted on:          /home
Filesystem UUID:          0db1fb5a-0727-4347-bfa7-a551d8db6632
Filesystem magic number:  0xEF53
Filesystem revision #:    1 (dynamic)
Filesystem features:      has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize
Filesystem flags:         signed_directory_hash 
Default mount options:    (none)
Filesystem state:         clean
Errors behavior:          Continue
Filesystem OS type:       Linux
Inode count:              19456000
Block count:              77824000
Reserved block count:     778240
Free blocks:              1012774
Free inodes:              19066349
First block:              0
Block size:               4096
Fragment size:            4096
Reserved GDT blocks:      1005
Blocks per group:         32768
Fragments per group:      32768
Inodes per group:         8192
Inode blocks per group:   512
RAID stride:              32744
Flex block group size:    16
Filesystem created:       Sun May  1 06:26:35 2011
Last mount time:          Wed Jul  5 11:12:02 2017
Last write time:          Wed Jul  5 11:12:02 2017
Mount count:              16
Maximum mount count:      26
Last checked:             Thu Jun 22 07:34:42 2017
Check interval:           15552000 (6 months)
Next check after:         Tue Dec 19 06:34:42 2017
Lifetime writes:          7315 GB
Reserved blocks uid:      0 (user root)
Reserved blocks gid:      0 (group root)
First inode:              11
Inode size:	          256
Required extra isize:     28
Desired extra isize:      28
Journal inode:            8
First orphan inode:       14550095
Default directory hash:   half_md4
Directory Hash Seed:      daef897a-35ba-4c93-808f-f9cc2c284377
Journal backup:           inode blocks
Journal features:         journal_incompat_revoke
Journal size:             128M
Journal length:           32768
Journal sequence:         0x03f6453f
Journal start:            10735

scott@scott-P5QC:~/Desktop$

Last edited by sdowney717; 07-06-2017 at 06:36 AM.
 
Old 07-06-2017, 06:43 AM   #28
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by sdowney717 View Post
This drive is the one at home and was not having trouble with motion files.
I am not even sure it is my OS partition. I have 3 drives, I think in this PC.
Yes, just looked at gparted, sdc5 is my user /home partition, not sda3
Not much use, I'm afraid if this isn't the "boat PC". I thought we were examining the relevant drive on the machine on which you had the problem, not a completely different computer!

Out of interest, why did you think it would be of use running diagnostics on a machine where you hadn't experienced the original problem? I don't get it.
 
Old 07-06-2017, 07:36 AM   #29
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Not much use, I'm afraid if this isn't the "boat PC". I thought we were examining the relevant drive on the machine on which you had the problem, not a completely different computer!

Out of interest, why did you think it would be of use running diagnostics on a machine where you hadn't experienced the original problem? I don't get it.
Point being, I did nothing special installing Mint 18 with ext4, so do you think it would have a different file system configuration versus Ubuntu 16.04 Ext4?
Anyhow, the boat is way over there, and I am way over here.

I am thinking of using Chrome remote desktop to remotely control the boatPC.
 
Old 07-06-2017, 08:01 AM   #30
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
How to set up "Motion" video surveillance on a Linux system - Part 1

How to set up "Motion" video surveillance on a Linux system - Part 2

they may help you --
off the top of my head without watching these vids. I'd do this with your script.

Code:
#!/bin/bash
echo "foo"
#pkill motion

Log_File="/where/ever/you/want/it/LogFile.log"

Images1=/home/scott/testmotion/motion-files

Move_Images_to="/home/scott/testmotion/motion-files"



Test_folder=/home/scott/testmotion/motion-files

#put a counter in it to split up your images dir a little more?

Runcount=1

while [[ true ]]
do
#inside loop to get updated with each pass.

Date="$(date +%F-%H:%M:%S)"

#only increment it in the first line so it matches in
# second line.

mkdir -pv "$Move_Images_to-$((Runcount++))-$Date" >> $Log_File

mv -v "$Images1" "$Move_Images_to-$Runcount-$Date" >> $Log_File


mkdir -pv "$Test_folder" >> $Log_File


#shut down motion how ever it gets shut down
#and remove PID

rm /path/to/PID

sleep 60 

or whatever time one wants.
then call to restart after sleep.
you dir are already set up for it. 

#restart motion

motion -c /path/to/config/file

done
something like that ..

motion(1) - Linux man page


I got a say whoever wrote this didn't think far enough past his nose to think someone would want to start, stop, and maybe even pause this application and code it to allow it to be done. making this process a lot easier.

note that is not a completely working script, just an Idea ...

this just shows how the log file looks, maybe redundant or over kill in what you are doing but might come in handy.
Code:
userx%slackwhere ⚡ ~ ⚡> mkdir -vp my/test/dir/ > testLog

userx%slackwhere ⚡ ~ ⚡> cat testLog
mkdir: created directory 'my'
mkdir: created directory 'my/test'
mkdir: created directory 'my/test/dir/'
userx%slackwhere ⚡ ~ ⚡> cd my
userx%slackwhere ⚡ my ⚡> ls
test
userx%slackwhere ⚡ my ⚡> cd test
userx%slackwhere ⚡ test ⚡> ls
dir
userx%slackwhere ⚡ test ⚡>
MOD: hours later I see its been marked solved, so .. goody -- now you can be a spy master.

Last edited by BW-userx; 07-06-2017 at 09:25 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Nagios web interface stopped working afer I got postfix working erosbach Linux - Newbie 1 03-27-2017 02:39 PM
[SOLVED] Web camera stopped working after upgrading to kernel 3.6.0 usr345 Linux - Hardware 2 10-04-2012 02:38 AM
Web Camera Software metallica1973 Linux - General 4 05-08-2009 08:27 AM
iptables script moved machine, stopped working dwynter Linux - Networking 12 02-05-2008 08:44 AM
USB devices stopped working ... sort of Tino27 Slackware 4 02-02-2007 09:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:16 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration